Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
This folder contains Python codes for C++ codes in OpenCV official tutorials : 'http://opencv.itseez.com/doc/tutorials/tutorials.html'

Details :

Introduction to OpenCV
	1)  Load and Display an Image		---		display_image.py
	2)  Load, Modify, and Save an Image --- 	modify_image.py

Core Module	
	1)  Mask operations on matrices		--- 	fiter2d.py
	2)  Adding (blending) two images using OpenCV --- add_images.py
	3)  Changing the contrast and brightness of an image! --- BasicLinearTransforms.py
	
Imgproc module