We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looking to utilize the vpMbGenericTracker::DEPTH_DENSE_TRACKER on iOS. I'm looking through https://visp-doc.inria.fr/doxygen/visp-daily/tutorial-tracking-mb-generic-rgbd.html which relies on PCL but I don't think PCL is available for arm64. Is PCL required to use depth features? Are there any samples/examples that don't use PCL?
vpMbGenericTracker::DEPTH_DENSE_TRACKER
The text was updated successfully, but these errors were encountered:
There is no need to use PCL for using depth as feature in the generic model-based tracker.
You have this example, or this one, or this other one that may help.
If you want, don't hésitate to share your results with community here.
Sorry, something went wrong.
No branches or pull requests
Looking to utilize the
vpMbGenericTracker::DEPTH_DENSE_TRACKER
on iOS. I'm looking through https://visp-doc.inria.fr/doxygen/visp-daily/tutorial-tracking-mb-generic-rgbd.html which relies on PCL but I don't think PCL is available for arm64. Is PCL required to use depth features? Are there any samples/examples that don't use PCL?The text was updated successfully, but these errors were encountered: