samples: avoid using of legacy C-like API
authorAlexander Alekhin <alexander.alekhin@intel.com>
Mon, 26 Mar 2018 10:02:57 +0000 (13:02 +0300)
committerAlexander Alekhin <alexander.alekhin@intel.com>
Mon, 26 Mar 2018 10:42:35 +0000 (13:42 +0300)
commit7f9253ea0a9fe2635926379420002dbf0c3fce0f
treeb50d768b60e3e7b86d1bfa9321d996c462ecbd51
parente06d1e8083537bf2d1ab799f55dafba7ecb6d864
samples: avoid using of legacy C-like API

- CV_RGB() macro is moved into opencv2/imgproc.hpp from imgproc_c.h
- samples/cpp/filestorage_base64.cpp is dropped
17 files changed:
modules/core/include/opencv2/core/core_c.h
modules/imgproc/include/opencv2/imgproc.hpp
modules/imgproc/include/opencv2/imgproc/imgproc_c.h
samples/CMakeLists.txt
samples/cpp/autofocus.cpp
samples/cpp/facedetect.cpp
samples/cpp/filestorage_base64.cpp [deleted file]
samples/cpp/fitellipse.cpp
samples/cpp/mask_tmpl.cpp
samples/cpp/smiledetect.cpp
samples/cpp/train_HOG.cpp
samples/cpp/train_svmsgd.cpp
samples/cpp/tutorial_code/Histograms_Matching/MatchTemplate_Demo.cpp
samples/cpp/tutorial_code/ImgProc/morph_lines_detection/Morphology_3.cpp
samples/cpp/tutorial_code/ImgTrans/houghlines.cpp
samples/cpp/videowriter_basic.cpp
samples/winrt/FaceDetection/FaceDetection/MainPage.xaml.cpp