From 1654dfe3a981cb6d889b92c11ac9ef0b3ad4f203 Mon Sep 17 00:00:00 2001 From: Suleyman TURKMEN Date: Mon, 18 Dec 2017 12:44:11 +0200 Subject: [PATCH] Update samples (#10333) * Update samples * Update calib3d.hpp * Update calib3d.hpp * Update calib3d.hpp * Update calib3d.hpp --- .../js_assets/js_houghlines_HoughLines.html | 2 +- .../js_assets/js_houghlines_HoughLinesP.html | 2 +- .../features2d/homography/homography.markdown | 38 +++++++++---------- modules/calib3d/include/opencv2/calib3d.hpp | 18 ++++++--- samples/cpp/dbt_face_detection.cpp | 4 +- .../Histograms_Matching/EqualizeHist_Demo.cpp | 14 ++++--- .../tutorial_code/ImgProc/Morphology_1.cpp | 15 +++++--- .../tutorial_code/ImgProc/Morphology_2.cpp | 14 +++---- .../morph_lines_detection/Morphology_3.cpp | 15 ++++---- .../ImgTrans/CannyDetector_Demo.cpp | 13 +++++-- .../ImgTrans/Geometric_Transforms_Demo.cpp | 11 +++++- .../tutorial_code/ImgTrans/houghcircles.cpp | 2 +- .../cpp/tutorial_code/ImgTrans/houghlines.cpp | 2 +- .../generalContours_demo1.cpp | 15 ++++++-- .../generalContours_demo2.cpp | 15 ++++++-- .../ShapeDescriptors/hull_demo.cpp | 13 +++++-- .../ShapeDescriptors/moments_demo.cpp | 19 +++++++--- .../pointPolygonTest_demo.cpp | 12 ++---- .../TrackingMotion/cornerDetector_Demo.cpp | 12 ++++-- .../TrackingMotion/cornerHarris_Demo.cpp | 12 ++++-- .../TrackingMotion/cornerSubPix_Demo.cpp | 12 ++++-- .../goodFeaturesToTrack_Demo.cpp | 11 +++++- .../tutorial_code/features2D/AKAZE_match.cpp | 17 +++++---- ...omography.cpp => decompose_homography.cpp} | 26 ++++++------- ...> homography_from_camera_displacement.cpp} | 26 ++++++------- ...rection.cpp => perspective_correction.cpp} | 22 +++++------ ...omography.cpp => pose_from_homography.cpp} | 22 +++++------ .../introduction_to_pca.cpp | 32 ++++++++-------- .../objectDetection/objectDetection.cpp | 15 +++----- .../photo/decolorization/decolor.cpp | 24 +++++++----- .../non_photorealistic_rendering/npr_demo.cpp | 16 ++------ samples/cpp/tutorial_code/viz/histo3D.cpp | 8 ++-- samples/cpp/tutorial_code/viz/widget_pose.cpp | 8 ++-- .../tutorial_code/xfeatures2D/LATCH_match.cpp | 14 ++++--- .../Homography => data}/left_intrinsics.yml | 0 samples/dnn/faster_rcnn.cpp | 8 ++-- 36 files changed, 285 insertions(+), 224 deletions(-) rename samples/cpp/tutorial_code/features2D/Homography/{tutorial_homography_ex4_decompose_homography.cpp => decompose_homography.cpp} (89%) mode change 100755 => 100644 rename samples/cpp/tutorial_code/features2D/Homography/{tutorial_homography_ex3_homography_from_camera_displacement.cpp => homography_from_camera_displacement.cpp} (89%) mode change 100755 => 100644 rename samples/cpp/tutorial_code/features2D/Homography/{tutorial_homography_ex2_perspective_correction.cpp => perspective_correction.cpp} (84%) mode change 100755 => 100644 rename samples/cpp/tutorial_code/features2D/Homography/{tutorial_homography_ex1_pose_from_homography.cpp => pose_from_homography.cpp} (86%) mode change 100755 => 100644 rename samples/{cpp/tutorial_code/features2D/Homography => data}/left_intrinsics.yml (100%) diff --git a/doc/js_tutorials/js_assets/js_houghlines_HoughLines.html b/doc/js_tutorials/js_assets/js_houghlines_HoughLines.html index 2edbe39658..76aa6dcf0a 100644 --- a/doc/js_tutorials/js_assets/js_houghlines_HoughLines.html +++ b/doc/js_tutorials/js_assets/js_houghlines_HoughLines.html @@ -41,7 +41,7 @@