I’m facing an issue where I want to output a boolean value if there is an object that matches my 3D model. If no matches are found, it should return false. My current problem is that when I run my program, I don’t get any matching score (using 3D coarse matching), so I can’t perform my boolean operation.
Do You guys have any tips or tricks for my case.
Hi Dihao.
Thank you for your reply.
I Think my question is: is there a way to activate a bool if there is a match, and if there is not - then the bool will be false ?