Hello LabVIEW experts!
I am working on a program that would match 3 similar shapes and then output it into 3 different colored boundary boxes that the user can see. The problem with the code is that through using pattern matching, the bounding box just jumps around. Is there a way to make it so that through using 1 template I can track the two other similar boxes or should I just use multiple geometric tracking with three templates?
I apologize for how confusing my code is in advance and also if you guys see any other errors please tell me and I'll try to fix it!