41 skills found · Page 2 of 2
Utkal97 / Object TrackingImplementation of Optical Flow with Lucas Kanade method on Python 3.8
mickaelseznec / FlowpyUtilities for working with optical flows in python
ahmedeltaher / Autonomous Drone NavigationGPS-Denied Indoor Navigation System for Drones Autonomous drone navigation indoors without GPS using optical flow, IMU, and lidar sensor fusion. Features real-time SLAM, obstacle avoidance, and waypoint missions. Built with PX4/ArduPilot, ROS2, and MAVSDK-Python on Raspberry Pi.
rfezzani / PyimofPython package for optical flow estimation
London-bb / LSCILaser speckle Contrast image system, blood flow, python, opencv, LSCI, Optical flow
Pawandeep-prog / Track People In HallThis is python openCV code which uses optical flow tracker to track the person when one entered or left the room
gongpx20069 / OpticFlowThis is a code base for optical flow estimation using Python language, integrating various methods of OpenCV.
thtskaran / AFOptimizerEnhance anime videos with AFOptimizer, a Python tool for removing static frames using Frame Difference , SSIM and Optical Flow methods. Ideal for streamlining viewing and editing.
scivision / Robust Optical FlowPython / Matlab interface to Michael Black's Robust optical flow
pulkkins / OptflowC++/Python implementations of optical flow algorithms
xpharry / Optical Flow AlgorithmsCompared two main Optical Flow algorithms in Python.
nikolayVv / ComputerVisionTasksWorking on five computer vision tasks (optical flow, mean-shift tracking, correlation filter tracking, advanced tracking, and long-term tracking) using the programming language Python.
anoopchandu / Emotion RecognitionThis python module will recognize emotions in video sequences using optical flow and machine learning techniques.
phe2018 / People Detection Tracking And Recognition Using OpenCVUsage: This project contains a python script called people_detection.py, a folder named haarcascades and two test videos. The download links for the two test videos are: Test_video_1.mp4: https://github.com/intel-iot-devkit/sample-videos/blob/master/worker-zone-detection.mp4 Test_video_2.mp4: https://www.pexels.com/video/man-transporting-garden-sand-using-a-cart-7714807/ You need execute the following statement to run the python script. > python3 people_detection.py -v ./test_video_1.mp4 -face_detec False The python script needs to pass in two parameters, namely “-v” and “-face_detec”, where “-v” refers to the video path that needs to be tested, and “-face_detec” refers to the need for face detection(If there is no face in the video, set to False). This python script first modifies the shape of each frame in the video, then performs corner detection, and then performs optical flow tracking on the detected corners, then execute human detection and face detection in turn, and draws frames and ellipses on the image respectively in.
MilaBooot / Motion Detection Estimation Optical Flow Using PythonOptical flow or optic flow is the pattern of apparent motion of objects, surfaces, and edges in a visual scene caused by the relative motion between an observer and a scene.
eswarchandt / Computer Vision Oject Tracking Using OpenCv And PythonThis project is for those who want to start working with OpenCV for Computer Vision projects. You will learn Object Tracking with OpenCV and Python. At the end of this project, you will know how Optical and Dense Optical Flow works, how to use the MeanShift and the CamShift and you will be able to do a Single Object Tracking and a Multi-Object Tracking.
philipNoonan / PyglFlowPython front with OpenGL compute shaders to perform dense optical flow on the GPU
guidoAI / Optic Flow NotebookLecture on optical flow and corresponding Python exercises
CoreRasurae / OpticalFlow RIReference Implementations in Python of Optical Flow algorithms with low dependency on external libraries.
Bharadhwajsaimatha / Vehicle Speed Estimation OpticalFLow LKEstimate speed of vehicles on highway using Lucas Kanade Optical flow implemented in python