TIEVisionWatershed.setInputImage
Declaration
procedure setInputImage(image: TIEVisionImage; scale: double = 1); safecall;
Description
Set the input image for Watershed selection.
Here is an example Watershed image:
Which generates the following selection:
Parameter | Description |
image | Input image. Only ie24RGB pixel format is supported |
scale | Scale factor. 1 = no selection is applied. 0 = automatically reduce image size. Scale factors less than 1 speedup processing, reducing accuracy |
Videos
| Demos\IEVision\WatershedSelection\WatershedSelection.dpr |
ws.setInputImage(ImageEnView1.IEBitmap.GetIEVisionImage());