LabelMe
|
3d标注形状的基类 More...
#include <shape3d.h>
Public Member Functions | |
Shape3D (Type t) | |
virtual | ~Shape3D ()=0 |
![]() | |
Shape (Type t) | |
virtual | ~Shape ()=0 |
Public Attributes | |
QVector< cv::Point3f > | points |
存储像素点位 More... | |
![]() | |
const Type | type |
标注类型 More... | |
QString | label |
标注对应的标签文字 More... | |
QColor | color =QColor(100,255,0,100) |
默认标注颜色 More... | |
bool | isFill =false |
是否填充内部 More... | |
bool | isHide =false |
是否隐藏标注 More... | |
bool | isHover =false |
是否悬浮 More... | |
Additional Inherited Members | |
![]() | |
enum | Type { Brush, Rectangle, Polygons, Circle, Curve, Rectangle3D, Brush3D } |
标注形状的类型 More... | |
3d标注形状的基类
My::Shape3D::Shape3D | ( | Type | t | ) |
|
pure virtual |
QVector<cv::Point3f> My::Shape3D::points |
存储像素点位