Note: ◼You must add the iexHelperFunctions unit to your uses clause ◼Delphi/C++ 2005 or newer is required to use helper classes ◼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 Behavior
The following call: rects := ImageEnView1.IEBitmap.DetectPeople();
Is the same as calling: peopleDetector := IEVisionLib.createPeopleDetector(); vrects := peopleDetector.detect( ImageEnView1.IEBitmap.GetIEVisionImage() );