Hi there,
I making logo detection program that uses the SIFT method to detect a logo on image. The source code is [here](https://drive.google.com/open?id=0B7CADV0PAD_rcVpqR0p4amxwd0k). The folder with source images and logos("references" folder) is [here](https://drive.google.com/open?id=0B7CADV0PAD_rcjdBVjhxNXAtSjA). When I scrolling results of drawmatches(), program falling on image "13380-sony.jpg" with text in console: "OpenCV Error: Assertion failed (scn + 1 == m.cols) in perspectiveTransform, file "my_opencv_dir"\sources\modules\core\src\matmul.cpp, line 2125
terminate called after throwing an instance of 'cv::Exception'
what(): "opencv_dir"...\matmul.cpp:2125: error: (-215) scn + 1 == m.cols in function perspectiveTransform". What could be the problem? And how a source code could be optimized? P.S. Sorry my English.
P.P.S. I am beginner in OpenCV.
terminate called after throwing an instance of 'cv::Exception'
what(): "opencv_dir"...\matmul.cpp:2125: error: (-215) scn + 1 == m.cols in function perspectiveTransform". What could be the problem? And how a source code could be optimized? P.S. Sorry my English.
P.P.S. I am beginner in OpenCV.