diff --git a/README b/README new file mode 100644 index 0000000..26f16cf --- /dev/null +++ b/README @@ -0,0 +1,11 @@ +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