Is there a way to mark the moving points and in the end determine the position of every point? [closed]
Hi,
Suppose there is a camera mounted above the container ship and captures just a certain area of the moving ship. The stream is fed into machine learning model which detects containers of various colours. Once the whole ship is scanned, is there a way to provide the report about the detected container positions, relative to the ship dimensions (or pixels defining the ship), without knowing the speed of the ship while passing the scanner?
Thanks!
Niko
I've not understand the need of machine learning in this case and also how you can scan an entire ship if the camera is attached on a container. Sorry for misunderstanding. By the way, I think that this is a mix of visual odometry and object detection.
This is just a hypotethical example. The main thing I would like to solve is to track arbitrary points and assess their position relative to the moving object.
Python? how many camera? Stitching = Yes or No?
Python is fine. For beginning there's one camera but later I might add more; could apply stitching - doesn't matter - whatever way to get the desired results.