Make highgui.hpp independent from C API
authorAndrey Kamaev <andrey.kamaev@itseez.com>
Sun, 7 Apr 2013 18:45:38 +0000 (22:45 +0400)
committerAndrey Kamaev <andrey.kamaev@itseez.com>
Mon, 8 Apr 2013 11:47:29 +0000 (15:47 +0400)
commit0738ea7d0f84c2b3725f6fc721f03c533ba058a1
tree8b59144fbf871b81dd521902c15e535027e63c92
parent288a0634c2cb0f539563e0fef6c44d1e7de428c7
Make highgui.hpp independent from C API
152 files changed:
3rdparty/ffmpeg/ffmpeg_version.cmake
cmake/OpenCVFindLibsVideo.cmake
modules/calib3d/test/test_chesscorners_timing.cpp
modules/contrib/src/chamfermatching.cpp
modules/core/include/opencv2/core.hpp
modules/highgui/CMakeLists.txt
modules/highgui/include/opencv2/highgui.hpp
modules/highgui/include/opencv2/highgui/highgui_c.h
modules/highgui/perf/perf_output.cpp
modules/highgui/src/cap.cpp
modules/highgui/src/cap_ffmpeg.cpp
modules/highgui/src/ffmpeg_codecs.hpp
modules/highgui/src/precomp.hpp
modules/highgui/src/window.cpp
modules/highgui/test/test_ffmpeg.cpp
modules/highgui/test/test_framecount.cpp
modules/highgui/test/test_grfmt.cpp
modules/highgui/test/test_gui.cpp
modules/highgui/test/test_positioning.cpp
modules/highgui/test/test_precomp.hpp
modules/highgui/test/test_video_io.cpp
modules/highgui/test/test_video_pos.cpp
modules/imgproc/test/test_color.cpp
modules/imgproc/test/test_grabcut.cpp
modules/imgproc/test/test_precomp.hpp
modules/java/generator/src/cpp/VideoCapture.cpp
modules/legacy/src/oneway.cpp
modules/objdetect/src/latentsvm.cpp
modules/objdetect/test/test_latentsvmdetector.cpp
modules/ocl/perf/perf_canny.cpp
modules/ocl/perf/perf_haar.cpp
modules/photo/test/test_denoising.cpp
modules/python/src2/cv2.cpp
modules/python/src2/cv2.cv.hpp
modules/python/src2/gen2.py
modules/video/test/test_camshift.cpp
modules/video/test/test_optflowpyrlk.cpp
modules/videostab/src/frame_source.cpp
samples/c/adaptiveskindetector.cpp
samples/c/bgfg_codebook.cpp
samples/c/blobtrack_sample.cpp
samples/c/convert_cascade.c
samples/c/facedetect.cpp
samples/c/fback_c.c
samples/c/find_obj.cpp
samples/c/find_obj_calonder.cpp
samples/c/find_obj_ferns.cpp
samples/c/latentsvmdetect.cpp
samples/c/morphology.c
samples/c/motempl.c
samples/c/one_way_sample.cpp
samples/c/smiledetect.cpp
samples/cpp/Qt_sample/main.cpp
samples/cpp/bgfg_segm.cpp
samples/cpp/brief_match_test.cpp
samples/cpp/calibration_artificial.cpp
samples/cpp/camshiftdemo.cpp
samples/cpp/contours2.cpp
samples/cpp/convexhull.cpp
samples/cpp/dbt_face_detection.cpp
samples/cpp/delaunay2.cpp
samples/cpp/demhist.cpp
samples/cpp/dft.cpp
samples/cpp/distrans.cpp
samples/cpp/drawing.cpp
samples/cpp/ffilldemo.cpp
samples/cpp/fitellipse.cpp
samples/cpp/freak_demo.cpp
samples/cpp/generic_descriptor_match.cpp
samples/cpp/grabcut.cpp
samples/cpp/houghcircles.cpp
samples/cpp/houghlines.cpp
samples/cpp/hybridtrackingsample.cpp
samples/cpp/image.cpp
samples/cpp/image_alignment.cpp
samples/cpp/inpaint.cpp
samples/cpp/kmeans.cpp
samples/cpp/laplace.cpp
samples/cpp/linemod.cpp
samples/cpp/lkdemo.cpp
samples/cpp/matcher_simple.cpp
samples/cpp/matching_to_many_images.cpp
samples/cpp/meanshift_segmentation.cpp
samples/cpp/minarea.cpp
samples/cpp/morphology2.cpp
samples/cpp/openni_capture.cpp
samples/cpp/pca.cpp
samples/cpp/phase_corr.cpp
samples/cpp/points_classifier.cpp
samples/cpp/segment_objects.cpp
samples/cpp/select3dobj.cpp
samples/cpp/squares.cpp
samples/cpp/starter_imagelist.cpp
samples/cpp/starter_video.cpp
samples/cpp/tutorial_code/HighGUI/video-input-psnr-ssim/video-input-psnr-ssim.cpp
samples/cpp/tutorial_code/HighGUI/video-write/video-write.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/calcHist_Demo.cpp
samples/cpp/tutorial_code/ImgProc/Morphology_1.cpp
samples/cpp/tutorial_code/ImgProc/Morphology_2.cpp
samples/cpp/tutorial_code/ImgProc/Pyramids.cpp
samples/cpp/tutorial_code/ImgProc/Smoothing.cpp
samples/cpp/tutorial_code/ImgProc/Threshold.cpp
samples/cpp/tutorial_code/ImgTrans/CannyDetector_Demo.cpp
samples/cpp/tutorial_code/ImgTrans/Geometric_Transforms_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/ImgTrans/copyMakeBorder_demo.cpp
samples/cpp/tutorial_code/ImgTrans/filter2D_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/ShapeDescriptors/pointPolygonTest_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/calib3d/stereoBM/SBM_Sample.cpp
samples/cpp/tutorial_code/core/Matrix/Drawing_1.cpp
samples/cpp/tutorial_code/core/Matrix/Drawing_2.cpp
samples/cpp/tutorial_code/core/discrete_fourier_transform/discrete_fourier_transform.cpp
samples/cpp/tutorial_code/core/how_to_scan_images/how_to_scan_images.cpp
samples/cpp/tutorial_code/core/interoperability_with_OpenCV_1/interoperability_with_OpenCV_1.cpp
samples/cpp/tutorial_code/core/mat_mask_operations/mat_mask_operations.cpp
samples/cpp/tutorial_code/features2D/SURF_FlannMatcher.cpp
samples/cpp/tutorial_code/features2D/SURF_Homography.cpp
samples/cpp/tutorial_code/features2D/SURF_descriptor.cpp
samples/cpp/tutorial_code/features2D/SURF_detector.cpp
samples/cpp/tutorial_code/introduction/display_image/display_image.cpp
samples/cpp/tutorial_code/introduction/windows_visual_studio_Opencv/Test.cpp
samples/cpp/tutorial_code/objectDetection/objectDetection.cpp
samples/cpp/tutorial_code/objectDetection/objectDetection2.cpp
samples/cpp/video_dmtx.cpp
samples/cpp/videostab.cpp
samples/cpp/watershed.cpp
samples/gpu/hog.cpp
samples/gpu/morphology.cpp
samples/gpu/performance/tests.cpp
samples/gpu/super_resolution.cpp
samples/gpu/surf_keypoint_matcher.cpp
samples/gpu/video_writer.cpp
samples/ocl/facedetect.cpp
samples/ocl/hog.cpp