i am getting this error and i dont know why or understand the reason:
vector<double> fourier_descriptor(Gdiplus::Bitmap myBitmap)
{
vector<double> res;
Contour c;
vector<Pixel> frame;// = c.GetContour(p);
frame = c.GetContour(myBitmap);
return res;
}
the error is in this line frame = c.GetContour(myBitmap);