Opencv algorithm for detecting a moving vehicle in a moving / jitter chamber

Is there a way to opencvdetect movement vehicle/objectwhen the camera moving/shaking.

I have read and implemented various object detection algorithms in opencv, but they also detect false areasframes due to camera shake.

If you have a solution, please help.

Thank.

+3
source share
2 answers

Here you have two questions that need to be addressed,

  • Detection
  • Stabilization

, , , . , , ( .). . , , . opencv , , .

. OpenCV., , . , Opencv:

  • , .

,

+4

BGSLibrary, andrew GitHub. , , .

0

All Articles