Prototype
ImgPEIThreshold (intImageHandle, strParameters)
Description
It applies edge thresholding to images using PEI hw 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 hw board documentation to get information on parameters setting.
Note
See ImgThreshold, ImgAutoThreshold, ImgDynamicThreshold, ImgAdvenceThreshold for alternative threshold methods.
Example
//It applies edge thresholding using PEI hw board
ImgPEIThreshold(_CurrentImage, 'default,mst');