Rename CLAHE to ApplyCLAHE
This commit is contained in:
@@ -33,13 +33,13 @@ unix:PKGCONFIG += opencv
|
||||
SOURCES += \
|
||||
main.cpp \
|
||||
mainwindow.cpp \
|
||||
clahe.cpp \
|
||||
imagescrollarea.cpp
|
||||
imagescrollarea.cpp \
|
||||
applyclahe.cpp
|
||||
|
||||
HEADERS += \
|
||||
mainwindow.h \
|
||||
clahe.h \
|
||||
imagescrollarea.h
|
||||
imagescrollarea.h \
|
||||
applyclahe.h
|
||||
|
||||
# Default rules for deployment.
|
||||
qnx: target.path = /tmp/$${TARGET}/bin
|
||||
|
||||
Reference in New Issue
Block a user