项目作者: josephbk117

项目描述 :
First Commit
高级语言: Python
项目地址: git://github.com/josephbk117/OpenCV_Playground.git
创建时间: 2017-02-14T21:22:00Z
项目社区:https://github.com/josephbk117/OpenCV_Playground

开源协议:

下载


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”