ERROR in my MATLAB Computer vision code. Need help applying computer vision code to more complex images
Budget: £20 – £250 GBP
Need help applying working connected component labelling computer vision code to more complex images.
I have a working machine vision code for connected component labelling using a simple image, and it should be readily scalable to more complex images, however, I am having difficulty with this.
The image consists of a set of arrows and a goal point and should be able to follow the arrows to reach the goal.
My directional vectors for detecting the direction the arrows are pointing in are working fine for simple images, however, I believe they are the cause of the issues why the code is not working for the more complex images, as they are pointing in incorrect directions for these.
The directional vectors are the issue, and I think more specifically the y variable, however, I cannot see exactly why this is causing an issue.
It is key that the next_object variable works and doesn't change format as I have a piece of code already working that uses that output to generate the final output image.
But the output image for the medium (complexity) test doesn't work, my code only works for the easy test.
I have a working machine vision code for connected component labelling using a simple image, and it should be readily scalable to more complex images, however, I am having difficulty with this.
The image consists of a set of arrows and a goal point and should be able to follow the arrows to reach the goal.
My directional vectors for detecting the direction the arrows are pointing in are working fine for simple images, however, I believe they are the cause of the issues why the code is not working for the more complex images, as they are pointing in incorrect directions for these.
The directional vectors are the issue, and I think more specifically the y variable, however, I cannot see exactly why this is causing an issue.
It is key that the next_object variable works and doesn't change format as I have a piece of code already working that uses that output to generate the final output image.
But the output image for the medium (complexity) test doesn't work, my code only works for the easy test.