OpenKinect-for-Processing icon indicating copy to clipboard operation
OpenKinect-for-Processing copied to clipboard

Object detection (need help)

Open finchle99 opened this issue 3 years ago • 2 comments

Hi everyone, I'm using Kinect v1 for detecting an object (a tomato in a tree). My idea is to use OpenCV to detect a tomato (I'm done with this step using Kinect's camera) and then I need to get the coordinates (x, y and z) of that tomato in a tree, I'm stuck in this step. Please help me with this problem. If there is something that goes wrong or impossible with my idea, please let me know and I would give many thanks to you if there is another method or idea that is easy to do for this project! Thank you so much!

finchle99 avatar Feb 01 '22 15:02 finchle99

Hi finchle, i was wondering if you ever found a solution, since we are trying to kinda achive the same thing, we need it to track a soccer ball.

NickVerwoert avatar Feb 03 '22 12:02 NickVerwoert

Hi, I'm not done with this project..., but I got the depth data and the distance, but not really accurate much (about +- 4cm compare with reality). If you still need a method from this step, you can try Pointcloud example from this library.

I'm using customed haar cascade for the detection step, but it's not good at all, but when I used Face haar cascade (from openCV library) and it's really good. This is the reference: https://www.youtube.com/watch?v=YX41KXbMf_U If u have any good detection method, please help me. Thank you.

finchle99 avatar Feb 05 '22 13:02 finchle99