Difference between revisions of "BeagleBoard/GSoC/2010 Projects/OpenCV"
(→Abstract) |
(→Documentation) |
||
| Line 17: | Line 17: | ||
== Documentation == | == Documentation == | ||
| − | + | The link to documentation of this project is provided below. | |
| + | |||
| + | [http://code.google.com/p/opencv-dsp-acceleration/wiki/API_DOCUMENTATION API Documentation] | ||
| + | [http://code.google.com/p/opencv-dsp-acceleration/wiki/Instruction_For_Building_Examples Build Instruction] | ||
| + | [http://code.google.com/p/opencv-dsp-acceleration/wiki/How_To_Use_OpenCV_DSP_Acceleration How To Use The Library in Your Application] | ||
| + | [http://code.google.com/p/opencv-dsp-acceleration/wiki/Procedure_To_add_other_OpenCV_Algorithms Procedure To Add Alogrithm and Extend This Work] | ||
| + | [http://code.google.com/p/opencv-dsp-acceleration/wiki/BenchMark Benchmark] | ||
| + | [http://code.google.com/p/opencv-dsp-acceleration/wiki/Known_Issues Known ] | ||
| + | |||
| + | |||
| + | ---- | ||
| + | |||
| + | ====Few other link to start with==== | ||
| + | |||
| + | [http://code.google.com/p/opencv-dsp-acceleration/wiki/GettingStarted1 Build DSPLink and Codec-Engine Outside OpenEmbedded] | ||
| + | [http://code.google.com/p/opencv-dsp-acceleration/wiki/IUNIVERSAL_Examples Running IUNIVERSAL Examples] | ||
Revision as of 15:32, 13 August 2010
Contents |
Project: OpenCV DSP Acceleration
Student: Pramod Poudel
Mentors: Katie Roberts-Hoffman, Luis Gustavo Lira
Repository: http://code.google.com/p/opencv-dsp-acceleration/
Blog: http://pramodpoudel.blogspot.com/
Latest blog entries: Extension:RSS -- Error: "http://pramodpoudel.blogspot.com/feeds/posts/default%7Ccharset=UTF-8%7Cmax=3" is not in the whitelist of allowed feeds. http://linuxgizmos.com/feed is the only allowed feed.
Abstract
This project aims accelerate some of the low-level OpenCV libraries. Few of the algorithms will be ported to on-chip DSP found on BeagleBoard. The execution of this project will be carried out in two phase. In the first phase, some of the low-level OpenCV API like cvDFT(), cvSobel(), cvCvtColor() and cvIntegral() will be ported to DSP. In the second phase, an application, that makes use of these accelerated libraries will be built for demonstration.
Documentation
The link to documentation of this project is provided below.
API Documentation Build Instruction How To Use The Library in Your Application Procedure To Add Alogrithm and Extend This Work Benchmark Known
Few other link to start with
Build DSPLink and Codec-Engine Outside OpenEmbedded Running IUNIVERSAL Examples