How to detection(tracking) WHITE Cube ?

asked 2019-08-28 23:59:34 -0600

choikhss gravatar image

updated 2019-09-01 19:35:07 -0600

I'm working on a method of detecting (tracking) white cubes in real time.

It will not be the time / capacity for deep learning, so we plan to implement it in a computer vision.

Do you know how to detect white cubes? My camera is Realsense.

I'll show you the model (picture) of the box I will use. image description

edit retag flag offensive close merge delete

Comments

WHY did you choose a white cube to track ? that might be the worst kind of object for this, ever.

and what is the purpose of it all ?

berak gravatar imageberak ( 2019-08-29 02:59:25 -0600 )edit

I I have to use white to project to a projector. :( TOO HARD TO ME

choikhss gravatar imagechoikhss ( 2019-08-29 03:19:43 -0600 )edit

I always think a white object is difficult to track for some reason: 1. white balance issue: the objects which we human kinds think it is white may be any color due to environment illumination. But the way you do the white balance may also affect the result of tracking. 2. grayscale issue: in HSV color space we always say the "white" means low S high V and any H , but in a real environment, it is hard to decide how low the S should be and how high the V should be.

gino0717 gravatar imagegino0717 ( 2019-08-30 01:08:44 -0600 )edit
1

give us a real-life photo of the cube you want to detect and track

Witek gravatar imageWitek ( 2019-08-31 05:22:40 -0600 )edit

BTW, Realsense is a depth camera and in depth image colors don't count. You might check the PCL library for object detection in 3D point clouds.

kbarni gravatar imagekbarni ( 2019-09-02 07:41:01 -0600 )edit