搜索资源列表
OpenCV
- 书中的C/C++语言实例。各实例子目录中的*.dsw和*.dsp文件分别为Windows下Visual C++ 6.0的Workspace文件和Project文件;Makefile是Linux下GNU Make的输入文件。在Windows环境下,双击*.dsw文件将会启动Visual C++ 6.0并装载该实例;在Linux环境下,输入make命令就可以编译该实例。
OpenCVtoDSP
- 将OpenCV移植到DSP上,源程序可用CCS直接打开,包括函数说明等-OpenCV transplanted to the DSP, CCS can be used directly to open source, including function descr iption, etc.
DSPandOpenCV
- 将OpenCV移植到DSP上源程序用CCS打开-OpenCV to DSP on the transplant open source program with CCS
volume13
- 将opencv移植到dsp上,源程序用CCS打开,实现了cvcanny算法-Opencv transplanted to the dsp on the open source program with CCS achieved cvcanny algorithm
OpenCV_DSP
- OPENCV在DSP上的另外一种移植,针对达芬奇系列DSP进行了部分优化,不同于北航的那个项目的源码,使用达芬奇系列的可以借鉴.-OPENCV the DSP on another transplant, carried out against the Da Vinci series DSP part of optimization, different from the Beihang of the project source, can learn to use da Vinci serie
OpenCV
- 书中的C/C++语言实例。各实例子目录中的*.dsw和*.dsp文件分别为Windows下Visual C++ 6.0的Workspace文件和Project文件;Makefile是Linux下GNU Make的输入文件。在Windows环境下,双击*.dsw文件将会启动Visual C++ 6.0并装载该实例;在Linux环境下,输入make命令就可以编译该实例。 -Book C/C++ Language examples. The examples subdirectory in the
TMS320C64xImage_VideoProcessingLibrary(IMGLIB)Exam
- 基于TI公司DSP64x的图像处理程序库-TI 64x-based image processing library
OpenCV(SourceCode)1
- 学习OpenCV的实例源码,非常适合初学者学习。(其中还有自己编程实现的小程序,与大家一起分享)。实例子目录中的*.dsw和*.dsp文件分别为Windows下Visual C++ 6.0的Workspace文件和Project文件。(注:上传共分为6个压缩文件)-Learning OpenCV examples of source, very suitable for beginners to learn. (Which also has its own programming small p
OpenCV(SourceCode)2
- 学习OpenCV的实例源码,非常适合初学者学习。(其中还有自己编程实现的小程序,与大家一起分享)。实例子目录中的*.dsw和*.dsp文件分别为Windows下Visual C++ 6.0的Workspace文件和Project文件(注:上传共分为6个压缩文件)-Learning OpenCV examples of source, very suitable for beginners to learn. (Which also has its own programming small pr
OpenCV(SourceCode)3
- 学习OpenCV的实例源码,非常适合初学者学习。(其中还有自己编程实现的小程序,与大家一起分享)。实例子目录中的*.dsw和*.dsp文件分别为Windows下Visual C++ 6.0的Workspace文件和Project文件(注:上传共分为6个压缩文件)-Learning OpenCV examples of source, very suitable for beginners to learn. (Which also has its own programming small pr
OpenCV(SourceCode)4
- 学习OpenCV的实例源码,非常适合初学者学习。(其中还有自己编程实现的小程序,与大家一起分享)。实例子目录中的*.dsw和*.dsp文件分别为Windows下Visual C++ 6.0的Workspace文件和Project文件(注:上传共分为6个压缩文件)-Learning OpenCV examples of source, very suitable for beginners to learn. (Which also has its own programming small pr
OpenCV(SourceCode)5
- 学习OpenCV的实例源码,非常适合初学者学习。(其中还有自己编程实现的小程序,与大家一起分享)。实例子目录中的*.dsw和*.dsp文件分别为Windows下Visual C++ 6.0的Workspace文件和Project文件(注:上传共分为6个压缩文件)-Learning OpenCV examples of source, very suitable for beginners to learn. (Which also has its own programming small pr
OpenCV(SourceCode)6
- 学习OpenCV的实例源码,非常适合初学者学习。(其中还有自己编程实现的小程序,与大家一起分享)。实例子目录中的*.dsw和*.dsp文件分别为Windows下Visual C++ 6.0的Workspace文件和Project文件(注:上传共分为6个压缩文件)-Learning OpenCV examples of source, very suitable for beginners to learn. (Which also has its own programming small pr
IntroductionToProgrammingWithOpenCV
- OpenCV Tutorial for the research studens working on M/C Intelligence and DSp and Video Processing
EMCV
- EMCV全称为Embedded Computer Vision Library,是一个可在TI DM64x系列DSP上运行的计算机视觉库。EMCV提供了跟OpenCV完全一致的函数接口,通过EMCV,你可以轻松的将你的OpenCV算法移植到 DSP,甚至不用改一行代码。 目前EMCV已经支持IplImage, CvMat,CvSeq等基本数据结构,可使用cvCreateImage等创建和释放图像,以及contour检测等。 参考 http://emcv.svn.sourceforg
emcv
- Opencv on embedded system: TI DSP
arm
- OpenCV移植到ARM上的全过程,arm板子是三星2410-OpenCV ported to ARM, the whole process, arm board is a Samsung 2410
OpenCV-base
- OpenCV提供的视觉处理算法非常丰富,并且它部分以C语言编写,加上其开源的特性,处理得当,不需要添加新的外部支持也可以完整的编译链接生成执行程序,所以很多人用它来做算法的移植,OpenCV的代码经过适当改写可以正常的运行在DSP系统和单片机系统中,目前这种移植在大学中经常作为相关专业本科生毕业设计或者研究生课题的选题。-OpenCV vision processing algorithms provide very rich, and it part of the C language, w
opencv
- 在进行图像处理相关DSP编程时,需要移植opencv到CCS平台。作者提供了将Opencv(1.0版本)移植到CCS的实测例程,该例程经作者编译听通过(ccs3.3版本)。工程中包括opencv.cpp(为测试源文件),和cv.lib、cxcore.lib、rts64plus.lib(为例程需要的库文件,其中cv.lib与cxcore.lib为opencv移植过来的库文件,如果读者需要了解cv.lib与cxcore.lib的移植过程,请下载作者提供的cv.lib的生成工程以及cxcore.lib
OpenCV-DSP
- 主要是介绍opencv怎么样移植到dsp 上,适合新手的快速上手-Opencv is to introduce how to migrate to the dsp, suitable for beginners to get started fast