Ask Your Question

dursunsefa's profile - activity

2018-07-16 06:01:00 -0600 asked a question SURF identifier not defined

SURF identifier not defined I set up the Opencv_contrib module properly with Cmake (On Visual Studio ). However, when I

2018-05-02 12:47:22 -0600 commented question Getting straight lines instead of dashed/broken lines for Shape

'Shape Signature' is calculated by the distance of the boundary points from the center of the shape. So, differences oc

2018-05-02 05:57:46 -0600 asked a question Getting straight lines instead of dashed/broken lines for Shape

Getting straight lines instead of dashed/broken lines for Shape Hello All, I am working on the shape signature. I want

2018-04-16 06:12:42 -0600 asked a question To obtain Regular/Smooth Shape

To obtain Regular/Smooth Shape Hello , I'm working on real-time shape recognition. Here is the output at the last point

2018-03-07 12:59:06 -0600 edited question How to divide an RGB image into non-overlapping blocks size X*X

How to divide an RGB image into non-overlapping blocks size X*X I want to divide a RGB image into a series of non-overla

2018-03-07 12:58:48 -0600 edited question How to divide an RGB image into non-overlapping blocks size X*X

How to divide an RGB image into non-overlapping blocks size X*X I want to divide a RGB image into a series of non-overla

2018-03-07 12:41:00 -0600 asked a question How to divide an RGB image into non-overlapping blocks size X*X

How to divide an RGB image into non-overlapping blocks size X*X I want to divide a RGB image into a series of non-overla

2018-02-17 10:34:55 -0600 asked a question How to Close open contours

How to Close open contours I want to close the open contours like the picture : And I want to close the open contou

2018-02-12 07:03:05 -0600 received badge  Editor (source)
2018-02-12 07:03:05 -0600 edited question K-Means Clustering C++ how do I save each cluster separately in Matrix form

K-Means Clustering C++ how do I save each cluster separately I want to save each cluster seperately and display each c

2018-02-12 07:02:18 -0600 asked a question K-Means Clustering C++ how do I save each cluster separately in Matrix form

K-Means Clustering C++ how do I save each cluster separately I want to save each cluster seperately and display each c

2018-02-05 07:22:41 -0600 asked a question Elliptical Fourier Descriptors

Elliptical Fourier Descriptors Is there a working on Elliptical Fourier Descriptors with C++? I found a work with Pyth

2018-01-19 06:11:29 -0600 received badge  Supporter (source)
2018-01-19 06:10:40 -0600 received badge  Enthusiast
2018-01-18 10:52:10 -0600 marked best answer Opencv_Contrib Module Ximgproc

I installed Opencv_Contrib module in Visual Studio with Cmake. I'm trying to compile the "fourier_descriptors_demo.cpp".. But for ximgroc module I get an error like :

namespace "cv:ximgproc" has no member "ContourFitting"

namespace "cv:ximgproc" has no member "contourSampling" etc.

How can I fix this error?

Thank you for helping.

2018-01-18 10:52:02 -0600 commented answer Opencv_Contrib Module Ximgproc

I will try this. Thank you very much for helping

2018-01-18 10:40:36 -0600 commented question Opencv_Contrib Module Ximgproc

@LBerger I deleted this , but I get the same error again. I think there is another problem here.

2018-01-18 10:40:06 -0600 commented question Opencv_Contrib Module Ximgproc

@berak Opencv 3.2.0

2018-01-18 10:38:18 -0600 commented question Opencv_Contrib Module Ximgproc

I deleted this , but I get the same error again. I think there is another problem here.

2018-01-18 10:18:45 -0600 asked a question Opencv_Contrib Module Ximgproc

Opencv_Contrib Module Ximgproc I installed Opencv_Contrib module in Visual Studio with Cmake. I'm trying to compile the

2018-01-18 09:24:19 -0600 received badge  Scholar (source)
2018-01-08 03:46:32 -0600 marked best answer Scale and Rotation invariant Fourier Descriptor

I 'm trying invariant scale and invariant rotation for Fourier Descriptor. I'm thinking of using it for shape matching. I did some research on this, but I did not find the exact method that would lead me to the end. Do you have any idea how to do this in Opencv?

Thank you , best regards.

2018-01-06 06:24:31 -0600 asked a question Scale and Rotation invariant Fourier Descriptor

Scale and Rotation invariant Fourier Descriptor I 'm trying invariant scale and invariant rotation for Fourier Descripto