visual studio2010 opencv
-
hi all i use pioncare index method to locate the coe point of the finger print but output is not rit. plz help me if any one have idea about this. thnx in advance
-
hi all i use pioncare index method to locate the coe point of the finger print but output is not rit. plz help me if any one have idea about this. thnx in advance
Nope. The question has nothing to do with Visual Studio. Nor does it show any code. You have provided almost zero context for us to provide any help with this.
Chill _Maxxx_
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier -
Nope. The question has nothing to do with Visual Studio. Nor does it show any code. You have provided almost zero context for us to provide any help with this.
Chill _Maxxx_
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easiermy code runs it gives output but not locate rit position. a part of code is here: IplImage pioncare = ang.operator IplImage(); int pBl_Sz=3; float p=0; for(int x = 0; x+pBl_Sz <=(&pioncare)->height ; x=x+pBl_Sz) { for(int y = 0; y+pBl_Sz <=(&pioncare)->width; y=y+pBl_Sz) { //fprintf(fb,"\n\nFor Block %d\n\n",++count); cvSetImageROI(&pioncare,cvRect(y,x,pBl_Sz,pBl_Sz)); cv::Mat L(&pioncare); for(int j=1; j<L.rows-1;j=j++) { for(int i=1; i<L.cols-1; i=i++) { float s0 = ((L.at<float>(j,i-1))-(L.at<float>(j-1,i-1))); { if (abs(s0)<90) d0=s0; else if (s0<-90) d0=s0+180; else if (s0>90) d0=180-s0; } float s1 = ((L.at<float>(j+1,i-1))-(L.at<float>(j,i-1))); { if (abs(s1)<90) d1=s1; else if (s1<-90) d1=s1+180; else if (s1>90) d1=180-s1; } float s2 = ((L.at<float>(j+1,i))-(L.at<float>(j+1,i-1))); { if (abs(s2)<90) d2=s2; else if (s2<-90) d2=s2+180; else if (s2>90) d2=180-s2; } float s3 = ((L.at<float>(j+1,i+1))-((L.at<float>(j+1,i)))); { if (abs(s3)<90) d3=s3; else if (s3<-90) d3=s3+180; else if (s3>90) d3=180-s3; } float s4 = ((L.at<float>(j,i+1))-(L.at<float>(j+1,i+1))); { if (abs(s4)<90) d4=s4; else if (s4<-90) d4=s4+180; else if (s4>90) d4=180-s4; } float s5 = ((L.at<float>(j-1,i+1))-(L.at<float>(j,i+1))); { if (abs(s5)<90) d5=s5; else if (s5<-90) d5=s5+180; else if (s5>90) d5=180-s5; } float s6 = ((L.at<float>(j-1,i))-((L.at<float>(j-1,i+1)))); { if (abs(s6)<90) d6=s6; else if (s6<-90) d6=s6+180; else if (s6>90) d6=180-s6; } float s7 = ((L.at
;float>(j-1,i-1))-((L.at<float>(j-1,i)))); { if (abs(s7)<90) d7=s7; else if (s7<-90) d7=s7+180; else if (s7>90) d7=180-s7; } p=((d0+d1+d2+d3+d4+d5+d6+d7)/360); } } if (p<0.45||p>0.51) { } e
-
hi all i use pioncare index method to locate the coe point of the finger print but output is not rit. plz help me if any one have idea about this. thnx in advance
You can check the third party documentation for their API.
Apps - Color Analyzer | Arctic | XKCD | Sound Meter | Speed Dial
-
You can check the third party documentation for their API.
Apps - Color Analyzer | Arctic | XKCD | Sound Meter | Speed Dial
i didnt understand what u said
-
i didnt understand what u said
If you are using a third party component, check their documentaiton.
Apps - Color Analyzer | Arctic | XKCD | Sound Meter | Speed Dial