UWARG Computer Vision
Classes
target_identifier.h File Reference

Module for identifying targets in Frames. More...

#include "frame.h"
#include "object_detector.h"
Include dependency graph for target_identifier.h:

Go to the source code of this file.

Classes

class  TargetIdentifier
 

Detailed Description

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;