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.