Answer the question
In order to leave comments, you need to log in
How to determine the presence of an object in an image using OpenCV?
Hello.
It will NOT be about faces, books, numbers. The task, it seems to me, is somewhat simpler:
There is a forklift truck . Works with pickup pallets .
The camera of the Android phone "looks" at the plug. (behind, slightly above)
Task: To determine whether the forklift is loaded, that is, whether a pallet (filled with some objects) lies on the fork or not. Break the calculation process into blocks. Process the maximum number of blocks on the phone, and transfer what did not "fit" (for example, due to time) via Wi-Fi to the driver's terminal, process it there and display the result.
Software: OpenCV, OpenCV4Android Approach 1
was tried
:(based on a previous work by a colleague) The camera is set at a fixed point. The image shows two PointsOfInterest - points that lie on the teeth of the fork.
Answer the question
In order to leave comments, you need to log in
And why not make it a little easier:
1. We hang a bright-bright LED / just some high-contrast object (LED + reflectors, for example) on each prong of the forklift fork
2. If the pallet closes them -> They are not recognized -> Something i.e. on a fork. If they are visible, then the fork is free.
Recognizing two bright luminous points with a known linear distance between them is, IMHO, easier than the contours of a fork and load, especially in a dark warehouse.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question