Skip to content
/ cv Public

A collection of various computer vision algorithms implemented using OpenCV

Notifications You must be signed in to change notification settings

sky-coder/cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

ComputerVision

A collection of various computer vision algorithms implemented using OpenCV

Calibrate Camera - calibrateWebCam.py

Input - Snapshots of chessboard - preferably in different poses. Images are stored in chessboard/

Returns -

  • fx - Horizontal Focal Length
  • fy - Vertical Focal Length
  • cx - Horizontal component of Optical Center
  • cy - Vertical component of Optical Center

About

A collection of various computer vision algorithms implemented using OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages