OpenCV Python Optical Flow Object Tracking

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ต.ค. 2024

ความคิดเห็น • 5

  • @kevinwoodrobotics
    @kevinwoodrobotics  5 หลายเดือนก่อน +1

    Code and Documentation: kevinwoodrobotics.com/product/opencv-python-optical-flow-object-tracking/
    OpenCV Python Playlist Code and Doc: kevinwoodrobotics.com/product/opencv-python-tutorials-full-playlist/

  • @juserodriguez2034
    @juserodriguez2034 3 หลายเดือนก่อน +1

    Hey Kevin, hope yoou are doing good
    I need some help in my project that includes optical flow in order to estimate the video motion coordinate . the results of the position estimation of the flying car in the reference coordinate system using the camera frames given as input to the position estimation algorithms developed by the competitors are given below as visually exemplified
    • Change in X-axis in metres with reference to the beginning of the video
    • Change in Y-axis in metres with reference to the beginning of the video
    Basically an x-y coordinate system that tracks the drone motion
    Could you let me how I can reach you for better communication?

    • @kevinwoodrobotics
      @kevinwoodrobotics  3 หลายเดือนก่อน +1

      Hi thanks for reaching out! You can send me a message on LinkedIn

  • @harshpathak5275
    @harshpathak5275 9 หลายเดือนก่อน

    hey there! I want to use optical flow for prediction of subsequent frames based on previous frames taken from a video. is this problem similar to what you have done in this video?

    • @kevinwoodrobotics
      @kevinwoodrobotics  9 หลายเดือนก่อน

      Here I am showing the tracking of the motion of dense points given the current data but I am not predicting the future point trajectory. However, with past data you could predict it using some control algorithms like mpc