After previously I used my Nvidia Jetson Nano Developer kit for a facial recognition project, now I want to try it for measuring objects. I found several tutorials and references one of them by Sergio Canu. he said that Today we will look at the simplest possible implementation for measuring objects with Aruco Marker.
For example this USB stick depending on the distance to the camera and perspective changes in size. The measurement is still possible with complex camera calibration but that is not the purpose of this tutorial, how can we easily solve the problem?
For this there is a solution already used in augmented reality, namely the standard Aruco Marker.
that way we can identify objects in space and Count pixels and centimeters with Aruco Marker.
1. Identify the object in space
2. Calculate pixel and centimeters with Aruco Marker
3. Convert Pixel to cm of Object
Result
Comments