| /external/opencv3/doc/py_tutorials/py_imgproc/py_morphological_ops/ |
| D | py_morphological_ops.markdown | 13 Theory section in Morphological Transformations {#tutorial_py_morphological_ops} 24 ### 1. Erosion 49 ### 2. Dilation 63 ### 3. Opening 74 ### 4. Closing 85 ### 5. Morphological Gradient 97 ### 6. Top Hat 108 ### 7. Black Hat
|
| /external/opencv3/doc/py_tutorials/py_feature2d/py_sift_intro/ |
| D | py_sift_intro.markdown | 11 Theory section in Introduction to SIFT (Scale-Invariant Feature Transform) {#tutorial_py_sift_intro} 31 ### 1. Scale-space Extrema Detection 61 ### 2. Keypoint Localization 79 ### 3. Orientation Assignment 89 ### 4. Keypoint Descriptor 97 ### 5. Keypoint Matching
|
| /external/opencv3/doc/tutorials/imgproc/opening_closing_hats/ |
| D | opening_closing_hats.markdown | 16 Theory section in More Morphology Transformations {#tutorial_opening_closing_hats} 29 ### Opening 43 ### Closing 53 ### Morphological Gradient 63 ### Top Hat 71 ### Black Hat
|
| /external/opencv3/doc/py_tutorials/py_feature2d/py_fast/ |
| D | py_fast.markdown | 11 Theory section in FAST Algorithm for Corner Detection {#tutorial_py_fast} 23 ### Feature Detection using FAST 52 ### Machine Learning a Corner Detector 71 ### Non-maximal Suppression 81 ### Summary
|
| /external/opencv3/doc/tutorials/imgproc/gausian_median_blur_bilateral_filter/ |
| D | gausian_median_blur_bilateral_filter.markdown | 15 Theory section in Smoothing Images {#tutorial_gausian_median_blur_bilateral_filter} 38 ### Normalized Box Filter 52 ### Gaussian Filter 71 ### Median Filter 77 ### Bilateral Filter
|
| /external/opencv3/doc/tutorials/imgproc/histograms/histogram_equalization/ |
| D | histogram_equalization.markdown | 12 Theory section in Histogram Equalization {#tutorial_histogram_equalization} 15 ### What is an Image Histogram? 22 ### What is Histogram Equalization? 34 ### How does it work?
|
| /external/opencv3/doc/tutorials/imgproc/histograms/template_matching/ |
| D | template_matching.markdown | 14 Theory section in Template Matching {#tutorial_template_matching} 17 ### What is template matching? 22 ### How does it work? 54 ### Which are the matching methods available in OpenCV?
|
| /external/opencv3/doc/tutorials/features2d/trackingmotion/harris_detector/ |
| D | harris_detector.markdown | 12 Theory section in Harris corner detector {#tutorial_harris_detector} 15 ### What is a feature? 25 ### Types of Image Features 35 ### Why is a corner so special? 41 ### How does it work?
|
| /external/opencv3/doc/tutorials/core/basic_linear_transform/ |
| D | basic_linear_transform.markdown | 14 Theory section in Changing the contrast and brightness of an image! {#tutorial_basic_linear_transform} 21 ### Image Processing 29 ### Pixel Transforms 37 ### Brightness and contrast adjustments
|
| /external/opencv3/doc/tutorials/imgproc/imgtrans/filter_2d/ |
| D | filter_2d.markdown | 11 Theory section in Making your own linear filters! {#tutorial_filter_2d} 16 ### Convolution 21 ### What is a kernel? 28 ### How does convolution with a kernel work?
|
| /external/opencv3/doc/py_tutorials/py_ml/py_svm/py_svm_basics/ |
| D | py_svm_basics.markdown | 10 Theory section in Understanding SVM {#tutorial_py_svm_basics} 13 ### Linearly Separable Data 57 ### Non-Linearly Separable Data
|
| /external/opencv3/doc/py_tutorials/py_ml/py_kmeans/py_kmeans_understanding/ |
| D | py_kmeans_understanding.markdown | 9 Theory section in Understanding K-Means Clustering {#tutorial_py_kmeans_understanding} 14 ### T-shirt size problem 30 ### How does it work ?
|
| /external/opencv3/doc/tutorials/imgproc/morph_lines_detection/ |
| D | moprh_lines_detection.md | 16 Theory section in Extract horizontal and vertical lines by using morphological operations {#tutorial_moprh_lines_detection} 19 ### Morphology Operations 36 ### Structuring Elements
|
| /external/opencv3/doc/tutorials/imgproc/histograms/back_projection/ |
| D | back_projection.markdown | 13 Theory section in Back Projection {#tutorial_back_projection} 16 ### What is Back Projection? 25 ### How does it work?
|
| /external/opencv3/doc/tutorials/imgproc/imgtrans/warp_affine/ |
| D | warp_affine.markdown | 12 Theory section in Affine Transformations {#tutorial_warp_affine} 15 ### What is an Affine Transformation? 61 ### How do we get an Affine Transformation?
|
| /external/opencv3/doc/py_tutorials/py_imgproc/py_gradients/ |
| D | py_gradients.markdown | 12 Theory section in Image Gradients {#tutorial_py_gradients} 18 ### 1. Sobel and Scharr Derivatives 26 ### 2. Laplacian Derivatives
|
| /external/opencv3/doc/py_tutorials/py_imgproc/py_contours/py_contours_hierarchy/ |
| D | py_contours_hierarchy.markdown | 9 Theory section in Contours Hierarchy {#tutorial_py_contours_hierarchy} 24 ### What is Hierarchy? 52 ### Hierarchy Representation in OpenCV
|
| /external/opencv3/doc/tutorials/imgproc/imgtrans/laplace_operator/ |
| D | laplace_operator.markdown | 12 Theory section in Laplace Operator {#tutorial_laplace_operator} 31 ### Laplacian Operator
|
| /external/opencv3/doc/tutorials/imgproc/imgtrans/hough_circle/ |
| D | hough_circle.markdown | 11 Theory section in Hough Circle Transform {#tutorial_hough_circle} 14 ### Hough Circle Transform
|
| /external/opencv3/doc/tutorials/imgproc/imgtrans/remap/ |
| D | remap.markdown | 11 Theory section in Remapping {#tutorial_remap} 14 ### What is remapping?
|
| /external/opencv3/doc/tutorials/imgproc/imgtrans/canny_detector/ |
| D | canny_detector.markdown | 11 Theory section in Canny Edge Detector {#tutorial_canny_detector} 21 ### Steps
|
| /external/opencv3/doc/tutorials/imgproc/imgtrans/sobel_derivatives/ |
| D | sobel_derivatives.markdown | 13 Theory section in Sobel Derivatives {#tutorial_sobel_derivatives} 45 ### Sobel Operator
|
| /external/opencv3/doc/tutorials/imgproc/pyramids/ |
| D | pyramids.markdown | 12 Theory section in Image Pyramids {#tutorial_pyramids} 26 ### Image Pyramid
|
| /external/opencv3/doc/tutorials/core/basic_geometric_drawing/ |
| D | basic_geometric_drawing.markdown | 22 ### Point 34 ### Scalar
|
| /external/junit/src/org/junit/experimental/theories/ |
| D | Theory.java | 10 public @interface Theory { annotation
|