Make imgproc.hpp independent from C API
authorAndrey Kamaev <andrey.kamaev@itseez.com>
Sat, 6 Apr 2013 14:16:51 +0000 (18:16 +0400)
committerAndrey Kamaev <andrey.kamaev@itseez.com>
Mon, 8 Apr 2013 11:47:28 +0000 (15:47 +0400)
commit288a0634c2cb0f539563e0fef6c44d1e7de428c7
tree5cb57cfd70bdcadab37edf482939dfd652585b78
parent7ac0d869927810db12935d38edbd57324e00e489
Make imgproc.hpp independent from C API
95 files changed:
apps/traincascade/imagestorage.cpp
include/opencv/cv.h
include/opencv/cv.hpp
include/opencv/cvaux.h
include/opencv/highgui.h
modules/gpu/perf/perf_imgproc.cpp
modules/imgproc/include/opencv2/imgproc.hpp
modules/imgproc/include/opencv2/imgproc/types_c.h
modules/imgproc/perf/perf_cvt_color.cpp
modules/imgproc/perf/perf_matchTemplate.cpp
modules/imgproc/src/corner.cpp
modules/imgproc/src/histogram.cpp
modules/imgproc/src/moments.cpp
modules/imgproc/src/morph.cpp
modules/legacy/include/opencv2/legacy.hpp
modules/legacy/include/opencv2/legacy/legacy.hpp
modules/nonfree/test/test_detectors.cpp
modules/objdetect/test/test_cascadeandhog.cpp
modules/ocl/include/opencv2/ocl/private/util.hpp
modules/ocl/perf/perf_color.cpp
modules/ocl/perf/perf_match_template.cpp
modules/ocl/test/test_color.cpp
modules/ocl/test/test_haar.cpp
modules/ocl/test/test_hog.cpp
modules/ocl/test/utility.cpp
modules/photo/src/denoising.cpp
modules/photo/src/inpaint.cpp
modules/photo/test/test_inpaint.cpp
modules/stitching/src/blenders.cpp
modules/stitching/src/matchers.cpp
modules/stitching/src/seam_finders.cpp
modules/ts/src/gpu_test.cpp
modules/video/include/opencv2/video/tracking.hpp
samples/c/delaunay.c
samples/c/facedetect.cpp
samples/c/polar_transforms.c
samples/c/pyramid_segmentation.c
samples/c/smiledetect.cpp
samples/cpp/3calibration.cpp
samples/cpp/build3dmodel.cpp
samples/cpp/calibration.cpp
samples/cpp/chamfer.cpp
samples/cpp/detection_based_tracker_sample.cpp
samples/cpp/distrans.cpp
samples/cpp/edge.cpp
samples/cpp/ffilldemo.cpp
samples/cpp/fitellipse.cpp
samples/cpp/houghcircles.cpp
samples/cpp/houghlines.cpp
samples/cpp/image.cpp
samples/cpp/laplace.cpp
samples/cpp/morphology2.cpp
samples/cpp/phase_corr.cpp
samples/cpp/rgbdodometry.cpp
samples/cpp/segment_objects.cpp
samples/cpp/squares.cpp
samples/cpp/stereo_calib.cpp
samples/cpp/tutorial_code/Histograms_Matching/EqualizeHist_Demo.cpp
samples/cpp/tutorial_code/Histograms_Matching/MatchTemplate_Demo.cpp
samples/cpp/tutorial_code/Histograms_Matching/calcBackProject_Demo1.cpp
samples/cpp/tutorial_code/Histograms_Matching/calcBackProject_Demo2.cpp
samples/cpp/tutorial_code/Histograms_Matching/compareHist_Demo.cpp
samples/cpp/tutorial_code/ImgProc/Threshold.cpp
samples/cpp/tutorial_code/ImgTrans/CannyDetector_Demo.cpp
samples/cpp/tutorial_code/ImgTrans/HoughCircle_Demo.cpp
samples/cpp/tutorial_code/ImgTrans/HoughLines_Demo.cpp
samples/cpp/tutorial_code/ImgTrans/Laplace_Demo.cpp
samples/cpp/tutorial_code/ImgTrans/Remap_Demo.cpp
samples/cpp/tutorial_code/ImgTrans/Sobel_Demo.cpp
samples/cpp/tutorial_code/ShapeDescriptors/findContours_demo.cpp
samples/cpp/tutorial_code/ShapeDescriptors/generalContours_demo1.cpp
samples/cpp/tutorial_code/ShapeDescriptors/generalContours_demo2.cpp
samples/cpp/tutorial_code/ShapeDescriptors/hull_demo.cpp
samples/cpp/tutorial_code/ShapeDescriptors/moments_demo.cpp
samples/cpp/tutorial_code/TrackingMotion/cornerDetector_Demo.cpp
samples/cpp/tutorial_code/TrackingMotion/cornerHarris_Demo.cpp
samples/cpp/tutorial_code/TrackingMotion/cornerSubPix_Demo.cpp
samples/cpp/tutorial_code/TrackingMotion/goodFeaturesToTrack_Demo.cpp
samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp
samples/cpp/tutorial_code/core/interoperability_with_OpenCV_1/interoperability_with_OpenCV_1.cpp
samples/cpp/tutorial_code/objectDetection/objectDetection.cpp
samples/cpp/tutorial_code/objectDetection/objectDetection2.cpp
samples/cpp/video_dmtx.cpp
samples/cpp/video_homography.cpp
samples/cpp/watershed.cpp
samples/gpu/cascadeclassifier.cpp
samples/gpu/generalized_hough.cpp
samples/gpu/hog.cpp
samples/gpu/houghlines.cpp
samples/gpu/morphology.cpp
samples/gpu/stereo_match.cpp
samples/ocl/facedetect.cpp
samples/ocl/hog.cpp
samples/ocl/squares.cpp
samples/ocl/surf_matcher.cpp