Note: ◼You must add the iexHelperFunctions unit to your uses clause ◼You can draw the rects to a canvas using DrawRects ◼Object detection requires IEVision. You will need to register it before calling the method
Method Behaviour
The following call: rects := ImageEnView1.IEBitmap.DetectPeople();
Is the same as calling: peopleDetector := IEVisionLib.createPeopleDetector(); vrects := peopleDetector.detect( ImageEnView1.IEBitmap.GetIEVisionImage() );