📚
COMPUTER VISION
  • COMPUTER VISION MY ROAD
  • Chapter1
    • Human Vision, Color spaces, Transform
    • Image Basics
    • Resizing, Filters, Convolutions
    • OPENCV BASICS
      • Read images videos and webcam
      • Basic Functions
      • Resizing and Cropping
      • Shapes and Texts
      • Warp Perspective
      • Joining Images
      • Color Detection
      • Contours/Shape Detection
      • Face Detection (Cascade Method)
      • Optical Character Recognition(OCR)-Tesseract
    • OPENCV PROJECTS
      • Virtual Paint
      • Document Scanner
      • Number Plate Detection
  • Chapter2
    • UDACITY-Computer Vision
      • 6A-L1:INTRODUCTION TO MOTION
      • 6B-L1:DENSE FLOW: BRIGHTNESS CONSTRAINT
      • 6B-L2:DENSE FLOW: LUCAS AND CANADE
      • 6B-L3:HIERARCHIAL LK
      • 6B-L4:MOTION MODELS
    • UNIVERSITY OF WASHINGTON- OPTICAL FLOW
    • THE UNIVERSITY OF WESTERN AUSTRALIA
    • Project-OpenCV Object Tracking
  • Chapter3
    • Rich Radke, Rensselaer Polytechnic Institute-Image Segmentation
    • Indian Institute Of Technology-Image Segmentation
    • Project: Lane Line Detection
  • Chapter4
    • Features, Matching, and RANSAC
    • Implementations
    • Project: Finding Vanishing Point
  • Chapter5
    • YOLOV3
Powered by GitBook
On this page

Was this helpful?

Chapter4

Week 4 (Fitting)

  • Fitting lines and curves

  • Robust fitting, RANSAC

  • Deformable contours

Video Lectures

  • Videos 6-7 https://www.youtube.com/watch?v=-nt80JUNwlw&list=PLjMXczUzEYcHvw5YYSU92WrY8IwhTuq7p&index=2

Reading Assignments

  • Sec 4.3.2 5.1.1 http://szeliski.org/Book/drafts/SzeliskiBook_20100903_draft.pdf

Project

  • Compute Vanishing Points in a hallway image with OpenCV

PreviousProject: Lane Line DetectionNextFeatures, Matching, and RANSAC

Last updated 4 years ago

Was this helpful?