Declaration
procedure run(iterCount: int32_t); safecall;
Description
Execute the grab-cut algorithm to find object countours.
Consecutive calls to TIEVisionGrabCut.run are possible to refine selected region.
 | Parameter |  Description |  
 |  iterCount  |   Number of iterations the algorithm should make before returning the result  |  
 
Video
    |  Demos\IEVision\GrabCutSelection\GrabCutSelection.dpr  |  
gc.run(5);