So i am really new to openCV
and all the image recognition stuff. So i use monodevelop and i installed OpenCV using apt-get
and i included these files
include "opencv2/highgui/highgui.hpp"
include "opencv2/imgproc/imgproc.hpp"
include <opencv2/opencv.hpp>
include <opencv2/imgproc/imgproc.hpp>
include<iostream>
include<vector>
include<algorithm>
include <X11/Xlib.h>
include <X11/Xutil.h>
but this function
convexityDefects()
shows as undefined
EDIT
So the problem is that the compiler shows that function convexityDefects
is not defined in this scope
Here is the full code that i cant get to work -> Code
Could you please point me out!? Thank you.