Click here to Skip to main content
16,019,271 members

Comments by zarunz (Top 5 by date)

zarunz 24-Apr-12 4:24am View    
This is what i wrote in the TakeImage function

CvMat TakeImage(IplImage *input2)
{
CvMat *mat = cvCreateMat(input2->height,input2->width,CV_32FC3 );//CV_32FC1
cvConvert( input2, mat );
return mat;
}
zarunz 24-Apr-12 4:22am View    
I wrote the Takeimage function so that it returns a 2X2 matrix. But where should be i and j used?
zarunz 23-Apr-12 23:43pm View    
yes, but what is the 3rd and 4th argument in the function for???
zarunz 20-Apr-12 2:30am View    
what should be written in TakeImage function??
zarunz 11-Apr-12 3:53am View    
none of the links are geting opened :(