02-21-2013 07:58 PM
when making aregion of interest and tracking with webcam there is aproplem that some times it is detected and some times not by moving it even if i made it close or far
what should i do ? please
02-22-2013 02:29 PM
Hello,
Can you offer a little more information on what you are trying to do? It sounds like you are trying to track a certain pattern on the screen as it moves. Is that right? This may be helpful is getting you started: https://decibel.ni.com/content/docs/DOC-25399
02-22-2013 02:39 PM
i use vision builder to make atemplete and then count the number of templetes
02-22-2013 03:00 PM
in the video that you shared labview is tracking the object where ever it moves
when i do it,some times it can't find it or find another object
02-25-2013 09:26 AM
So are you saying that the template you are looking for in the region of interest is not found when it should be? Or are you saying that it is not there and you want something to happen based on whether it is there or not? Please provide more details of what you are trying to do.
02-26-2013 03:22 AM
when i open the webcam and define aregion of interest in some object by moving the object vision builder or labview can't detect the region
02-27-2013 10:02 AM
It sounds like you want to be doing a Match Pattern step or a Geometric Matching step. Match Pattern should find a template that is the same size. Geometric Matching will find a template regardless of size. If you are having locating it and it is inside of the region of interest you define, try lowering the score needed for a match. It could be that your images are different enough not to meet the requirements.
02-27-2013 10:54 AM
02-28-2013 10:41 AM
If the part you are inspecting is going to be at a set distance, I would create pattern templates for every part you are looking for. I would use the Pattern Match and define the region of interest to look for each part. You could do pass fail based off of whether every part is there or not or whether the parts are in the right position.
02-28-2013 12:03 PM
this is what iam doing .
so do you think ishould use geometric match pattern or match pattern to detect atemplet regardless its size when moving the camera