-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathColor_Transferring.pro
More file actions
33 lines (30 loc) · 871 Bytes
/
Color_Transferring.pro
File metadata and controls
33 lines (30 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
QT += core gui
CONFIG += c++11
TARGET = Color_Transferring
TEMPLATE = app
SOURCES += lib_c/Malloc2D_dbl.c \
lib_c/Malloc2D_uchr.c \
lib_c/arry_smpl_create.c \
lib_c/arry_smpl_destruct.c \
lib_c/generate_regular_samples.c \
lib_c/img_rgb_create.c \
lib_c/img_rgb_destruct.c \
lib_c/img_to_map_rgb.c \
lib_c/map_create.c \
lib_c/map_destruct.c \
lib_c/map_rgb_create.c \
lib_c/map_rgb_destruct.c \
lib_c/map_rgb_to_yuv.c \
lib_c/map_to_img_rgb.c \
lib_c/map_yuv_create.c \
lib_c/map_yuv_destruct.c \
lib_c/map_yuv_set_mean_and_var.c \
lib_c/map_yuv_to_rgb.c \
lib_c/match_get_index.c \
lib_c/source_luminance_remapping.c \
lib_c/transfer_color.c \
lib_qc/QImage_to_img_rgb.cpp \
lib_qc/img_rgb_to_QImage.cpp \
main.cpp
HEADERS += include/image.h \
include/image_qt.h