openCV detect blinking lights

后端 未结 2 1316
独厮守ぢ
独厮守ぢ 2020-12-29 12:14

my question is similar to this one: OpenCV: Detect blinking lights in a video feed

I have a LED light, and my camera runs at 30fps. At each frame, I ant to know whet

2条回答
  •  借酒劲吻你
    2020-12-29 12:51

    I guess you cant just substract the two images to remove the noise, because there is always some movement with the camera....it cant be steady.....so u end up making a mess instead...

    My call would be use "inrange" function, if a pixel is fully bright, i.e. 255 or say above 200, leave it as it is otherwise just make it zero..... thus you end up with just the led part...background gone!!

提交回复
热议问题