Doxygen tutorials: python basic
authorMaksim Shabunin <maksim.shabunin@itseez.com>
Fri, 28 Nov 2014 14:18:32 +0000 (17:18 +0300)
committerMaksim Shabunin <maksim.shabunin@itseez.com>
Mon, 1 Dec 2014 13:05:38 +0000 (16:05 +0300)
commit875f922332af9550c1477f2d90291fd3613e7967
treefb4eee49ff114d74283e8e60fd09ce5e2aa34de2
parent36a04ef8dee10ce76a21ff54ab062121d672c55d
Doxygen tutorials: python basic
80 files changed:
doc/CMakeLists.txt
doc/py_tutorials/py_bindings/py_bindings_basics/py_bindings_basics.markdown [new file with mode: 0644]
doc/py_tutorials/py_bindings/py_table_of_contents_bindings/py_table_of_contents_bindings.markdown [new file with mode: 0644]
doc/py_tutorials/py_calib3d/py_calibration/py_calibration.markdown [new file with mode: 0644]
doc/py_tutorials/py_calib3d/py_depthmap/py_depthmap.markdown [new file with mode: 0644]
doc/py_tutorials/py_calib3d/py_epipolar_geometry/py_epipolar_geometry.markdown [new file with mode: 0644]
doc/py_tutorials/py_calib3d/py_pose/py_pose.markdown [new file with mode: 0644]
doc/py_tutorials/py_calib3d/py_table_of_contents_calib3d/py_table_of_contents_calib3d.markdown [new file with mode: 0644]
doc/py_tutorials/py_core/py_basic_ops/py_basic_ops.markdown [new file with mode: 0644]
doc/py_tutorials/py_core/py_image_arithmetics/py_image_arithmetics.markdown [new file with mode: 0644]
doc/py_tutorials/py_core/py_optimization/py_optimization.markdown [new file with mode: 0644]
doc/py_tutorials/py_core/py_table_of_contents_core/py_table_of_contents_core.markdown [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_brief/py_brief.markdown [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_fast/py_fast.markdown [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_feature_homography/py_feature_homography.markdown [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_features_harris/py_features_harris.markdown [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_features_meaning/py_features_meaning.markdown [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_matcher/py_matcher.markdown [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_orb/py_orb.markdown [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_shi_tomasi/py_shi_tomasi.markdown [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_sift_intro/py_sift_intro.markdown [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_surf_intro/py_surf_intro.markdown [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_table_of_contents_feature2d/py_table_of_contents_feature2d.markdown [new file with mode: 0644]
doc/py_tutorials/py_gui/py_drawing_functions/py_drawing_functions.markdown [new file with mode: 0644]
doc/py_tutorials/py_gui/py_image_display/py_image_display.markdown [new file with mode: 0644]
doc/py_tutorials/py_gui/py_mouse_handling/py_mouse_handling.markdown [new file with mode: 0644]
doc/py_tutorials/py_gui/py_table_of_contents_gui/py_table_of_contents_gui.markdown [new file with mode: 0644]
doc/py_tutorials/py_gui/py_trackbar/py_trackbar.markdown [new file with mode: 0644]
doc/py_tutorials/py_gui/py_video_display/py_video_display.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_canny/py_canny.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_colorspaces/py_colorspaces.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_contours/py_contour_features/py_contour_features.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_contours/py_contour_properties/py_contour_properties.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_contours/py_contours_begin/py_contours_begin.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_contours/py_contours_hierarchy/py_contours_hierarchy.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_contours/py_contours_more_functions/py_contours_more_functions.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_contours/py_table_of_contents_contours/py_table_of_contents_contours.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_filtering/py_filtering.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_geometric_transformations/py_geometric_transformations.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_grabcut/py_grabcut.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_gradients/py_gradients.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_histograms/py_2d_histogram/py_2d_histogram.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_histograms/py_histogram_backprojection/py_histogram_backprojection.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_histograms/py_histogram_begins/py_histogram_begins.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_histograms/py_histogram_equalization/py_histogram_equalization.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_histograms/py_table_of_contents_histograms/py_table_of_contents_histograms.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_houghcircles/py_houghcircles.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_houghlines/py_houghlines.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_morphological_ops/py_morphological_ops.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_pyramids/py_pyramids.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_table_of_contents_imgproc/py_table_of_contents_imgproc.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_template_matching/py_template_matching.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_thresholding/py_thresholding.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_transforms/py_fourier_transform/py_fourier_transform.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_transforms/py_table_of_contents_transforms/py_table_of_contents_transforms.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_watershed/py_watershed.markdown [new file with mode: 0644]
doc/py_tutorials/py_ml/py_kmeans/py_kmeans_index.markdown [new file with mode: 0644]
doc/py_tutorials/py_ml/py_kmeans/py_kmeans_opencv/py_kmeans_opencv.markdown [new file with mode: 0644]
doc/py_tutorials/py_ml/py_kmeans/py_kmeans_understanding/py_kmeans_understanding.markdown [new file with mode: 0644]
doc/py_tutorials/py_ml/py_knn/py_knn_index.markdown [new file with mode: 0644]
doc/py_tutorials/py_ml/py_knn/py_knn_opencv/py_knn_opencv.markdown [new file with mode: 0644]
doc/py_tutorials/py_ml/py_knn/py_knn_understanding/py_knn_understanding.markdown [new file with mode: 0644]
doc/py_tutorials/py_ml/py_svm/py_svm_basics/py_svm_basics.markdown [new file with mode: 0644]
doc/py_tutorials/py_ml/py_svm/py_svm_index.markdown [new file with mode: 0644]
doc/py_tutorials/py_ml/py_svm/py_svm_opencv/py_svm_opencv.markdown [new file with mode: 0644]
doc/py_tutorials/py_ml/py_table_of_contents_ml/py_table_of_contents_ml.markdown [new file with mode: 0644]
doc/py_tutorials/py_objdetect/py_face_detection/py_face_detection.markdown [new file with mode: 0644]
doc/py_tutorials/py_objdetect/py_table_of_contents_objdetect/py_table_of_contents_objdetect.markdown [new file with mode: 0644]
doc/py_tutorials/py_photo/py_inpainting/py_inpainting.markdown [new file with mode: 0644]
doc/py_tutorials/py_photo/py_non_local_means/py_non_local_means.markdown [new file with mode: 0644]
doc/py_tutorials/py_photo/py_table_of_contents_photo/py_table_of_contents_photo.markdown [new file with mode: 0644]
doc/py_tutorials/py_setup/py_intro/py_intro.markdown [new file with mode: 0644]
doc/py_tutorials/py_setup/py_setup_in_fedora/py_setup_in_fedora.markdown [new file with mode: 0644]
doc/py_tutorials/py_setup/py_setup_in_windows/py_setup_in_windows.markdown [new file with mode: 0644]
doc/py_tutorials/py_setup/py_table_of_contents_setup/py_table_of_contents_setup.markdown [new file with mode: 0644]
doc/py_tutorials/py_tutorials.markdown [new file with mode: 0644]
doc/py_tutorials/py_video/py_bg_subtraction/py_bg_subtraction.markdown [new file with mode: 0644]
doc/py_tutorials/py_video/py_lucas_kanade/py_lucas_kanade.markdown [new file with mode: 0644]
doc/py_tutorials/py_video/py_meanshift/py_meanshift.markdown [new file with mode: 0644]
doc/py_tutorials/py_video/py_table_of_contents_video/py_table_of_contents_video.markdown [new file with mode: 0644]