Ask Your Question

sunilnair's profile - activity

2014-11-28 01:07:27 -0600 asked a question QT with opencv exception handling error

Hello, I tried to integrate opencv with QT using this tutorial: http://stackoverflow.com/questions/15881913/how-to-link-opencv-in-qtcreator-and-use-qt-library

However, whenever i include the opencv header files in my program, I get the following error.

D:\opencv\build\include\opencv2\flann\saving.h:113: error: exception handling disabled, use -fexceptions to enable throw FLANNException("Invalid index file, cannot read"); ^ Could someone help?

2014-11-28 01:01:06 -0600 received badge  Editor (source)
2014-11-27 06:34:19 -0600 asked a question Equation of an image segment

Hi, 1. I have segmented an image and I have three contours in the images, how can i know the equation of those contours so that i can represent them in the x-y co-ordinates? 2. I know all shapes cannot be explained using an equation. But can i get the closest approoximation using the co-ordinates.Or maybe try to represnt them as region betwen two/three curves?

Thanks SUnil