Image Features & Alignment with OpenCV

Поділитися
Вставка
  • Опубліковано 26 гру 2024

КОМЕНТАРІ • 5

  • @OpenCVUniversity
    @OpenCVUniversity  Рік тому

    To obtain a certificate and gain access to the course notebooks, register at opencv.org/obc-yt for a structured learning experience.
    This video is part of the OpenCV Bootcamp course offered by OpenCV, a crash course with unlimited access, designed to help you take your first steps in AI and Computer Vision.
    This OpenCV Certified Bootcamp will help you learn topics such as Image Processing, Face Detection, Object Detection, Pose Estimation, HDR Imaging, Feature Extraction, and more with real-world projects and a hands-on approach

  • @suryavaraprasadalla
    @suryavaraprasadalla 6 місяців тому

    cv2 get perspective transform can also be used giving just four points.

  • @pacman1187
    @pacman1187 4 місяці тому

    How about the image of paper from book, which is nonlinearly curved, plus not always in white?

    • @OpenCVUniversity
      @OpenCVUniversity  4 місяці тому

      You can start with edge detection (e.g., Canny) to identify the paper's boundaries of the book, then apply perspective transformation (using cv2.getPerspectiveTransform) to correct the curvature. For non-white backgrounds, you might need to apply adaptive thresholding or color segmentation to isolate the text from the background.

  • @Karthik-yx3ui
    @Karthik-yx3ui 9 місяців тому

    how can i do this in C# Emgu Cv