an Alternative for cvGet2D()
Hi! I have a problem and I found i solution, but in c since I'm using c++ for my program , I changed the code but I can't change following part:
CvPoint pDst; // cv::Point pdst; CvScalar p1; // cv::Scalar p1;
p1=cvGet2D(&tdst,0,0); / / how can I change this ???
thanks in advance ? ?