| 
    GECKO 1.0 
   Human-computer interface based on hand gesture recognition 
   | 
 
Stores all the characteristics of a convexity defect in a more convenient way. More...
#include <handUtils.h>
Public Attributes | |
| cv::Point | start | 
| Starting point of the defect.   | |
| cv::Point | end | 
| Ending point of the defect.   | |
| cv::Point | depth_point | 
| Deepest point of the defect.   | |
| double | depth | 
| Depth of the defect.   | |
| int | start_index | 
| Index of the starting point of the defect inside the original contour.   | |
| int | end_index | 
| Index of the ending point of the defect inside the original contour.   | |
| int | depth_point_index | 
| Index of the deepest point of the defect inside the original contour.   | |
Stores all the characteristics of a convexity defect in a more convenient way.
 1.7.4