Fixed Load, Modify, and Save an Image tutorial

This commit is contained in:
Daniil Osokin
2014-03-21 19:28:42 +04:00
committed by Kang Liu
parent dc21e2cc0e
commit 2d3aa3861c
2 changed files with 10 additions and 9 deletions

View File

@@ -310,6 +310,8 @@ extlinks = {
'calib3d' : ('http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#%s', None ),
'feature2d' : ('http://docs.opencv.org/modules/imgproc/doc/feature_detection.html#%s', None ),
'imgproc_geometric' : ('http://docs.opencv.org/modules/imgproc/doc/geometric_transformations.html#%s', None ),
'miscellaneous_transformations': ('http://docs.opencv.org/modules/imgproc/doc/miscellaneous_transformations.html#%s', None),
'user_interface': ('http://docs.opencv.org/modules/highgui/doc/user_interface.html#%s', None),
# 'opencv_group' : ('http://answers.opencv.org/%s', None),
'opencv_qa' : ('http://answers.opencv.org/%s', None),