6 lines
177 B
CMake
6 lines
177 B
CMake
|
set(the_description "Super Resolution using CNNs")
|
||
|
|
||
|
ocv_define_module(dnn_superres opencv_core opencv_imgproc opencv_dnn
|
||
|
OPTIONAL opencv_datasets opencv_quality # samples
|
||
|
)
|