[Example/custom/opencv] Use enumeration in imgproc.hpp
authorTae-Young Chung <ty83.chung@samsung.com>
Wed, 8 Apr 2020 01:32:23 +0000 (10:32 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 8 Apr 2020 04:10:20 +0000 (13:10 +0900)
commit59716ddf1028c944eb4e76189b9fb803c480e77a
treeefda5b6d0925b30580253ac7d330c7992e174649
parent524de189797f9869db89ce7545800cf20803e3d5
[Example/custom/opencv] Use enumeration in imgproc.hpp

From opencv4, usage of enumeration in c header files causes build failure
unless they are explicitly included.
Change the enumeration in types_c.h to InterpolationFlags in imgproc.hpp.

Change-Id: I521a09b9846d15a6beb8dad95f887681e2b59994
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
nnstreamer_example/custom_example_opencv/nnstreamer_customfilter_opencv_scaler.cc