12 lines
215 B
Plaintext
12 lines
215 B
Plaintext
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
|