I am making a 3D object detection program... and am having a hard time thinking about how I can code this in
- The 3D objects have their own animations and have two states, idle and roaming.
- There is a general name in text above the 3D object's model that is attached to the model like a billboard, and has a 100% transparent background
- The text above the 3D object's model scales with the dynamically moving camera
- The camera, it can zoom and rotate
- I am not given any arbitrary coordinates of the location of the 3D objects except what I see on screen
I am making use of the imagesearch function at the moment... and have tried searching for images of the text and the 3d objects,,, but it is difficult due to the camera being dynamic
Maybe thinking of comparing the picture of a whole screen to a picture of the same screen at a different interval... but this might be very taxing
- The 3D objects have their own animations and have two states, idle and roaming.
- There is a general name in text above the 3D object's model that is attached to the model like a billboard, and has a 100% transparent background
- The text above the 3D object's model scales with the dynamically moving camera
- The camera, it can zoom and rotate
- I am not given any arbitrary coordinates of the location of the 3D objects except what I see on screen
I am making use of the imagesearch function at the moment... and have tried searching for images of the text and the 3d objects,,, but it is difficult due to the camera being dynamic
Maybe thinking of comparing the picture of a whole screen to a picture of the same screen at a different interval... but this might be very taxing