-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to remove single vpMbtDistanceLine from tracking #1218
Comments
I suggest that you have a look to How to set a name to a face and How not to consider specific polygons. |
Thanks for your hints. Perhaps I am missing something here, but I do not want to set an entire polygon as not tracked, but only a single line of polygon. |
The feature you are looking for is not implemented. I confirm that I didn't check enough, but it seems possible to modify
Then, in Hope it helps |
Thanks for your help and suggestions. I will have a try! |
Hi,
i am quite new to visp and have the following question:
I have a relatively complex cad model, which I wanted to load and track with the
vpMbGenericTracker
in particular the moving edge approach.However, I want more or less all faces in a visibility check, but be able to remove single lines individually based on other criteria (e.g. to use only lines which have faces with a large angle, or to focus on some very specific part if the model if visible, ...).
So my idea was to loop through the
vpMbtDistanceLine
and remove them from tracking (without removing the entire face from tracking, because this could have some side-effects to other lines).Is there a way to achieve this?
I found
vpMbtDistanceLine.setTracked
--> but it has some checks with the connected polygons.Thanks a lot for you hints.
The text was updated successfully, but these errors were encountered: