UWARG Computer Vision
|
Module for identifying targets in Frames. More...
Go to the source code of this file.
Classes | |
class | TargetIdentifier |
Module for identifying targets in Frames.
Module analyzes frames using OpenCV tools, locates objects of interest and gathers information about the objects such as target colour, pixel area, perimeter and shape.
The responsibility for deleting Frames and the PixelTargets created by the TargetIdentifier passes to whoever invokes process_frame;