ImageEn

TIEVisionImage.fastNlMeansDenoisingColored Code Samples


Code samples for fastNlMeansDenoisingColored (Automatically generated by the Every Method demo).

// Automated test of fastNlMeansDenoisingColored - Typical Values
// TIEVisionImage.fastNlMeansDenoisingColored - Strength: 3
ImageEnView1.IEBitmap.GetIEVisionImage().fastNlMeansDenoisingColored( 3, 3 );
ImageEnView1.Update(); // Show changes in our viewer



// Automated test of fastNlMeansDenoisingColored - Alpha Channel - Typical Values
// TIEVisionImage.fastNlMeansDenoisingColored - Strength: 3
ImageEnView1.IEBitmap.GetIEVisionImage().fastNlMeansDenoisingColored( 3, 3 );
ImageEnView1.Update(); // Show changes in our viewer



// Automated test of fastNlMeansDenoisingColored - 32-Bit RGBA - Typical Values
// TIEVisionImage.fastNlMeansDenoisingColored - Strength: 3
ImageEnView1.IEBitmap.GetIEVisionImage().fastNlMeansDenoisingColored( 3, 3 );
ImageEnView1.Update(); // Show changes in our viewer



// Automated test of fastNlMeansDenoisingColored - Random Values
// TIEVisionImage.fastNlMeansDenoisingColored - Strength: 17
ImageEnView1.IEBitmap.GetIEVisionImage().fastNlMeansDenoisingColored( 17, 17 );
ImageEnView1.Update(); // Show changes in our viewer



// Automated test of fastNlMeansDenoisingColored - Alpha Channel - Random Values
// TIEVisionImage.fastNlMeansDenoisingColored - Strength: 17
ImageEnView1.IEBitmap.GetIEVisionImage().fastNlMeansDenoisingColored( 17, 17 );
ImageEnView1.Update(); // Show changes in our viewer



// Automated test of fastNlMeansDenoisingColored - 32-Bit RGBA - Random Values
// TIEVisionImage.fastNlMeansDenoisingColored - Strength: 17
ImageEnView1.IEBitmap.GetIEVisionImage().fastNlMeansDenoisingColored( 17, 17 );
ImageEnView1.Update(); // Show changes in our viewer