WatershedSegmentation (Exp)
Apply a marker-based watershed segmentation.
Syntax
Definition:
HRESULT WatershedSegmentation(
HRESULT hrPrev,
ITcVnImage* ipSrcImage,
ITcVnImage*& ipDestImage,
ITcVnImage* ipMarkers
)
Parameters
Name |
Type |
Description |
---|---|---|
hrPrev |
HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.) | |
ipSrcImage |
Source image (USINT, 3 channels) | |
ipDestImage |
Destination image (DINT, 1 channel. An appropriate image will be created if required.) | |
ipMarkers |
Marker image (DINT, 1 channel) |
Required License
TC3 Vision Base