←Select platform

Ratio Property

Summary

Gets the Signal To Noise Ratio value.

Syntax
C#
VB
Objective-C
C++
Java
public double Ratio { get; } 
Public Property Ratio As Double 
@property (nonatomic, assign, readonly) double ratio; 
public double getRatio()             
public: 
property double Ratio { 
   double get(); 
} 

Property Value

A double value that represents the Signal To Noise Ratio (SNR) as the 10*log10 of the real value. This value gives an indication of the homogeneity of adjacent pixels in an image.

This function can only process entire images. It does not support regions.

This function supports 24- and 36-bit color images and 8-bit grayscale images.

Example

For an example, refer to SignalToNoiseRatioCommand

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Kernel Assembly