opencv/doc/js_tutorials/js_assets
Zhiming-Zeng 4e4458416d
Merge pull request #18064 from akineeic:gsoc_2020_dnn
[GSoC] Develop OpenCV.js DNN modules for promising web use cases together with their tutorials

* [Opencv.js doc] Init commit to add image classification example in opencv.js tutorial

* [Opencv.js doc] Make the code snippet interactive and put the functions into code snippet.

* Fix the utils.loadOpenCv for promise module

* [Opencv.js doc] Code modify and fixed layout issue.

* [Opencv.js doc] Add a JSON file to store parameters for models and show in the web page.

* [Opencv.js doc] Change let to const.

* [Opencv.js doc] Init commit to add image classification example with camera in opencv.js tutorial

* [Opencv.js doc] Init commit to add semantic segmentation example in opencv.js tutorial

* [Opencv.js doc] Add object detection example, supprot YOLOv2

* [Opencv.js doc] Support SSD model for object detection example

* [Opencv.js doc] Add fast neural style transfer example with opencv.js

* [Opencv.js doc] Add pose estimation example in opencv.js tutorial

* Delete whitespace for code check

* [Opencv.js doc] Add object detection example with camera

* [Opencv.js doc] Add json files containing model information to each example

* [Opencv.js doc] Add a js file for common function in dnn example

* [Opencv.js doc] Create single function getBlobFromImage

* [Opencv.js doc] Add url of model into webpage

* [OpenCV.js doc] Update UI for running

* [Opencv.js doc] Load dnn model by input button

* [Opencv.js doc] Fix some UI issues

* [Opencv.js doc] Change code format

Co-authored-by: Ningxin Hu <ningxin.hu@intel.com>
2020-11-29 10:09:42 +00:00
..
.eslintrc.json
apple.jpg
coins.jpg
cup.mp4
handDst.jpg
handSrc.jpg
js_basic_ops_copymakeborder.html
js_basic_ops_roi.html
js_bg_subtraction.html
js_camshift.html
js_canny.html
js_colorspaces_cvtColor.html
js_colorspaces_inRange.html
js_contour_features_approxPolyDP.html
js_contour_features_area.html
js_contour_features_boundingRect.html
js_contour_features_convexHull.html
js_contour_features_fitEllipse.html
js_contour_features_fitLine.html
js_contour_features_minAreaRect.html
js_contour_features_minEnclosingCircle.html
js_contour_features_moments.html
js_contour_features_perimeter.html
js_contour_properties_transpose.html
js_contours_begin_contours.html
js_contours_more_functions_convexityDefects.html
js_contours_more_functions_shape.html
js_dnn_example_helper.js Merge pull request #18064 from akineeic:gsoc_2020_dnn 2020-11-29 10:09:42 +00:00
js_example_style.css
js_face_detection_camera.html
js_face_detection.html
js_filtering_bilateralFilter.html
js_filtering_blur.html
js_filtering_filter.html
js_filtering_GaussianBlur.html
js_filtering_medianBlur.html
js_fourier_transform_dft.html
js_geometric_transformations_getAffineTransform.html
js_geometric_transformations_resize.html
js_geometric_transformations_rotateWarpAffine.html
js_geometric_transformations_warpAffine.html
js_geometric_transformations_warpPerspective.html
js_grabcut_grabCut.html
js_gradients_absSobel.html
js_gradients_Laplacian.html
js_gradients_Sobel.html
js_histogram_backprojection_calcBackProject.html
js_histogram_begins_calcHist.html
js_histogram_equalization_createCLAHE.html
js_histogram_equalization_equalizeHist.html
js_houghcircles_HoughCirclesP.html
js_houghlines_HoughLines.html
js_houghlines_HoughLinesP.html
js_image_arithmetics_bitwise.html
js_image_classification_model_info.json Merge pull request #18064 from akineeic:gsoc_2020_dnn 2020-11-29 10:09:42 +00:00
js_image_classification_with_camera.html Merge pull request #18064 from akineeic:gsoc_2020_dnn 2020-11-29 10:09:42 +00:00
js_image_classification.html Merge pull request #18064 from akineeic:gsoc_2020_dnn 2020-11-29 10:09:42 +00:00
js_image_display.html
js_imgproc_camera.html
js_meanshift.html
js_morphological_ops_blackHat.html
js_morphological_ops_closing.html
js_morphological_ops_dilate.html
js_morphological_ops_erode.html
js_morphological_ops_getStructuringElement.html
js_morphological_ops_gradient.html
js_morphological_ops_opening.html
js_morphological_ops_topHat.html
js_object_detection_model_info.json Merge pull request #18064 from akineeic:gsoc_2020_dnn 2020-11-29 10:09:42 +00:00
js_object_detection_with_camera.html Merge pull request #18064 from akineeic:gsoc_2020_dnn 2020-11-29 10:09:42 +00:00
js_object_detection.html Merge pull request #18064 from akineeic:gsoc_2020_dnn 2020-11-29 10:09:42 +00:00
js_optical_flow_dense.html
js_optical_flow_lucas_kanade.html
js_pose_estimation_model_info.json Merge pull request #18064 from akineeic:gsoc_2020_dnn 2020-11-29 10:09:42 +00:00
js_pose_estimation.html Merge pull request #18064 from akineeic:gsoc_2020_dnn 2020-11-29 10:09:42 +00:00
js_pyramids_pyrDown.html
js_pyramids_pyrUp.html
js_semantic_segmentation_model_info.json Merge pull request #18064 from akineeic:gsoc_2020_dnn 2020-11-29 10:09:42 +00:00
js_semantic_segmentation.html Merge pull request #18064 from akineeic:gsoc_2020_dnn 2020-11-29 10:09:42 +00:00
js_setup_usage.html
js_style_transfer_model_info.json Merge pull request #18064 from akineeic:gsoc_2020_dnn 2020-11-29 10:09:42 +00:00
js_style_transfer.html Merge pull request #18064 from akineeic:gsoc_2020_dnn 2020-11-29 10:09:42 +00:00
js_template_matching_matchTemplate.html
js_thresholding_adaptiveThreshold.html
js_thresholding_threshold.html
js_trackbar.html
js_video_display.html
js_watershed_background.html
js_watershed_distanceTransform.html
js_watershed_foreground.html
js_watershed_threshold.html
js_watershed_watershed.html
lena.jpg
lenaFace.png
opencv_logo.jpg
orange.jpg
shape.jpg
utils.js Merge pull request #18064 from akineeic:gsoc_2020_dnn 2020-11-29 10:09:42 +00:00