ImageEn, unit ievision
TIEVisionWatershed.run
TIEVisionWatershed
.run
Declaration
procedure run(); safecall;
Description
Run the Watershed algorithm.
Videos
youtu.be/Zp4snU4p9qQ
youtu.be/bu9GPE7pxSI
youtu.be/XWtoaljsfkE
Demo
Demos\IEVision\WatershedSelection\WatershedSelection.dpr
Example
// sets currently selected pixels as region 1
ws.run();