updated gpu optical_flow sample

This commit is contained in:
Vladislav Vinogradov
2012-01-11 13:05:03 +00:00
parent 3aa537642d
commit a25b027ef7
7 changed files with 504 additions and 280 deletions

View File

@@ -265,7 +265,7 @@ namespace cv
}
//! render OpenGL arrays
CV_EXPORTS void render(const GlArrays& arr, int mode = RenderMode::POINTS);
CV_EXPORTS void render(const GlArrays& arr, int mode = RenderMode::POINTS, Scalar color = Scalar::all(255));
CV_EXPORTS void render(const std::string& str, const Ptr<GlFont>& font, Scalar color, Point2d pos);