Skip to content

h2o-robotics/Underwater-Image-Processing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Underwater-Image-Processing

Test software for processing underwater images for purpose of making text more readable. Heavily based on Underwater-Image-Enhancement-and-Color-Restoration paper

Since the implementation is in test form, specific file strucutre is required. Once you have code on you device, root reposistory should have 3 folders

InputImages

OutputImages

SRC

Location of said repository doesen't matter, but these folders must exist. InputImages is where you put images you want processsed. OutputImages is folder where processed images are stored And src is all the code for all the algorithms

Main branch contains all algorythms and main.py in root of SRC directory will run all input images through all algorythms ProposedSolution branch will only run input images through CLACHE, HE and RGHS, as proposed in the report


Requires:

python

cv2

numpy

scipy

matplotlib

scikit-image

natsort

math

datetime

About

Test software for processing underwater images for purpose of making text more readable.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.4%
  • MATLAB 18.6%