Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

SNR Property








Gets the SNR amount.
Syntax
public float SNR {get;}
'Declaration
 
Public ReadOnly Property SNR As Single
'Usage
 
Dim instance As SignalToNoiseRatioCommand
Dim value As Single
 
value = instance.SNR
public float SNR {get;}
 get_SNR(); 
public:
property float SNR {
   float get();
}

Property Value

A float value that represents the amount of the SNR.
Example
Refer to the SignalToNoiseRatioCommand example.
Requirements

Target Platforms

See Also

Reference

SignalToNoiseRatioCommand Class
SignalToNoiseRatioCommand Members

Error processing SSI file