CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - opencv visual studio

搜索资源列表

  1. OpenCV

    0下载:
  2. OpenCV的demo.本演示程序开发环境:Visual Studio 2005,编译前需先配置好OpenCV。 OpenCV配置方法和相关资料参见:http://www.opencv.org.cn
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3.04kb
    • 提供者:heying
  1. 61EDA_C1622

    0下载:
  2. Adaboost 正面人脸识别; 必须先装上OPENCV,编译环境乃是visual studio 2005 -Adaboost positive face recognition must be fitted with OPENCV, compiling environment is a visual studio 2005
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:3.99mb
    • 提供者:发发
  1. VC-PH

    1下载:
  2. 球面坐标定位法校正鱼眼图像畸变,使用visual studio 2008 编写,需要OpenCV的支持-Spherical coordinates locating fish eye image distortion correction, prepared using visual studio 2008, requires the support of OpenCV
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5.52mb
    • 提供者:wanghan
  1. SIFT_VC.lib

    1下载:
  2. 本系统中VIS欠缺的SIFT_VC.lib文件。。。 http://www.pudn.com/downloads224/sourcecode/math/detail1055031.html-This is lib file, which is used in Video Intelligent System (VIS) based on the Microsoft Visual Studio 2008 compiler environment and OpenCV 2.0 library
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-05-25
    • 文件大小:108.97kb
    • 提供者:
  1. escala

    0下载:
  2. Escala en opencv Scale in opencv n visual studio 2008
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:594byte
    • 提供者:josset
  1. OpenCV2.2_API_Specification

    0下载:
  2. 本文档包括了OpenCV2.2版(2010年12月推出,目前最新版)中所有API函数的说明,包括C、C++、Python中调用OpenCV的所有接口函数,是大家开发计算机视觉、图像处理、模式识别程序的好参考。OpenCV2.2提供了支持Visual Studio 2010的可执行版本,并且添加了HOG行人检测器,真是不可多得的好东西。-This document includes OpenCV2.2 edition (December 2010 launch, the latest versio
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3.3mb
    • 提供者:
  1. Edge-Detection-Code-Release-1.1

    0下载:
  2. 图像边缘检测 Canny,Sobel,Laplace,Roberts,Prewitt,Krisch,Log七种算法实现 MFC+Opencv+Visual Studio -Image Edge Detection Canny, Sobel, Laplace, Roberts, Prewitt, Krisch, Log seven kinds of algorithms to achieve MFC+Opencv+Visual Studio 11
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3.81mb
    • 提供者:刘召
  1. bianyuanjiance

    0下载:
  2. MFC + OpenCV 2.4 + Visual Studio 11 + OpenAL 1.1 7种算法实现(使用Canny,Sobel,Laplace,Roberts,Prewitt,Krisch,Log和SUSAN 8种算法实现)了-MFC+ OpenCV 2.4+ Visual Studio 11+ OpenAL 1.1 7 algorithms (using the Canny, Sobel, Laplace, Roberts, Prewitt, Krisch, Log and
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6.61mb
    • 提供者:yss
  1. opencvhello

    0下载:
  2. 转化为灰度图像,在visual studio里调用OPENCV的库函数,快速实现图像灰度化-grey image change
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:572byte
    • 提供者:xing
  1. opencvconfig

    0下载:
  2. VS2010环境下如何安装、配置OpenCV 2.3.1的开发环境-OpenCV2.3.1 visual studio config
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:237.58kb
    • 提供者:王崛
  1. OpenCV_FaceDetect

    0下载:
  2. 人脸识别算法,在Visual studio平台基于Opencv编程,根据gauss滤波及ostu算法设计-Face recognition algorithm in Visual studio platform Opencv programming, according gauss filter and ostu of algorithm design
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:4.58mb
    • 提供者:王磊
  1. HelloOpenCV

    0下载:
  2. 程序描述:OpenCV开发环境的配置,载入一张图片并显示。 开发测试所用操作系统: Windows 7 64bit Visual Studio 2010-Program descr iption: OpenCV development environment configuration, load a picture and show // development and testing by operating system: Windows 7 64bit // used to de
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:644byte
    • 提供者:张三
  1. FaceTrack

    0下载:
  2. 在Visual studio环境下基于opencv开发的人脸跟踪程序,采用CAMShift算法,实现多个人脸的跟踪。-Face tracking procedures based opencv in Visual studio, using CAMShift algorithm and realizing face tracking of several persons.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-08
    • 文件大小:14.84mb
    • 提供者:苏鹏程
  1. HoughCircles

    0下载:
  2. 程序说明:《OpenCV3编程入门》OpenCV2版书本配套示例程序 程序描述:HoughCircles函数用法示例 开发测试所用操作系统: Windows 7 64bit 开发测试所用IDE版本:Visual Studio 2010 开发测试所用OpenCV版本:2.4.9-Program descr iption: OpenCV3 programming entry OpenCV2 edition book sample program package Pr
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:108.8kb
    • 提供者:肖斌
  1. peopledetect

    0下载:
  2. 使用Visual Studio 2013和opencv开源库实现人脸识别-Use Visual Studio 2013 and open source library opencv face recognition
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1.41kb
    • 提供者:SmallFire
  1. simpleflow_demo

    0下载:
  2. 使用Visual Studio 2013和opencv开源库实现光流动态跟踪-Use Visual Studio 2013 and open source library opencv achieve dynamic optical flow tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1.96kb
    • 提供者:SmallFire
  1. Canny

    0下载:
  2. 在Visual Studio中嵌套qt再用opencv库中的canny算子实现图像边缘检测-In Visual Studio nested qt then using opencv library canny operator to achieve image edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-12-14
    • 文件大小:8.63mb
    • 提供者:李旭
  1. FaceRecSys

    0下载:
  2. 本程序为人脸识别系统,首先建立人脸库模块,然后对人脸库进行信息编辑以及训练人脸识别分类器,最后为人脸识别模块。采用的visual studio + opencv实现,界面清晰美观,实验效果较好。(The program for the face recognition system, the first establishment of the face library module, and then face the library for information editing and t
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-18
    • 文件大小:93.04mb
    • 提供者:王老头
  1. Project11

    0下载:
  2. 使用visual studio2017和opencv3.2.0实现图像的亮度,对比度的调整。(using visual studio and opencv to realize the change of brightness and contrast ratio of original picture.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-06
    • 文件大小:18.18mb
    • 提供者:jmjhot
  1. 二维码扫描识别

    1下载:
  2. 基于opencv+zbar+visual studio的二维码扫描识别,文件里有写具体做法和具体代码(opencv ,zbar,visual studio)
  3. 所属分类:图形图像处理

    • 发布日期:2021-01-22
    • 文件大小:785kb
    • 提供者:cency
搜珍网 www.dssz.com