LabelMe
All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
Public Member Functions | Public Attributes | List of all members
My::Brush3D Class Reference

代表画刷形状,用于3d分割标注,继承Shape3D More...

#include <Brush3D.h>

Inheritance diagram for My::Brush3D:
My::Shape3D My::Shape

Public Member Functions

 Brush3D ()
 
 ~Brush3D ()
 
- Public Member Functions inherited from My::Shape3D
 Shape3D (Type t)
 
virtual ~Shape3D ()=0
 
- Public Member Functions inherited from My::Shape
 Shape (Type t)
 
virtual ~Shape ()=0
 

Public Attributes

QVector< float > radius
 存储一系列像素点的大小 More...
 
- Public Attributes inherited from My::Shape3D
QVector< cv::Point3f > points
 存储像素点位 More...
 
- Public Attributes inherited from My::Shape
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

- Public Types inherited from My::Shape
enum  Type {
  Brush, Rectangle, Polygons, Circle,
  Curve, Rectangle3D, Brush3D
}
 标注形状的类型 More...
 

Detailed Description

代表画刷形状,用于3d分割标注,继承Shape3D

Constructor & Destructor Documentation

◆ Brush3D()

My::Brush3D::Brush3D ( )
inline

◆ ~Brush3D()

My::Brush3D::~Brush3D ( )

Member Data Documentation

◆ radius

QVector<float> My::Brush3D::radius

存储一系列像素点的大小


The documentation for this class was generated from the following files: