MouseTrap Dev Help
(Difference between revisions)
Heidi.ellis (Talk | contribs) (Created page with "=== CV2 Info ===") |
|||
Line 1: | Line 1: | ||
− | === | + | = Opencv = |
+ | |||
+ | == Great Resources == | ||
+ | |||
+ | === cv 2.4.3 === | ||
+ | * docs.opencv.org | ||
+ | |||
+ | * http://nullege.com/codes/search/cv -> Entire collection of opencv examples based on module | ||
+ | |||
+ | * http://fossies.org/dox/OpenCV-2.4.3/index.html -> Complete Hierarchical guide to opencv | ||
+ | |||
+ | |||
+ | === cv 2.1 === | ||
+ | * http://opencv.willowgarage.com/documentation/python/index.html | ||
+ | |||
+ | == Concerns == | ||
+ | Here we place all of the concerns when migrating to a newer version of opencv or the repercussions of not upgrading. | ||
+ | |||
+ | === Migration to Python 3 === | ||
+ | * Opencv 2.4.3 does not support Python 3 | ||
+ | |||
+ | === Camera drivers === | ||
+ | * Currently, only some camera drivers are supported with the new version of opencv, leading to problems regarding capture. One issue is the inability to cancel the program webcam capture. | ||
+ | |||
+ | === Yum repo === | ||
+ | * Right now, only the 2.3.1 version of opencv is available in the yum repository | ||
+ | |||
+ | |||
+ | |||
+ | [[Category:Gnome_MouseTrap]] |
Revision as of 18:12, 11 February 2013
Contents |
Opencv
Great Resources
cv 2.4.3
- docs.opencv.org
- http://nullege.com/codes/search/cv -> Entire collection of opencv examples based on module
- http://fossies.org/dox/OpenCV-2.4.3/index.html -> Complete Hierarchical guide to opencv
cv 2.1
Concerns
Here we place all of the concerns when migrating to a newer version of opencv or the repercussions of not upgrading.
Migration to Python 3
- Opencv 2.4.3 does not support Python 3
Camera drivers
- Currently, only some camera drivers are supported with the new version of opencv, leading to problems regarding capture. One issue is the inability to cancel the program webcam capture.
Yum repo
- Right now, only the 2.3.1 version of opencv is available in the yum repository