patch: outdated URL in chessboard.py sample (Feature #1492)
Description
file: OpenCV-2.3.1/samples/python/chessboard.py
problem: URL is invalid
solution:
changed this: https://code.ros.org/svn/opencv/trunk/opencv/samples/c/left01.jpg
to: https://code.ros.org/svn/opencv/trunk/opencv/samples/cpp/left01.jpg
I also added a try statement which tries loading the local copy of the file, found in the same repository.
Associated revisions
fixed #1492
minor changes in chessboard.py sample #1492
Merge pull request #1492 from jet47:gpucodec-cudev
History
Updated by Alexander Shishkov about 13 years ago
- Description changed from file: [[OpenCV]]-2.3.1/samples/python/chessboard.py problem: URL is invali... to file: OpenCV-2.3.1/samples/python/chessboard.py problem: URL is invalid ... More
Updated by Alexander Shishkov about 13 years ago
Thank you for the report! Fixed in 7327 revision.
- Status changed from Open to Done
Updated by Andrey Kamaev about 13 years ago
- Target version set to 2.4.0