Skip to content

Usefull funchtons for computer vision preprocessing of images

License

Notifications You must be signed in to change notification settings

dlpy19/cv2_python_functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cv2_python_functions

Usefull funchtons for computer vision preprocessing of images such as image resizing with respect to ratio

#Requirment cv2 python

Use this function res_img(path,thresh) to resize an image with respect to its ratio
path is the path to your image , threshhold is the desired ratio you want your image to be resized for example 200 means the new resized image will be twice the original size. example to show how to use res_img(path,200)

About

Usefull funchtons for computer vision preprocessing of images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages