fmo-cpp-demo
fmo-cpp-demo copied to clipboard
python version
I am not very familiar with cpp, does python version of this algorithm exist? Thx for your help, looking forward to your response.
We have Python implementations of various algorithms similar to this one, e.g.
- FMODetect for fast moving object detection: https://github.com/rozumden/FMODetect
- DeFMO for deblurring of fast moving objects: https://github.com/rozumden/DeFMO
- Shape from Blur for 3D reconstruction of such objects: https://github.com/rozumden/ShapeFromBlur
- Deblurring by energy minimization: https://github.com/rozumden/deblatting_python
thx for your quick reply, appreciate for your great job.
my commant is as follow,
fmo-desktop --input /home/zhaoqihui/Repo/fmo-cpp-demo-master/videos/770011352299781.mp4 --demo --record-dir /home/zhaoqihui/Repo/fmo-cpp-demo-master
I get the error
OpenCV(3.4.20-dev) /home/zhaoqihui/Repo/opencv-3.4/modules/videoio/src/cap_images.cpp:260: error: (-215:Assertion failed) number < max_number in function 'icvExtractPattern'