¡@

Home 

c++ Programming Glossary: squares

OpenCV C++/Obj-C: Advanced square detection

http://stackoverflow.com/questions/10533233/opencv-c-obj-c-advanced-square-detection

result. Now I want to take this a step further and find squares which edge aren't fully visible. Take a look at this example.. Any ideas I'm working with karlphillips code void find_squares Mat image vector vector Point squares blur will enhance edge.. code void find_squares Mat image vector vector Point squares blur will enhance edge detection Mat blurred image medianBlur..

Square detection doesn't find squares

http://stackoverflow.com/questions/7731742/square-detection-doesnt-find-squares

detection doesn't find squares I'm using the program squares.c available in the samples of.. detection doesn't find squares I'm using the program squares.c available in the samples of OpenCV libraries. It works well.. algorithm doesn't detect the sea and the sky as individual squares. Once compiled run the application with the following syntax..

I don't want my Excel Add-In to return an array (instead I need a UDF to change other cells)

http://stackoverflow.com/questions/8520732/i-dont-want-my-excel-add-in-to-return-an-array-instead-i-need-a-udf-to-change

in one square with my formula and Excel would fill in the squares below as needed with the appropriate dates. Anyone know if this..

OpenCV C++/Obj-C: Detecting a sheet of paper / Square Detection

http://stackoverflow.com/questions/8667818/opencv-c-obj-c-detecting-a-sheet-of-paper-square-detection

cv Mat _image std vector std vector cv Point squares cv Mat pyr timg gray0 _image.size CV_8U gray int thresh 50 N.. j 1 maxCosine MAX maxCosine cosine if maxCosine 0.3 squares.push_back approx return squares EDIT 17 08 2012 To draw.. if maxCosine 0.3 squares.push_back approx return squares EDIT 17 08 2012 To draw the detected squares on the image use..