fixup! Fixed several merge issues

pull/6895/head
Maksim Shabunin 8 years ago
parent 2a350b11dd
commit 8215d20dbf
  1. 2
      modules/calib3d/src/checkchessboard.cpp

@ -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;

Loading…
Cancel
Save