1
0
Fork 0
Simple program to do Local Histogram Equalisation from PixInsight
Go to file
Dušan Poizl 508d8f44f0 Rename CLAHE to ApplyCLAHE 2020-04-26 08:24:50 +02:00
LICENSE Add GPLv3 license 2020-01-22 18:55:30 +01:00
README Add README 2020-01-23 06:19:59 +01:00
applyclahe.cpp Rename CLAHE to ApplyCLAHE 2020-04-26 08:24:50 +02:00
applyclahe.h Rename CLAHE to ApplyCLAHE 2020-04-26 08:24:50 +02:00
clahe.pro Rename CLAHE to ApplyCLAHE 2020-04-26 08:24:50 +02:00
imagescrollarea.cpp Finished prototype 2020-01-22 18:53:56 +01:00
imagescrollarea.h Finished prototype 2020-01-22 18:53:56 +01:00
main.cpp First prototype 2020-01-21 21:23:45 +01:00
mainwindow.cpp Rename CLAHE to ApplyCLAHE 2020-04-26 08:24:50 +02:00
mainwindow.h Rename CLAHE to ApplyCLAHE 2020-04-26 08:24:50 +02:00

README

Simple program to do Local Histogram Equalisation from PixInsight

To get all dependencies install these packages

    sudo apt install qtbase5-dev libopencv-dev

Then to build run

    qmake .
    make
    ./clahe