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

搜索资源列表

  1. labe_forOpencv

    0下载:
  2. 连通区域标记程序,本程序使用了opencv中图像数据结构:IplImage。算法原理:首先进行第一次扫描,标记连通区域;然后对等价标记进行合并;最后进行第二次扫描,对等价标记进行重新标记。-regional connectivity marking procedures, the procedures for the use of the OpenCV Image data structure : IplImage. Algorithm tenets : first for the first
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.39kb
    • 提供者:canny06
  1. OpenCV

    0下载:
  2. 书中的C/C++语言实例。各实例子目录中的*.dsw和*.dsp文件分别为Windows下Visual C++ 6.0的Workspace文件和Project文件;Makefile是Linux下GNU Make的输入文件。在Windows环境下,双击*.dsw文件将会启动Visual C++ 6.0并装载该实例;在Linux环境下,输入make命令就可以编译该实例。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:31.41mb
    • 提供者:周全程
  1. sy2

    0下载:
  2. 在matlab中编程实现图像的创建256级灰度图像的灰度级直方图; 2. 三段式线性变换,区间参数自定义; 3. 灰度图像转变为二值图像(阈值自定义); 4. 无论使用matlab或OpenCV,均不可使用库函数。 -Matlab programming in the 256-level grayscale image to create gray-scale image histogram 2. Three-step linear transformation, custom
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:419.58kb
    • 提供者:zhangxiao
  1. MFC_OpenCV_Operation

    0下载:
  2. 1、利用OpenCV打开图像,在MFC中显示;2、对图像进行Canny边缘处理,并在MFC中显示。-1, using OpenCV open the images displayed in the MFC 2, Canny edge image processing and display in MFC.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:34.93kb
    • 提供者:chen
  1. OpenCV

    0下载:
  2. 书中的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
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3.45mb
    • 提供者:lynn
  1. 20090501SleepingKoala

    0下载:
  2. 所上传文件包包括6种vc++源代码:使用opencv的实现可视图的静态路径规划;简单的svm算法;基于vc2008的图像匹配(多工程结构);基于局部搜索的K-means聚类算法;三维匹配中的ICP算法;视觉tracking中的condensation算法-Upload file package, including the six kinds of vc++ source code: using opencv to view the realization of the static path
  3. 所属分类:Special Effects

    • 发布日期:2017-06-14
    • 文件大小:19.74mb
    • 提供者:zhezhe
  1. HaarTraining

    0下载:
  2. OPENCV训练过程的说明文档, 在样本创建;训练分类器;利用训练器进行目标检测作了操作说明 源程序在安装OPENCV时,自带apps\HaarTraining-OPENCV training process documentation, created in the sample training classifier the use of training devices for target detection was made in the installation inst
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:7.02kb
    • 提供者:wangbiao
  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. MeanShift_upup

    0下载:
  2. 史上最简洁最直观的Meanshift tracking代码;全部过程中没有借用Opencv相关库函数;读入图像采用经典的CDIB类,中间过程较易于让人理解-The simplest and the most visual coding about Meanshift Tracking!!!All the codes is written without Opencv Lib function. Classic CDIB Class is used to read the original ima
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8.28mb
    • 提供者:福韩
  1. OPenCV_Dlg1

    0下载:
  2. 初学Opencv者练习打开图像并对图像进行阈值分割操作;-open image and use threshold
  3. 所属分类:Special Effects

    • 发布日期:2017-11-27
    • 文件大小:4.81mb
    • 提供者:姚丽晓
  1. videoDetect

    0下载:
  2. opencv 1.0 直线检测;圆形标志牌检测-opencv 1.0 the linear detection detection of circular signs
  3. 所属分类:Special Effects

    • 发布日期:2017-11-21
    • 文件大小:34.41kb
    • 提供者:huanghai
  1. algorithm

    0下载:
  2. Latent SVM算法实现行人检测;需要opencv库-Latent SVM algorithm for pedestrian detection needing opencv library
  3. 所属分类:Special Effects

    • 发布日期:2017-06-15
    • 文件大小:22.7mb
    • 提供者:qyy
  1. HarrisDetector

    0下载:
  2. Harris角点检测是一种经典的角点检测方法,该代码中包含 1.原始的直接调用OpenCV实现角点检测; 2.封装自定义类来改进角点检测; 3.实现了增加容忍距离解决特征点聚类是角点分布均匀-Harris corner detection is a classical corner detection method, the code contained 1. The original of directly calling OpenCV corner detection to
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5.25mb
    • 提供者:蓝梦
  1. opencvh

    0下载:
  2. opencv里面实现hough变换检测直线段,并在图中画出;需在工程文件里面添加图片。-Inside opencv hough transform to detect straight line segment to achieve, and shown in the drawings need to add pictures inside the project file.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7.03mb
    • 提供者:wlz
  1. smoke_detection

    2下载:
  2. 使用VS2010+openCV。本文是基于颜色模型和运动模型对含有烟雾的视频进行烟雾检测的。首先利用RGB颜色模型的方法,检测出烟雾区域以及疑似烟雾区域;接着用背景相减的方法,检测出运动的物体;最后结合两种方法,只检测出运 动的烟雾区域,提取烟雾最大轮廓,绘制矩形框以示意。通过设置R、G、B的参数及阈值,可以得到满意的效果。 -Use VS2010+openCV. This paper is based on the color model and motion model for sm
  3. 所属分类:Special Effects

    • 发布日期:2017-06-20
    • 文件大小:29.89mb
    • 提供者:晋丽榕
  1. slic

    0下载:
  2. Simple Linear Iterative Clustering(SLIC) 算法实现; 需要添加 Opencv-Simple Linear Iterative Clustering (SLIC) algorithm we need to add Opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:7.8mb
    • 提供者:邓麟
  1. fishEyeDemo

    0下载:
  2. 鱼眼拍摄照片处理程序,全景纠正,使用opencv实现;-Fish- eye photo processing program, perspective correction, using opencv implementation
  3. 所属分类:Special Effects

    • 发布日期:2017-12-13
    • 文件大小:30.46mb
    • 提供者:zhangcheng
  1. thin

    0下载:
  2. 对灰度图像进行骨架提取,得出骨架走向和骨架像素坐标。(The skeleton of gray image is extracted, and the skeleton direction and skeleton pixel coordinates are obtained.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-29
    • 文件大小:1.64mb
    • 提供者:lxxl
  1. UnityOpenCV

    0下载:
  2. 本压缩包中包含Unity专用的OpenCV进行人脸识别,帮助大家进行人脸跟踪处理;(The compression package contains Unity dedicated OpenCV for face recognition, to help you face tracking processing;)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-27
    • 文件大小:609kb
    • 提供者:EastLove123
  1. Gabor变换及特征提取

    0下载:
  2. 利用opencv在VS2012中编程实现的Gabor特征提取(Gabor feature extraction based on OpenCV programming in VS2012)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-02
    • 文件大小:3.94mb
    • 提供者:欧若拉
« 12 »
搜珍网 www.dssz.com