cloudwidget private implementation for duplicate code, add cv_assert(exists), fix bug point_step bug in CloudNormalsWidget

This commit is contained in:
ozantonkal
2013-07-08 21:48:19 +02:00
parent cc08149d7c
commit b50d777985
3 changed files with 104 additions and 180 deletions

View File

@@ -103,6 +103,8 @@ namespace temp_viz
public:
CloudWidget(InputArray _cloud, InputArray _colors);
CloudWidget(InputArray _cloud, const Color &color = Color::white());
private:
struct CreateCloudWidget;
};
class CV_EXPORTS CloudNormalsWidget : public Widget