Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Studio
  4. visual studio2010 opencv

visual studio2010 opencv

Scheduled Pinned Locked Moved Visual Studio
databasehelp
6 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 10317642
    wrote on last edited by
    #1

    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

    P A 2 Replies Last reply
    0
    • U User 10317642

      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

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      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

      U 1 Reply Last reply
      0
      • P Pete OHanlon

        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

        U Offline
        U Offline
        User 10317642
        wrote on last edited by
        #3

        my 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

        1 Reply Last reply
        0
        • U User 10317642

          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

          A Offline
          A Offline
          Abhinav S
          wrote on last edited by
          #4

          You can check the third party documentation for their API.

          Apps - Color Analyzer | Arctic | XKCD | Sound Meter | Speed Dial

          U 1 Reply Last reply
          0
          • A Abhinav S

            You can check the third party documentation for their API.

            Apps - Color Analyzer | Arctic | XKCD | Sound Meter | Speed Dial

            U Offline
            U Offline
            User 10317642
            wrote on last edited by
            #5

            i didnt understand what u said

            A 1 Reply Last reply
            0
            • U User 10317642

              i didnt understand what u said

              A Offline
              A Offline
              Abhinav S
              wrote on last edited by
              #6

              If you are using a third party component, check their documentaiton.

              Apps - Color Analyzer | Arctic | XKCD | Sound Meter | Speed Dial

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups