Jump to content

image tracking


Recommended Posts

hi every body...

I am new user of Labview, I have a projet to do in Coventry University.

I want to track a Region Of Interest(for example: rectangle) and have his coordinate when I move it.

I can now snap, grab or have sequence of images but I can not track the motion

I need help, please can some body help me?

thx :worship:

Mimir

Link to comment

You should take a look at the IMAQ also known as the Vision Development Module to do this task. You could also check out IVision, or the C code its based on OpenCV. If you decide to use IMAQ or IVision and run into trouble, you can post again with code samples / snapshots and we can try to help you more then. If you decide to use OpenCV it has its own forum to ask questions.

Link to comment

Thank you Chris,

I have an IMAQ 1411 card, and I tried do make some thing but without result, I can snap, grab ou acquire image but I can not track ROI in motion!!! I don't know wich function I should use??!! :headbang:

see in attached files a screen shot of what i did or what i want to do.

post-6533-1161783964.jpg?width=400

Link to comment
I have an IMAQ 1411 card, and I tried do make some thing but without result, I can snap, grab ou acquire image but I can not track ROI in motion!!!

Thanks for the screenshot. I can see that you captured the image, and setup an roi.

Do you have the Vision Development Module (IMAQ)? The pattern matching functions will be installed with that toolkit. There are also examples of how to do pattern matching over time.

Link to comment
You should take a look at the IMAQ also known as the Vision Development Module to do this task. You could also check out IVision, or the C code its based on OpenCV. If you decide to use IMAQ or IVision and run into trouble, you can post again with code samples / snapshots and we can try to help you more then. If you decide to use OpenCV it has its own forum to ask questions.

sorry to interrupt !

I have a trouble! how to achieve the Camshift arithmetic use Labview IMAQ Vision. I find it in the OpenCV ,but in LabVIEW,I do not achieve it! Please give me some advice! :headbang:

Link to comment

For tracking of objects, in this case people, you might want to look at the Reading People Tracker project.

It includes the theory and algorithm development. You can download the source code. Googling on "Reading People Tracker" will get you a lot of examples of what others have done with this code after they got it to compile.

I should add that it is not LabVIEW code, it's text based, but it should give you a good foundation on some of the practicalities of tracking multple irregular objects and features on those objects, that you can translate into LabVIEW.

Good luck!

Link to comment
For tracking of objects, in this case people, you might want to look at the Reading People Tracker project.

It includes the theory and algorithm development. You can download the source code. Googling on "Reading People Tracker" will get you a lot of examples of what others have done with this code after they got it to compile.

That's good! :thumbup:

Thank you very much!

Link to comment

Thx Chris for you help, it's working now :thumbup:

I have just a litle problem, I have an object like checkerboard, and I track the black box (100 box), I need to have their coordinate, in array or some thing like that, but it's give me just one ROI's coordinate!

di you have an idea to do that?

post-6533-1162816408.jpg?width=400

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.