updated links in cheatsheet
renamed directory for Mat tutorial 
changed links from willow docs to opencv.itseez.com, from Trac to current Redmine
This commit is contained in:
Alexander Shishkov
2012-03-11 14:35:46 +00:00
parent 805d88a8d2
commit be63ce723f
83 changed files with 499 additions and 499 deletions

View File

@@ -9,7 +9,7 @@ def load_sample(name=None):
try:
img0 = cv.LoadImage(name, cv.CV_LOAD_IMAGE_COLOR)
except IOError:
urlbase = 'https://code.ros.org/svn/opencv/trunk/opencv/samples/c/'
urlbase = 'http://code.opencv.org/svn/opencv/trunk/opencv/samples/c/'
file = name.split('/')[-1]
filedata = urllib2.urlopen(urlbase+file).read()
imagefiledata = cv.CreateMatHeader(1, len(filedata), cv.CV_8UC1)