JeVoisBase  1.20
JeVois Smart Embedded Machine Vision Toolkit Base Modules
Share this page:
FirstVision::detection Struct Reference

Helper struct for a detected object. More...

Collaboration diagram for FirstVision::detection:

Public Attributes

std::vector< cv::Point > contour
 The full detailed contour. More...
 
std::vector< cv::Point > approx
 Smoothed approximation of the contour. More...
 
std::vector< cv::Point > hull
 Convex hull of the contour. More...
 
size_t threadnum
 Thread number that detected this object. More...
 
float serr
 Shape error score (higher for rougher contours with defects) More...
 

Detailed Description

Helper struct for a detected object.

Definition at line 347 of file FirstVision.C.

Member Data Documentation

◆ approx

std::vector<cv::Point> FirstVision::detection::approx

Smoothed approximation of the contour.

Definition at line 350 of file FirstVision.C.

Referenced by FirstVision::detect().

◆ contour

std::vector<cv::Point> FirstVision::detection::contour

The full detailed contour.

Definition at line 349 of file FirstVision.C.

Referenced by FirstVision::detect().

◆ hull

std::vector<cv::Point> FirstVision::detection::hull

Convex hull of the contour.

Definition at line 351 of file FirstVision.C.

Referenced by FirstVision::detect().

◆ serr

float FirstVision::detection::serr

Shape error score (higher for rougher contours with defects)

Definition at line 353 of file FirstVision.C.

Referenced by FirstVision::detect().

◆ threadnum

size_t FirstVision::detection::threadnum

Thread number that detected this object.

Definition at line 352 of file FirstVision.C.


The documentation for this struct was generated from the following file: