fixup! Fixed several merge issues

This commit is contained in:
Maksim Shabunin 2016-07-13 12:11:44 +03:00
parent 2a350b11dd
commit 8215d20dbf

View File

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