ImageGear Professional v18.2 > API Reference Guide > Processing Component API Reference > Processing Component Objects > IGProcessingCtl Control > IGProcessingCtl Methods > FilterEdgeMap Method |
Performs the image processing operation specified by the Method argument.
An edge map is an image that shows where there are changes in contrast in the original image. Where there are no changes, the resulting image is black. The stronger the contract change, the brighter the resultant image. The different types of edge maps are slight variations of the algorithm used, and produce slightly different results.
This method takes into account the ROI settings of pPage object, that are accessible via the IGPage Object.ROI Property. By default ROI is set to the entire image.
FilterEdgeMap (ByVal pPage As IGPage, ByVal Method As
enumEdgeMaps)
Name | Description |
---|---|
pPage | Reference to IGPage Object. |
Method | Type of edge map operation to perform. |
N/A
All except indexed
Image Processing and Effects