Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
cc881e63
Commit
cc881e63
authored
Mar 11, 2012
by
Alexander Shishkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#1672
updated docs links in tutorials
parent
628076b7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
89 additions
and
90 deletions
+89
-90
conf.py
doc/conf.py
+89
-90
No files found.
doc/conf.py
View file @
cc881e63
...
...
@@ -299,98 +299,98 @@ extlinks = {
'gpuimgproc'
:
(
'http://opencv.itseez.com/modules/gpu/doc/image_processing.html#
%
s'
,
None
),
'gpumatrixreduct'
:
(
'http://opencv.itseez.com/modules/gpu/doc/matrix_reductions.html#
%
s'
,
None
),
'filtering'
:(
'http://opencv.itseez.com/modules/imgproc/doc/filtering.html#
%
s'
,
None
),
'flann'
:
(
'http://opencv.
willowgarage.com/documentation/cpp
/flann_fast_approximate_nearest_neighbor_search.html#
%
s'
,
None
),
'flann'
:
(
'http://opencv.
itseez.com/modules/flann/doc
/flann_fast_approximate_nearest_neighbor_search.html#
%
s'
,
None
),
'calib3d'
:
(
'http://opencv.itseez.com/trunk/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#
%
s'
,
None
),
'feature2d'
:
(
'http://opencv.itseez.com/trunk/modules/imgproc/doc/feature_detection.html#
%
s'
,
None
),
'imgproc_geometric'
:
(
'http://opencv.itseez.com/trunk/modules/imgproc/doc/geometric_transformations.html#
%
s'
,
None
),
'opencv_group'
:
(
'http://tech.groups.yahoo.com/group/OpenCV/
%
s'
,
None
),
'cvt_color'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_miscellaneous_image_transformations.html#cv-cvtcolor
%
s'
,
None
),
'imread'
:
(
'http://opencv.willowgarage.com/documentation/cpp/highgui_reading_and_writing_images_and_video.html?highlight=imread#imread
%
s'
,
None
),
'imwrite'
:
(
'http://opencv.willowgarage.com/documentation/cpp/highgui_reading_and_writing_images_and_video.html?highlight=imread#cv-imwrite
%
s'
,
None
),
'imshow'
:
(
'http://opencv.willowgarage.com/documentation/cpp/highgui_user_interface.html?highlight=imshow#imshow
%
s'
,
None
),
'named_window'
:
(
'http://opencv.willowgarage.com/documentation/cpp/highgui_user_interface.html?highlight=namedwindow#namedWindow
%
s'
,
None
),
'wait_key'
:
(
'http://opencv.willowgarage.com/documentation/cpp/highgui_user_interface.html?highlight=namedwindow#cv-waitkey
%
s'
,
None
),
'add_weighted'
:
(
'http://opencv.willowgarage.com/documentation/cpp/core_operations_on_arrays.html?highlight=addweighted#addWeighted
%
s'
,
None
),
'saturate_cast'
:
(
'http://opencv.willowgarage.com/documentation/cpp/core_operations_on_arrays.html?highlight=saturate_cast#saturate_cast
%
s'
,
None
),
'mat_zeros'
:
(
'http://opencv.willowgarage.com/documentation/cpp/core_basic_structures.html?highlight=zeros#Mat::zeros
%
s'
,
None
),
'convert_to'
:
(
'http://opencv.willowgarage.com/documentation/cpp/core_basic_structures.html?#Mat::convertTo
%
s'
,
None
),
'create_trackbar'
:
(
'http://opencv.willowgarage.com/documentation/cpp/user_interface.html
%
s'
,
None
),
'point'
:
(
'http://opencv.willowgarage.com/documentation/cpp/basic_structures.html?#point
%
s'
,
None
),
'scalar'
:
(
'http://opencv.willowgarage.com/documentation/cpp/core_basic_structures.html?#scalar
%
s'
,
None
),
'line'
:
(
'http://opencv.willowgarage.com/documentation/cpp/core_drawing_functions.html?#cv-line
%
s'
,
None
),
'ellipse'
:
(
'http://opencv.willowgarage.com/documentation/cpp/core_drawing_functions.html?#cv-ellipse
%
s'
,
None
),
'rectangle'
:
(
'http://opencv.willowgarage.com/documentation/cpp/core_drawing_functions.html?#cv-rectangle
%
s'
,
None
),
'circle'
:
(
'http://opencv.willowgarage.com/documentation/cpp/core_drawing_functions.html?#cv-circle
%
s'
,
None
),
'fill_poly'
:
(
'http://opencv.willowgarage.com/documentation/cpp/core_drawing_functions.html?#cv-fillpoly
%
s'
,
None
),
'rng'
:
(
'http://opencv.willowgarage.com/documentation/cpp/core_operations_on_arrays.html?#rng
%
s'
,
None
),
'put_text'
:
(
'http://opencv.willowgarage.com/documentation/cpp/core_drawing_functions.html?#putText
%
s'
,
None
),
'gaussian_blur'
:
(
'http://opencv.willowgarage.com/documentation/cpp/image_filtering.html#cv-gaussianblur
%
s'
,
None
),
'blur'
:
(
'http://opencv.willowgarage.com/documentation/cpp/image_filtering.html#cv-blur
%
s'
,
None
),
'median_blur'
:
(
'http://opencv.willowgarage.com/documentation/cpp/image_filtering.html#cv-medianblur
%
s'
,
None
),
'bilateral_filter'
:
(
'http://opencv.willowgarage.com/documentation/cpp/image_filtering.html#cv-bilateralfilter
%
s'
,
None
),
'erode'
:
(
'http://opencv.jp/opencv-2.2_org/cpp/imgproc_image_filtering.html#cv-erode
%
s'
,
None
),
'dilate'
:
(
'http://opencv.jp/opencv-2.2_org/cpp/imgproc_image_filtering.html#cv-dilate
%
s'
,
None
),
'get_structuring_element'
:
(
'http://opencv.jp/opencv-2.2_org/cpp/imgproc_image_filtering.html#cv-getstructuringelement
%
s'
,
None
),
'flood_fill'
:
(
'http://opencv.jp/opencv-2.2_org/cpp/imgproc_miscellaneous_image_transformations.html?#floodFill
%
s'
,
None
),
'morphology_ex'
:
(
'http://opencv.jp/opencv-2.2_org/cpp/imgproc_image_filtering.html?highlight=morphology#morphologyEx
%
s'
,
None
),
'pyr_down'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_image_filtering.html#cv-pyrdown
%
s'
,
None
),
'pyr_up'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_image_filtering.html#cv-pyrup
%
s'
,
None
),
'resize'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_geometric_image_transformations.html#cv-resize
%
s'
,
None
),
'threshold'
:
(
'http://opencv.willowgarage.com/documentation/cpp/miscellaneous_image_transformations.html#cv-threshold
%
s'
,
None
),
'filter2d'
:
(
'http://opencv.willowgarage.com/documentation/cpp/image_filtering.html#cv-filter2d
%
s'
,
None
),
'copy_make_border'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_image_filtering.html?#copyMakeBorder
%
s'
,
None
),
'sobel'
:
(
'http://opencv.willowgarage.com/documentation/cpp/image_filtering.html#cv-sobel
%
s'
,
None
),
'scharr'
:
(
'http://opencv.willowgarage.com/documentation/cpp/image_filtering.html#cv-scharr
%
s'
,
None
),
'laplacian'
:
(
'http://opencv.willowgarage.com/documentation/cpp/image_filtering.html#cv-laplacian
%
s'
,
None
),
'canny'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_feature_detection.html?#Canny
%
s'
,
None
),
'copy_to'
:
(
'http://opencv.willowgarage.com/documentation/cpp/core_basic_structures.html?#Mat::copyTo
%
s'
,
None
),
'hough_lines'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_feature_detection.html?#cv-houghlines
%
s'
,
None
),
'hough_lines_p'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_feature_detection.html?#cv-houghlinesp
%
s'
,
None
),
'hough_circles'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_feature_detection.html?#cv-houghcircles
%
s'
,
None
),
'remap'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_geometric_image_transformations.html?#remap
%
s'
,
None
),
'warp_affine'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_geometric_image_transformations.html?#cv-warpaffine
%
s'
,
None
),
'get_rotation_matrix_2d'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_geometric_image_transformations.html?#cv-getrotationmatrix2d
%
s'
,
None
),
'get_affine_transform'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_geometric_image_transformations.html?#cv-getaffinetransform
%
s'
,
None
),
'equalize_hist'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_histograms.html?#equalizeHist
%
s'
,
None
),
'split'
:
(
'http://opencv.willowgarage.com/documentation/cpp/core_operations_on_arrays.html?#split
%
s'
,
None
),
'calc_hist'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_histograms.html?#calcHist
%
s'
,
None
),
'normalize'
:
(
'http://opencv.willowgarage.com/documentation/cpp/core_operations_on_arrays.html?#normalize
%
s'
,
None
),
'match_template'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_object_detection.html?#matchTemplate
%
s'
,
None
),
'min_max_loc'
:
(
'http://opencv.willowgarage.com/documentation/cpp/core_operations_on_arrays.html?#minMaxLoc
%
s'
,
None
),
'mix_channels'
:
(
'http://opencv.willowgarage.com/documentation/cpp/core_operations_on_arrays.html?#mixChannels
%
s'
,
None
),
'calc_back_project'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_histograms.html?#calcBackProject
%
s'
,
None
),
'compare_hist'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_histograms.html?#compareHist
%
s'
,
None
),
'corner_harris'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_feature_detection.html?#cornerHarris
%
s'
,
None
),
'good_features_to_track'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_feature_detection.html?#cv-goodfeaturestotrack
%
s'
,
None
),
'corner_min_eigenval'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_feature_detection.html?#cv-cornermineigenval
%
s'
,
None
),
'corner_eigenvals_and_vecs'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_feature_detection.html?#cv-cornereigenvalsandvecs
%
s'
,
None
),
'corner_sub_pix'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_feature_detection.html?#cv-cornersubpix
%
s'
,
None
),
'find_contours'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_structural_analysis_and_shape_descriptors.html#cv-findcontours
%
s'
,
None
),
'convex_hull'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_structural_analysis_and_shape_descriptors.html#cv-convexhull
%
s'
,
None
),
'draw_contours'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_structural_analysis_and_shape_descriptors.html#cv-drawcontours
%
s'
,
None
),
'bounding_rect'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_structural_analysis_and_shape_descriptors.html#cv-boundingrect
%
s'
,
None
),
'min_enclosing_circle'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_structural_analysis_and_shape_descriptors.html#cv-minenclosingcircle
%
s'
,
None
),
'min_area_rect'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_structural_analysis_and_shape_descriptors.html#cv-minarearect
%
s'
,
None
),
'fit_ellipse'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_structural_analysis_and_shape_descriptors.html#cv-fitellipse
%
s'
,
None
),
'moments'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_structural_analysis_and_shape_descriptors.html#cv-moments
%
s'
,
None
),
'contour_area'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_structural_analysis_and_shape_descriptors.html#cv-contourarea
%
s'
,
None
),
'arc_length'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_structural_analysis_and_shape_descriptors.html#cv-arclength
%
s'
,
None
),
'point_polygon_test'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_structural_analysis_and_shape_descriptors.html#cv-pointpolygontest
%
s'
,
None
),
'feature_detector'
:
(
'http://opencv.willowgarage.com/documentation/cpp/features2d_common_interfaces_of_feature_detectors.html#featuredetector
%
s'
,
None
),
'feature_detector_detect'
:
(
'http://opencv.willowgarage.com/documentation/cpp/features2d_common_interfaces_of_feature_detectors.html#cv-featuredetector-detect
%
s'
,
None
),
'surf_feature_detector'
:
(
'http://opencv.willowgarage.com/documentation/cpp/features2d_common_interfaces_of_feature_detectors.html#surffeaturedetector
%
s'
,
None
),
'draw_keypoints'
:
(
'http://opencv.willowgarage.com/documentation/cpp/features2d_drawing_function_of_keypoints_and_matches.html#cv-drawkeypoints
%
s'
,
None
),
'descriptor_extractor'
:
(
'http://opencv.willowgarage.com/documentation/cpp/features2d_common_interfaces_of_descriptor_extractors.html#descriptorextractor
%
s'
,
None
),
'descriptor_extractor_compute'
:
(
'http://opencv.willowgarage.com/documentation/cpp/features2d_common_interfaces_of_descriptor_extractors.html#cv-descriptorextractor-compute
%
s'
,
None
),
'surf_descriptor_extractor'
:
(
'http://opencv.willowgarage.com/documentation/cpp/features2d_common_interfaces_of_descriptor_extractors.html#surfdescriptorextractor
%
s'
,
None
),
'draw_matches'
:
(
'http://opencv.willowgarage.com/documentation/cpp/features2d_drawing_function_of_keypoints_and_matches.html#cv-drawmatches
%
s'
,
None
),
'find_homography'
:
(
'http://opencv.willowgarage.com/documentation/cpp/calib3d_camera_calibration_and_3d_reconstruction.html?#findHomography
%
s'
,
None
),
'perspective_transform'
:
(
'http://opencv.willowgarage.com/documentation/cpp/core_operations_on_arrays.html?#perspectiveTransform
%
s'
,
None
),
'flann_based_matcher'
:
(
'http://opencv.willowgarage.com/documentation/cpp/features2d_common_interfaces_of_descriptor_matchers.html?#FlannBasedMatcher
%
s'
,
None
),
'brute_force_matcher'
:
(
'http://opencv.willowgarage.com/documentation/cpp/features2d_common_interfaces_of_descriptor_matchers.html?#BruteForceMatcher
%
s'
,
None
),
'cascade_classifier'
:
(
'http://opencv.willowgarage.com/documentation/cpp/objdetect_cascade_classification.html#cascadeclassifier
%
s'
,
None
),
'cascade_classifier_load'
:
(
'http://opencv.willowgarage.com/documentation/cpp/objdetect_cascade_classification.html#cv-cascadeclassifier-load
%
s'
,
None
),
'cascade_classifier_detect_multiscale'
:
(
'http://opencv.willowgarage.com/documentation/cpp/objdetect_cascade_classification.html#cv-cascadeclassifier-detectmultiscale
%
s'
,
None
)
}
\ No newline at end of file
'cvt_color'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/miscellaneous_transformations.html?highlight=cvtcolor#cvtcolor
%
s'
,
None
),
'imread'
:
(
'http://opencv.itseez.com/modules/highgui/doc/reading_and_writing_images_and_video.html?highlight=imread#imread
%
s'
,
None
),
'imwrite'
:
(
'http://opencv.itseez.com/modules/highgui/doc/reading_and_writing_images_and_video.html?highlight=imwrite#imwrite
%
s'
,
None
),
'imshow'
:
(
'http://opencv.itseez.com/modules/highgui/doc/user_interface.html?highlight=imshow#imshow
%
s'
,
None
),
'named_window'
:
(
'http://opencv.itseez.com/modules/highgui/doc/user_interface.html?highlight=namedwindow#namedwindow
%
s'
,
None
),
'wait_key'
:
(
'http://opencv.itseez.com/modules/highgui/doc/user_interface.html?highlight=waitkey#waitkey
%
s'
,
None
),
'add_weighted'
:
(
'http://opencv.itseez.com/modules/core/doc/operations_on_arrays.html?highlight=addweighted#addweighted
%
s'
,
None
),
'saturate_cast'
:
(
'http://opencv.itseez.com/modules/core/doc/utility_and_system_functions_and_macros.html?highlight=saturate_cast#saturate-cast
%
s'
,
None
),
'mat_zeros'
:
(
'http://opencv.itseez.com/modules/core/doc/basic_structures.html?highlight=zeros#mat-zeros
%
s'
,
None
),
'convert_to'
:
(
'http://opencv.itseez.com/modules/core/doc/basic_structures.html#mat-convertto
%
s'
,
None
),
'create_trackbar'
:
(
'http://opencv.itseez.com/modules/highgui/doc/user_interface.html?highlight=createtrackbar#createtrackbar
%
s'
,
None
),
'point'
:
(
'http://opencv.itseez.com/modules/core/doc/basic_structures.html#point
%
s'
,
None
),
'scalar'
:
(
'http://opencv.itseez.com/modules/core/doc/basic_structures.html#scalar
%
s'
,
None
),
'line'
:
(
'http://opencv.itseez.com/modules/core/doc/drawing_functions.html#line
%
s'
,
None
),
'ellipse'
:
(
'http://opencv.itseez.com/modules/core/doc/drawing_functions.html#ellipse
%
s'
,
None
),
'rectangle'
:
(
'http://opencv.itseez.com/modules/core/doc/drawing_functions.html#rectangle
%
s'
,
None
),
'circle'
:
(
'http://opencv.itseez.com/modules/core/doc/drawing_functions.html#circle
%
s'
,
None
),
'fill_poly'
:
(
'http://opencv.itseez.com/modules/core/doc/drawing_functions.html#fillpoly
%
s'
,
None
),
'rng'
:
(
'http://opencv.itseez.com/modules/core/doc/operations_on_arrays.html?highlight=rng#rng
%
s'
,
None
),
'put_text'
:
(
'http://opencv.itseez.com/modules/core/doc/drawing_functions.html#puttext
%
s'
,
None
),
'gaussian_blur'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/filtering.html?highlight=gaussianblur#gaussianblur
%
s'
,
None
),
'blur'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/filtering.html?highlight=blur#blur
%
s'
,
None
),
'median_blur'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/filtering.html?highlight=medianblur#medianblur
%
s'
,
None
),
'bilateral_filter'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/filtering.html?highlight=bilateralfilter#bilateralfilter
%
s'
,
None
),
'erode'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/filtering.html?highlight=erode#erode
%
s'
,
None
),
'dilate'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/filtering.html?highlight=dilate#dilate
%
s'
,
None
),
'get_structuring_element'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/filtering.html?highlight=getstructuringelement#getstructuringelement
%
s'
,
None
),
'flood_fill'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/miscellaneous_transformations.html?highlight=floodfill#floodfill
%
s'
,
None
),
'morphology_ex'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/filtering.html?highlight=morphologyex#morphologyex
%
s'
,
None
),
'pyr_down'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/filtering.html?highlight=pyrdown#pyrdown
%
s'
,
None
),
'pyr_up'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/filtering.html?highlight=pyrup#pyrup
%
s'
,
None
),
'resize'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/geometric_transformations.html?highlight=resize#resize
%
s'
,
None
),
'threshold'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/miscellaneous_transformations.html?highlight=threshold#threshold
%
s'
,
None
),
'filter2d'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/filtering.html?highlight=filter2d#filter2d
%
s'
,
None
),
'copy_make_border'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/filtering.html?highlight=copymakeborder#copymakeborder
%
s'
,
None
),
'sobel'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/filtering.html?highlight=sobel#sobel
%
s'
,
None
),
'scharr'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/filtering.html?highlight=scharr#scharr
%
s'
,
None
),
'laplacian'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/filtering.html?highlight=laplacian#laplacian
%
s'
,
None
),
'canny'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/feature_detection.html?highlight=canny#canny
%
s'
,
None
),
'copy_to'
:
(
'http://opencv.itseez.com/modules/core/doc/basic_structures.html?highlight=copyto#mat-copyto
%
s'
,
None
),
'hough_lines'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/feature_detection.html?highlight=houghlines#houghlines
%
s'
,
None
),
'hough_lines_p'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/feature_detection.html?highlight=houghlinesp#houghlinesp
%
s'
,
None
),
'hough_circles'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/feature_detection.html?highlight=houghcircles#houghcircles
%
s'
,
None
),
'remap'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/geometric_transformations.html?highlight=remap#remap
%
s'
,
None
),
'warp_affine'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/geometric_transformations.html?highlight=warpaffine#warpaffine
%
s'
,
None
),
'get_rotation_matrix_2d'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/geometric_transformations.html?highlight=getrotationmatrix2d#getrotationmatrix2d
%
s'
,
None
),
'get_affine_transform'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/geometric_transformations.html?highlight=getaffinetransform#getaffinetransform
%
s'
,
None
),
'equalize_hist'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/histograms.html?highlight=equalizehist#equalizehist
%
s'
,
None
),
'split'
:
(
'http://opencv.itseez.com/modules/core/doc/operations_on_arrays.html?highlight=split#split
%
s'
,
None
),
'calc_hist'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/histograms.html?highlight=calchist#calchist
%
s'
,
None
),
'normalize'
:
(
'http://opencv.itseez.com/modules/core/doc/operations_on_arrays.html?highlight=normalize#normalize
%
s'
,
None
),
'match_template'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/object_detection.html?highlight=matchtemplate#matchtemplate
%
s'
,
None
),
'min_max_loc'
:
(
'http://opencv.itseez.com/modules/core/doc/operations_on_arrays.html?highlight=minmaxloc#minmaxloc
%
s'
,
None
),
'mix_channels'
:
(
'http://opencv.itseez.com/modules/core/doc/operations_on_arrays.html?highlight=mixchannels#mixchannels
%
s'
,
None
),
'calc_back_project'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/histograms.html?highlight=calcbackproject#calcbackproject
%
s'
,
None
),
'compare_hist'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/histograms.html?highlight=comparehist#comparehist
%
s'
,
None
),
'corner_harris'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/feature_detection.html?highlight=cornerharris#cornerharris
%
s'
,
None
),
'good_features_to_track'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/feature_detection.html?highlight=goodfeaturestotrack#goodfeaturestotrack
%
s'
,
None
),
'corner_min_eigenval'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/feature_detection.html?highlight=cornermineigenval#cornermineigenval
%
s'
,
None
),
'corner_eigenvals_and_vecs'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/feature_detection.html?highlight=cornereigenvalsandvecs#cornereigenvalsandvecs
%
s'
,
None
),
'corner_sub_pix'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/feature_detection.html?highlight=cornersubpix#cornersubpix
%
s'
,
None
),
'find_contours'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/structural_analysis_and_shape_descriptors.html?highlight=findcontours#findcontours
%
s'
,
None
),
'convex_hull'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/structural_analysis_and_shape_descriptors.html?highlight=convexhull#convexhull
%
s'
,
None
),
'draw_contours'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/structural_analysis_and_shape_descriptors.html?highlight=drawcontours#drawcontours
%
s'
,
None
),
'bounding_rect'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/structural_analysis_and_shape_descriptors.html?highlight=boundingrect#boundingrect
%
s'
,
None
),
'min_enclosing_circle'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/structural_analysis_and_shape_descriptors.html?highlight=minenclosingcircle#minenclosingcircle
%
s'
,
None
),
'min_area_rect'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/structural_analysis_and_shape_descriptors.html?highlight=minarearect#minarearect
%
s'
,
None
),
'fit_ellipse'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/structural_analysis_and_shape_descriptors.html?highlight=fitellipse#fitellipse
%
s'
,
None
),
'moments'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/structural_analysis_and_shape_descriptors.html?highlight=moments#moments
%
s'
,
None
),
'contour_area'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/structural_analysis_and_shape_descriptors.html?highlight=contourarea#contourarea
%
s'
,
None
),
'arc_length'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/structural_analysis_and_shape_descriptors.html?highlight=arclength#arclength
%
s'
,
None
),
'point_polygon_test'
:
(
'http://opencv.itseez.com/modules/imgproc/doc/structural_analysis_and_shape_descriptors.html?highlight=pointpolygontest#pointpolygontest
%
s'
,
None
),
'feature_detector'
:
(
'http://opencv.itseez.com/modules/features2d/doc/common_interfaces_of_feature_detectors.html?highlight=featuredetector#FeatureDetector
%
s'
,
None
),
'feature_detector_detect'
:
(
'http://opencv.itseez.com/modules/features2d/doc/common_interfaces_of_feature_detectors.html?highlight=detect#featuredetector-detect
%
s'
,
None
),
'surf_feature_detector'
:
(
'http://opencv.itseez.com/modules/features2d/doc/common_interfaces_of_feature_detectors.html?highlight=surffeaturedetector#surffeaturedetector
%
s'
,
None
),
'draw_keypoints'
:
(
'http://opencv.itseez.com/modules/features2d/doc/drawing_function_of_keypoints_and_matches.html?highlight=drawkeypoints#drawkeypoints
%
s'
,
None
),
'descriptor_extractor'
:
(
'http://opencv.itseez.com/modules/features2d/doc/common_interfaces_of_descriptor_extractors.html?highlight=descriptorextractor#descriptorextractor
%
s'
,
None
),
'descriptor_extractor_compute'
:
(
'http://opencv.itseez.com/modules/features2d/doc/common_interfaces_of_descriptor_extractors.html?highlight=compute#descriptorextractor-compute
%
s'
,
None
),
'surf_descriptor_extractor'
:
(
'http://opencv.itseez.com/modules/features2d/doc/common_interfaces_of_descriptor_extractors.html?highlight=surfdescriptorextractor#surfdescriptorextractor
%
s'
,
None
),
'draw_matches'
:
(
'http://opencv.itseez.com/modules/features2d/doc/drawing_function_of_keypoints_and_matches.html?highlight=drawmatches#drawmatches
%
s'
,
None
),
'find_homography'
:
(
'http://opencv.itseez.com/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html?highlight=findhomography#findhomography
%
s'
,
None
),
'perspective_transform'
:
(
'http://opencv.itseez.com/modules/core/doc/operations_on_arrays.html?highlight=perspectivetransform#perspectivetransform
%
s'
,
None
),
'flann_based_matcher'
:
(
'http://opencv.itseez.com/modules/features2d/doc/common_interfaces_of_descriptor_matchers.html?highlight=flannbasedmatcher#flannbasedmatcher
%
s'
,
None
),
'brute_force_matcher'
:
(
'http://opencv.itseez.com/modules/features2d/doc/common_interfaces_of_descriptor_matchers.html?highlight=bruteforcematcher#bruteforcematcher
%
s'
,
None
),
'cascade_classifier'
:
(
'http://opencv.itseez.com/modules/objdetect/doc/cascade_classification.html?highlight=cascadeclassifier#cascadeclassifier
%
s'
,
None
),
'cascade_classifier_load'
:
(
'http://opencv.itseez.com/modules/objdetect/doc/cascade_classification.html?highlight=load#cascadeclassifier-load
%
s'
,
None
),
'cascade_classifier_detect_multiscale'
:
(
'http://opencv.itseez.com/modules/objdetect/doc/cascade_classification.html?highlight=detectmultiscale#cascadeclassifier-detectmultiscale
%
s'
,
None
)
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment