IntensityDetect method (Main Control)

Visual Basic example
Visual C++ 4.0 example

Visual J++ example

Syntax short IntensityDetect (short iLow, short iHigh);

Overview:  Refer to Detecting and Enhancing Edges and Lines.

Remarks

Filters the bitmap to detect colors in a specified intensity range.

Intensity levels range from 0 to 255 for each color plane (red, green, and blue). This method processes each plane separately. If a value falls within the range, it is raised to 255, and if it falls outside the range, it is lowered to 0.

This method supports 12 and 16-bit grayscale and 48 and 64-bit color images. Support for 12 and 16-bit grayscale images and 48 and 64-bit color images is available only in the Document/Medical toolkits.

See Also

Topics:  Raster Images: Modifying Intensity Values
Raster Images: Filtering Images

Raster Images: Where the Region Preempts the Bitmap