Skip to content

zachcroft/computer-vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

computer-vision

Codes for exploring computer vision algorithms

tutorials

Basic scripts to teach myself the functionality of OpenCV

  • resize_image.py -- Resizing an image
  • crop_image.py -- Cropping an image
  • convolution.py -- Defining and applying various blurring kernels (filters) for image processing
  • edge_detection.py -- Sobel and Canny edge detectors
  • contour_detection.py -- Finding and drawing contours in an image
  • threshold.py -- Various thresholding techniques
  • video_IO.py -- Reading and writing video files
  • background_estimation.py -- Temporal median filter to extract the background from a still camera video and then masking the moving objects

About

Codes for exploring computer vision algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages