fix minor bug, minor cleaning, cv_assert with messages

This commit is contained in:
ozantonkal
2013-08-31 11:30:37 +02:00
committed by Ozan Tonkal
parent 69f135ec57
commit af8a918e04
8 changed files with 36 additions and 125 deletions

View File

@@ -61,9 +61,6 @@ namespace cv
{
public:
LineWidget(const Point3f &pt1, const Point3f &pt2, const Color &color = Color::white());
void setLineWidth(float line_width);
float getLineWidth();
};
class CV_EXPORTS PlaneWidget : public Widget3D