Ask Your Question

WaelAssaf123312's profile - activity

2013-11-28 02:48:28 -0600 asked a question Porblem in loading the classifier

Hi Everyone, Please I really need help, I want to know how to load a CascadeClassifier from a url not a local path For exemple : CascadeClassifier facedetection; facedetection.load("http://carprotectionsystem.webuda.com/haarcascade_frontalface_alt.xml"); Thank you in advance.

2013-11-27 06:35:19 -0600 commented question Problem in cvLoad

anyone can help me on how to read the xml file from my webserver ? Thank You

2013-11-27 06:23:46 -0600 commented question Problem in cvLoad

I need the xml file to be online,,the webserver is mine and I put the xml file in it

2013-11-27 05:44:19 -0600 asked a question Problem in cvLoad

I Hi everyone, I Have a web hosting and that I uploaded my files in and I am using visual studio 2010 exemple: CvHaarClassifierCascade facedetection = ( CvHaarClassifierCascade )cvLoad( http://carprotectionsystem.webuda.com/haarcascade_frontalface_alt.xml);

but when I run my program an error appears : Error: cv::Exception at memory location 0x00... any help? I really need it ! Thank you in advance

2013-11-27 05:24:41 -0600 commented answer Unhandled exception using cvLoadIMage

and to use cvHaarDetectObjects .. it takes as first paramter const CvArr* Image.. ?

2013-11-27 04:33:36 -0600 asked a question Unhandled exception using cvLoadIMage

I Hi everyone, I Have a web hosting and that I uploaded my files in and I am using visual studio 2010 exemple: IplImage* image = cvLoadImage("http://carprotectionsystem.webuda.com/m012_full_body0000_2.jpg" ); but when I run my program an error appears : Error: cv::Exception at memory location 0x00... any help? I really need it ! Thank you in advance