CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - CXCORE

搜索资源列表

  1. 1

    0下载:
  2. 本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似-This procedure shows how to use C++ classes to create and display images, the C++ classes defined in the cxcore.hpp with matrix class (CvMatrix) similar to
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1693773
    • 提供者:陈晨
  1. DisplayPicturewithOpenCV

    0下载:
  2. 本程使用序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似-Display picture with OpenCV
  3. 所属分类:Graph program

    • 发布日期:2017-05-06
    • 文件大小:1450582
    • 提供者:周明辉
  1. 2

    0下载:
  2. 本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似-This program shows how to use C++ class to create and display images, the C++ class defined in cxcore.hpp, and matrix type (CvMatrix) similar to
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1450835
    • 提供者:程功
  1. severalexample

    0下载:
  2. 几个项目运用了opencv,需先安装opencv 项目readpic从磁盘中读入图像文件,并将图像显示在屏幕上 项目cpic本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似。 项目carmen是使用opencv卡尔曼滤波的例子。 项目ransac是ransac算法的例子。 toolbox_calib是加州理工经典相机标定包。-Several projects using the opencv,
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:6132168
    • 提供者:lyd
  1. cpic

    0下载:
  2. 项目cpic本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似。-Project cpic This program shows how to use C++ class to create and display images, the C++ class defined in cxcore.hpp, and matrix type (CvMatrix) similar.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2463
    • 提供者:lyd
  1. 76560

    0下载:
  2. OpenCV中,CXCORE参考手册。本翻译是直接根据 OpenCV Beta 4.0 版本的用户手册翻译的,原文件是:<opencv_directory>/doc/ref/opencvref_cxcore.htm, 可以从 SOURCEFORG 上面的 OpenCV 项目下载-OpenCV in, CXCORE reference manual. This translation is directly from the OpenCV Beta 4.0 version of the
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:150598
    • 提供者:csjzky
  1. 321d

    0下载:
  2. Opencv绘图贝塞尔(Bezier)曲线编程, -Opencv drawing Bezier (Bezier) curves of programming,
  3. 所属分类:OpenCV

    • 发布日期:2017-06-11
    • 文件大小:18244517
    • 提供者:sonic
  1. cxcore097

    0下载:
  2. cxcore的的库文件,这是opencv中很重要的一个链接库,包含了大量矩阵操作函数,方便使用-cxcore the library file, which is a the opencv very important link library contains a large number of matrix manipulation functions, easy to use
  3. 所属分类:OpenCV

    • 发布日期:2017-04-07
    • 文件大小:360127
    • 提供者:贺志恒
  1. a

    0下载:
  2. ·· opencv ··· 基础程序中的模块匹配 -[code]#include <cv.h> #include <cxcore.h> #include <highgui.h> #include <stdio.h> int main( int argc, char** argv ) { IplImage*src,*templ,*ftmp[6] //ftmp will hold results int
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3246002
    • 提供者:燕子一舞
  1. disparity...

    0下载:
  2. this is disparity map using opencv example 2. using function highgui,cxcore,cvaux,conio
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:697
    • 提供者:kim ji hun
  1. cv

    0下载:
  2. 在进行图像处理相关DSP编程时,需要移植opencv到CCS平台。作者提供了将Opencv(1.0版本)的cv函数库移植到CCS的静态链接库cv.lib,以及其生成工程,该例程经作者编译听通过(ccs3.3版本)。由于工程中产生的obj文件和lib文件太大,在工程中已经将其删除,读者在使用时,只需要对工程重新编译即可。最后将生成的cv.lib添加到CCS的工程中即可(不要忘了添加相应的头文件),由于cv.lib一般和cxcore.lib配套使用,读者在下载cv.lib时也一并将cxcore.li
  3. 所属分类:DSP program

    • 发布日期:2017-11-14
    • 文件大小:483214
    • 提供者:xiaofan
  1. opencv

    0下载:
  2. 在进行图像处理相关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
  3. 所属分类:DSP program

    • 发布日期:2017-11-06
    • 文件大小:6057114
    • 提供者:xiaofan
  1. 1

    0下载:
  2. 视频读入,截取、灰度化显示! #include <cv.h> #include <cxcore.h> #include <highgui.h> IplImage* cvGetSubImage(IplImage *image, CvRect roi) -Video read, interception, graying show!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:686
    • 提供者:mine
  1. 2-2

    0下载:
  2. OpenCV基础教程源代码 例2-2 功能: 本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似-OpenCV based tutorial source code in Example 2-2 Function: This program shows how to use C++ class to create and display an image, this C++ class definition in cx
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4322294
    • 提供者:杨润斌
  1. eqwkl

    1下载:
  2. 本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore hpp 中定义,与 矩阵类(CvMatrix) 相似()
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:94208
    • 提供者:EI%25252540039
  1. 73942269

    0下载:
  2. 本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore hpp 中定义,与 矩阵类(CvMatrix) 相似()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:94208
    • 提供者:HElan-97369
« 1 2»
搜珍网 www.dssz.com