ImgPEIThreshold |
Top Previous Next |
Prototype
ImgPEIThreshold (intImageHandle, strParameters)
Description
Applies edge thresholding to images using a PEI hardware thresholding board.
Parameters
intImageHandle: integer value corresponding to the image handle.
strParameters: the parameters string or the file with parameters.
Returned value
Refer to PEI hardware board documentation to get additional information on parameters setting.
Note
See ImgEdgeThreshold for similar results without to use the PEI hardware board.
Example
// Applies edge thresholding using PEI hardware board ImgPEIThreshold(_CurrentImage, 'default,mst'); |