Ask Your Question

Revision history [back]

how to distinguish between object and dirt/water.

Hi all,

I am willing to write a program to detect a real object on a conveyor belt. however, there could be stain or water on the belt which interferes the detection. what would be the a good way to detect it? If dirt or water on the belt, the program just need to report this is not a valid object. Currently, I am thinking using find contours. but object could be any shapes. it is hard to distinguish a valid object. Any better idea?

Thanks in advance.

how to distinguish between object and dirt/water.

Hi all,

I am willing to write a program to detect a real object on a conveyor belt. however, there could be stain or water on the belt which interferes the detection. what would be the a good way to detect it? If dirt or water on the belt, the program just need to report this is not a valid object. Currently, I am thinking using find contours. but object could be any shapes. it is hard to distinguish a valid object. Any better idea?

Thanks in advance.