/OpenCV_Playground

First Commit

Primary LanguagePython

OpenCV Playground
A python console application that allows basic image manipuation using OpenCV (Uses python 3.5) Use command line arguments to perform various operations:

There are 4 arguments to be passed:
1.Input image path
2.Output image path
3.Image Operation Type :- 1) Colour Manipulation( passed as colour manip ) 2) Edge Detecion( passed as edge detection )
4.The operation name : Colour Manipulation - add image, sub image, div image, mul image, blackandwhite & for edge detection - laplace, sobelx, sobely, canny

Example code :
../../../mainOpenCV.py "input image path" "output image path" "Image operation type" "Operation name"