From 06d22af2bfb1c41163fdcba90605cdb3d98cd0b8 Mon Sep 17 00:00:00 2001 From: Ningxin Hu Date: Wed, 27 Sep 2017 16:35:43 +0800 Subject: [PATCH] Use horizontal input/output images layout in OpenCV.js tutorials --- .../js_basic_ops_copymakeborder.html | 26 +++++--- .../js_assets/js_basic_ops_roi.html | 26 +++++--- doc/js_tutorials/js_assets/js_canny.html | 26 +++++--- .../js_assets/js_colorspaces_cvtColor.html | 26 +++++--- .../js_assets/js_colorspaces_inRange.html | 26 +++++--- .../js_contour_features_approxPolyDP.html | 26 +++++--- .../js_assets/js_contour_features_area.html | 4 +- .../js_contour_features_boundingRect.html | 26 +++++--- .../js_contour_features_convexHull.html | 26 +++++--- .../js_contour_features_fitEllipse.html | 26 +++++--- .../js_contour_features_fitLine.html | 26 +++++--- .../js_contour_features_minAreaRect.html | 26 +++++--- ...s_contour_features_minEnclosingCircle.html | 26 +++++--- .../js_contour_features_moments.html | 4 +- .../js_contour_features_perimeter.html | 4 +- .../js_contour_properties_transpose.html | 26 +++++--- .../js_assets/js_contours_begin_contours.html | 26 +++++--- ...tours_more_functions_convexityDefects.html | 26 +++++--- .../js_contours_more_functions_shape.html | 33 ++++++---- .../js_assets/js_example_style.css | 7 +- .../js_assets/js_face_detection.html | 26 +++++--- .../js_assets/js_filtering_GaussianBlur.html | 26 +++++--- .../js_filtering_bilateralFilter.html | 26 +++++--- .../js_assets/js_filtering_blur.html | 26 +++++--- .../js_assets/js_filtering_filter.html | 26 +++++--- .../js_assets/js_filtering_medianBlur.html | 26 +++++--- .../js_assets/js_fourier_transform_dft.html | 26 +++++--- ...ic_transformations_getAffineTransform.html | 26 +++++--- .../js_geometric_transformations_resize.html | 26 +++++--- ...tric_transformations_rotateWarpAffine.html | 26 +++++--- ..._geometric_transformations_warpAffine.html | 26 +++++--- ...etric_transformations_warpPerspective.html | 26 +++++--- .../js_assets/js_grabcut_grabCut.html | 26 +++++--- .../js_assets/js_gradients_Laplacian.html | 26 +++++--- .../js_assets/js_gradients_Sobel.html | 36 ++++++---- .../js_assets/js_gradients_absSobel.html | 36 ++++++---- ...togram_backprojection_calcBackProject.html | 36 ++++++---- .../js_histogram_begins_calcHist.html | 26 +++++--- ...js_histogram_equalization_createCLAHE.html | 26 +++++--- ...s_histogram_equalization_equalizeHist.html | 26 +++++--- .../js_houghcircles_HoughCirclesP.html | 26 +++++--- .../js_assets/js_houghlines_HoughLines.html | 26 +++++--- .../js_assets/js_houghlines_HoughLinesP.html | 26 +++++--- .../js_image_arithmetics_bitwise.html | 44 +++++++++---- .../js_assets/js_image_display.html | 26 +++++--- .../js_morphological_ops_blackHat.html | 26 +++++--- .../js_morphological_ops_closing.html | 26 +++++--- .../js_morphological_ops_dilate.html | 26 +++++--- .../js_assets/js_morphological_ops_erode.html | 26 +++++--- ...rphological_ops_getStructuringElement.html | 26 +++++--- .../js_morphological_ops_gradient.html | 26 +++++--- .../js_morphological_ops_opening.html | 26 +++++--- .../js_morphological_ops_topHat.html | 26 +++++--- .../js_assets/js_pyramids_pyrDown.html | 26 +++++--- .../js_assets/js_pyramids_pyrUp.html | 26 +++++--- .../js_assets/js_setup_usage.html | 26 +++++--- .../js_template_matching_matchTemplate.html | 44 +++++++++---- .../js_thresholding_adaptiveThreshold.html | 26 +++++--- .../js_assets/js_thresholding_threshold.html | 26 +++++--- doc/js_tutorials/js_assets/js_trackbar.html | 66 +++++++------------ .../js_assets/js_watershed_background.html | 26 +++++--- .../js_watershed_distanceTransform.html | 26 +++++--- .../js_assets/js_watershed_foreground.html | 26 +++++--- .../js_assets/js_watershed_threshold.html | 26 +++++--- .../js_assets/js_watershed_watershed.html | 26 +++++--- 65 files changed, 1163 insertions(+), 555 deletions(-) diff --git a/doc/js_tutorials/js_assets/js_basic_ops_copymakeborder.html b/doc/js_tutorials/js_assets/js_basic_ops_copymakeborder.html index 448269c323..126b13141f 100644 --- a/doc/js_tutorials/js_assets/js_basic_ops_copymakeborder.html +++ b/doc/js_tutorials/js_assets/js_basic_ops_copymakeborder.html @@ -19,14 +19,24 @@

-
- -
canvasInput
-
-
- -
canvasOutput
-
+ + + + + + + + + +
+ + + +
+
canvasInput
+
+
canvasOutput
+
diff --git a/doc/js_tutorials/js_assets/js_watershed_background.html b/doc/js_tutorials/js_assets/js_watershed_background.html index fb6a679732..aa99016b38 100644 --- a/doc/js_tutorials/js_assets/js_watershed_background.html +++ b/doc/js_tutorials/js_assets/js_watershed_background.html @@ -19,14 +19,24 @@

-
- -
canvasInput
-
-
- -
canvasOutput
-
+ + + + + + + + + +
+ + + +
+
canvasInput
+
+
canvasOutput
+