Skip to content

garbage1010/invert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

invert

Image inversion in python (OpenCV & numpy)

Usage

example

import cv2
from pyinvert import invert

image = cv2.imread('house.tiff')

new = invert(image)
cv2.imwrite('invertedhouse.tiff', new)

Original Image A Blue car in front of a house

Inverted Inversion of the previous image

About

A simple invert function implementation using python and cv2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages