32 #ifndef TARGET_ANALYZER_H_INCLUDED 33 #define TARGET_ANALYZER_H_INCLUDED 82 #endif // TARGET_ANALYZER_H_INCLUDED Container class for storing information about identified targets in real-world measurements Adding Pi...
Definition: target.h:34
Definition: target_analyzer.h:52
Container class for storing photos or frames of video to be processed and analyzed.
Target * analyze_targets_in_frame(PixelTarget *p, Frame *f)
Analyzes a pixeltarget and returns a pointer to the unique target it belongs to.
vector< Target * > get_processed()
retrieves a vector containing all of the unique Targets that have been indentified. The caller of the function should not delete the Targets as they will be deleted by the TargetAnalyzer destructor