Commit 8215d20d authored by Maksim Shabunin's avatar Maksim Shabunin

fixup! Fixed several merge issues

parent 2a350b11
...@@ -57,6 +57,8 @@ ...@@ -57,6 +57,8 @@
# endif # endif
#endif #endif
int cvCheckChessboardBinary(IplImage* src, CvSize size);
static void icvGetQuadrangleHypotheses(CvSeq* contours, std::vector<std::pair<float, int> >& quads, int class_id) static void icvGetQuadrangleHypotheses(CvSeq* contours, std::vector<std::pair<float, int> >& quads, int class_id)
{ {
const float min_aspect_ratio = 0.2f; const float min_aspect_ratio = 0.2f;
......
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