-
Notifications
You must be signed in to change notification settings - Fork 0
CaptainCrouton89/imageCropper
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
****** For imageTransformer.py ********* This is a lightweight script using the opencv library for automatically warping all solar panel images in a directory into rectangular images. To run the script, open terminal, and navigate to the folder in which this file is located. Then call this command (but with different options): $ python imageTransformer.py input output input: the input folder path output: the output folder path You may add the optional parameter -d <int> with any number between 0-300. This affects the dilation effect on the crop. The default is 60. If pieces of the image are getting cut off, increase this number. If too much is left over, decrease the number. E.g: $ python imageTransformer.py input output -d 10 $ python imageTransformer.py input output -d 90
About
Warps and crops images of solar panels to proper perspective and dimensions
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published