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

搜索资源列表

  1. sift-1.1.1_20061214_win

    0下载:
  2. visual .net 2003环境下的sift,需要gsl (for windows版本)和opencv支持。-visual. Net 2003 under the Environment sift, gsl need (for windows version) and opencv support.
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:536731
    • 提供者:康康
  1. OPENCV_SIFT_VC6

    2下载:
  2. 基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。程序运行前须安装(1)OpenCV: http://opencvlibrary.sourceforge.net (2)SIFT: http://web.engr.oregonstate.edu/~hess/index.html,并配置其环境参数。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-17
    • 文件大小:279098
    • 提供者:马丁
  1. 04112011654

    0下载:
  2. vc2003.net下用opencv实现的基于AdaBoost算法的人脸检测源码, 可以读入静态图片,视频等。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1632758
    • 提供者:小强
  1. TestDetection_v.2

    0下载:
  2. This article is an extention of an article that I posted on CodeProject earlier (See http://www.codeproject.com/KB/mcpp/iss.aspx). This project demonstrates how to perform human face and eye detection using OpenCV in .NET. The detection is performed
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:25653
    • 提供者:萧董
  1. 对图像进行形态学开、闭、形态梯度等算法实现

    0下载:
  2. 基于OpenCV(开源计算机视觉平台),对图像进行形态学开、闭、形态梯度等算法实现。程序运行前须安装(1)OpenCV: ttp://opencvlibrary.sourceforge.net (2)在vc6.0的Tools|Options|Directories标签下添加如下路径:C:\Program files\OpenCV\Cxcore\include C:\Program files\OpenCV\include C:\Program files\OpenCV\cvaux\inclu
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-24
    • 文件大小:182701
    • 提供者:高金锋
  1. emgu-cv-2.3.0

    1下载:
  2. Emgu CV is a cross platform .Net wrapper to the Intel OpenCV image processing library. Allowing OpenCV functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython etc. The wrapper can be compiled in Mono and run on Linux
  3. 所属分类:OpenCV

    • 发布日期:2017-10-30
    • 文件大小:43771904
    • 提供者:wing
  1. TracKIT

    2下载:
  2. TrackIT是一款开放式的机器视觉开发平台,目前集成了从相机输入、色彩转换、彩色图像处理、灰度图像处理、二值图像处理、阈值分割、边缘检测、Blob检测、相机标定、Kalman滤波器、光流跟踪器、最近邻域跟踪、数学形态学方法、机器学习算法等近100个组件,并在不断添加更新中,采用开源OpenCV、WxWidgets、CMU139等标准工具,使用XML动态解析界面,所有参数在界面上直接调整,同时可立即看到调整效果,并可动态加载组件,可用于一般科学研究和机器视觉系统开发。运行时需要.net框架支持。
  3. 所属分类:Special Effects

    • 发布日期:2017-06-19
    • 文件大小:28174450
    • 提供者:黄设
  1. OpenCVTutorial

    0下载:
  2. OpenCVTutorial Using OpenCV with Microsoft Visual Studio .net 2005 Lecturer: Amir hossein khalili Sharif university of technology March 2007
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:322758
    • 提供者:khuong
  1. OpenCVTutorial

    0下载:
  2. OpenCV Tutorial from installing to the first program for VS.Net 2005
  3. 所属分类:.net

    • 发布日期:2017-04-17
    • 文件大小:322763
    • 提供者:akhalili
  1. Emgu.CV.x86_2.0.1.0_windows_installer

    0下载:
  2. the emuge cv is the free c# wrapper for using opencv in dot net plateform c#-the emuge cv is the free c# wrapper for using opencv in dot net plateform c#......
  3. 所属分类:Console

    • 发布日期:2017-06-20
    • 文件大小:31820916
    • 提供者:silent
  1. RobHessSIFT

    0下载:
  2. Rob Hess的SIFT算法在VC.net下实现 http://web.engr.oregonstate.edu/ 7Ehess ... 30_win.zip 编译他的代码需要安装OpenCV和 GSL(http://gnuwin32.sourceforge.net/packages/gsl.htm) 在编译时候GSL也是和OpenCV一样要把头文件和lib的路径指定好。 -Rob Hess of the SIFT algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:449678
    • 提供者:zhangsan
  1. EMCV

    0下载:
  2. EMCV全称为Embedded Computer Vision Library,是一个可在TI DM64x系列DSP上运行的计算机视觉库。EMCV提供了跟OpenCV完全一致的函数接口,通过EMCV,你可以轻松的将你的OpenCV算法移植到 DSP,甚至不用改一行代码。 目前EMCV已经支持IplImage, CvMat,CvSeq等基本数据结构,可使用cvCreateImage等创建和释放图像,以及contour检测等。 参考 http://emcv.svn.sourceforg
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-25
    • 文件大小:491106
    • 提供者:lcj
  1. OpenCVTutorial_I

    0下载:
  2. Part I Using OpenCV with Microsoft Visual Studio .net 2003 28 November 2005
  3. 所属分类:OpenCV

    • 发布日期:2017-04-16
    • 文件大小:290256
    • 提供者:Image
  1. running-the-video-code

    0下载:
  2. running the video in visualstudio.net using opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:847
    • 提供者:arisha yazdani
  1. opencvcapture

    0下载:
  2. The attached code is used to capture an image in openCV. It makes use of simple opencv functions in .net. I assume that openCV is pre-installed on your machine.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:634
    • 提供者:rajesh
  1. main_rotate

    0下载:
  2. 基于OpenCV的图像空间变换:旋转,缩放,斜切 参考博客:http://blog.csdn.net/xiaowei_cqu/article/details/76160-Image space transformation : rotation , scaling , affine
  3. 所属分类:OpenCV

    • 发布日期:2017-04-07
    • 文件大小:2718
    • 提供者:魏兰
  1. cvblobslib_v6p1.tar

    0下载:
  2. The library can be compiled and used in .NET using this steps, but the menu options may differ a little In the .NET version, the character sets must be equal in the .lib and in the project. [OpenCV yahoo group: Msg 35500]
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:28382
    • 提供者:meriouma
  1. opencv_blobs_howto_DsynFLO

    0下载:
  2. UNIX MATLAB The library can be compiled and used in .NET using this steps, but the menu options may differ a little NOTE2: In the .NET version, the character sets must be equal in the .lib and in the project. [OpenCV yahoo group: Msg 35500]
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4580713
    • 提供者:meriouma
  1. loseObjDetect_HK

    2下载:
  2. 视频处理 opencv 遗留物检测 智能视频分析项目中的一部分 我花了很长时间才写出的算法-very good!opencv dh hk net devices
  3. 所属分类:Special Effects

    • 发布日期:2015-04-03
    • 文件大小:1960960
    • 提供者:xhongwei
  1. videolabel

    0下载:
  2. 视频标注工具,具体可参见我的博客:http://blog.csdn.net/xiaowei_cqu/article/details/8778976-Tools for labeling video (coded with opencv 2.4). See my blog: http://blog.csdn.net/xiaowei_cqu/article/details/8778976
  3. 所属分类:OpenCV

    • 发布日期:2017-11-25
    • 文件大小:1298
    • 提供者:小魏
« 1 23 »
搜珍网 www.dssz.com