Skip to content

Python script to apply transformation to images

License

Notifications You must be signed in to change notification settings

kevinsimard/opencv-transform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opencv Image Transformations

Usage

usage: opencv-transform.py [-h] --source SOURCE --destination DESTINATION
    [--resize] [--blur] [--gaussian] [--median]
    [--bilateral] [--erode] [--dilate]
    [--morphology {MORPH_OPEN,MORPH_CLOSE,MORPH_GRADIENT,MORPH_TOPHAT,MORPH_BLACKHAT}]
    [--threshold {THRESH_BINARY,THRESH_BINARY_INV,THRESH_TRUNC,THRESH_TOZERO,THRESH_TOZERO_INV,THRESH_BINARY+THRESH_OTSU}]
    [--adaptive {ADAPTIVE_THRESH_MEAN_C,ADAPTIVE_THRESH_GAUSSIAN_C}]

Code Structure

├── bin
│   └── opencv-transform
├── .editorconfig
├── .gitattributes
├── .gitignore
├── LICENSE.md
└── README.md

License

This package is open-sourced software licensed under the MIT license.

About

Python script to apply transformation to images

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages