TIEVisionGrabCut.setForegroundRect
Declaration
procedure setForegroundRect(const rect: TIEVisionRect); safecall;
Description
Specify the foreground area.
Parameter | Description |
rect | Sets bounding rectangle of the object to select |
Video
| Demos\IEVision\GrabCutSelection\GrabCutSelection.dpr |
gc.setForegroundRect( IEVisionRect( ImageEnView1.SelectedRect ));