Commit 157e08f3 authored by lluis's avatar lluis

fix warnings from MSVC and remove trailing whitespaces

parent 786876c0
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
namespace cv namespace cv
{ {
namespace text namespace text
{ {
/*! /*!
Extremal Region Stat structure Extremal Region Stat structure
...@@ -266,11 +266,11 @@ enum { ERGROUPING_ORIENTATION_HORIZ = 0, ...@@ -266,11 +266,11 @@ enum { ERGROUPING_ORIENTATION_HORIZ = 0,
\param minProbability The minimum probability for accepting a group \param minProbability The minimum probability for accepting a group
\param groups The output of the algorithm are stored in this parameter as list of rectangles. \param groups The output of the algorithm are stored in this parameter as list of rectangles.
*/ */
CV_EXPORTS void erGrouping(InputArray img, InputArrayOfArrays channels, CV_EXPORTS void erGrouping(InputArray img, InputArrayOfArrays channels,
std::vector<std::vector<ERStat> > &regions, std::vector<std::vector<ERStat> > &regions,
std::vector<std::vector<Vec2i> > &groups, std::vector<std::vector<Vec2i> > &groups,
std::vector<Rect> &groups_rects, std::vector<Rect> &groups_rects,
int method = ERGROUPING_ORIENTATION_HORIZ, int method = ERGROUPING_ORIENTATION_HORIZ,
const std::string& filename = std::string(), const std::string& filename = std::string(),
float minProbablity = 0.5); float minProbablity = 0.5);
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment