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

搜索资源列表

  1. PennFudanPed

    2下载:
  2. opencv训练的行人目标图像,有兴趣可以-opencv pedestrian training target image, are interested can look at
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-06
    • 文件大小:53723136
    • 提供者:yuuu
  1. Figurerecognize

    3下载:
  2. 用opencv库函数识别图像中包含的图形数量和形状,能够识别矩形,三角形,圆形-figure recognize
  3. 所属分类:OpenCV

    • 发布日期:2013-05-20
    • 文件大小:2314160
    • 提供者:付果
  1. graph-based_segment

    0下载:
  2. 基于图论的图像分割,使用区域之间和区域内部进行比较的准则,对于风景图片效果不错。-Graph-based image segmentation, using the region based comparison criteria, good for scene images.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:20194
    • 提供者:tan
  1. dialog_opencv_image

    0下载:
  2. VC++和OpenCV混合编制的用于显示图像的程序,其中用到VC++对话框的图像控件,显示图像用到OpenCV。-a progrem showing image using vc++ and opencv, very useful, use it!
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3780078
    • 提供者:勤勤
  1. gabor_filter

    0下载:
  2. 实现对图像的gabor小波变换,利用了opencv的函数库,可实现方向和尺度等多项选择。-Achieve image gabor wavelet transform, using the opencv function library, enabling the direction and scale and many other options.
  3. 所属分类:Wavelet

    • 发布日期:2017-03-29
    • 文件大小:5199
    • 提供者:苏航
  1. RectDetector

    0下载:
  2. 矩形检测:用霍夫直线检测方法来对图像中的矩形进行检测。开发环境:vc6,需要安装OpenCV。OpenCV只是用来读取和显示图像等简单操作。-Rectangle detection: Hough line detection method using the image of the rectangle to test. Development Environment: vc6, need to install OpenCV. OpenCV is used to read and display
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1070116
    • 提供者:chenwenlue
  1. K_MeansSeg

    0下载:
  2. KMeans图像聚类分割:用K-Means聚类方法来对图像进行分割。主要是对图像的颜色进行聚类。开发环境:VC6,需要安装OpenCV。-KMeans clustering in image segmentation: with K-Means clustering approach to image segmentation. Mainly the color of the image cluster. Development Environment: VC6, need to install
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2835919
    • 提供者:chenwenlue
  1. VideoInput

    0下载:
  2. VC和Opencv结合使用,同时读入并播放两个视频文件,并显示和保存视频指定帧的图像-VC and Opencv combination, also read and play two video files, and display and save the video image frames specified
  3. 所属分类:Special Effects

    • 发布日期:2017-06-21
    • 文件大小:36417536
    • 提供者:黄皇
  1. opencv

    0下载:
  2. opencv加载图像并以窗口形式显示,很好的程序-opencv load images and to the window displayed,
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:829
    • 提供者:LJ
  1. ch2_ex2_6

    0下载:
  2. opencv图像边缘检测,侧边缘检测先经过平滑处理后在调用cadny-opencv image edge detection, edge detection side after the first smoothed call cadny
  3. 所属分类:OpenCV

    • 发布日期:2017-04-07
    • 文件大小:1104
    • 提供者:LJ
  1. SSDA

    0下载:
  2. SSDA序贯相似性检测方法对图像进行模板匹配。从源图像中取小图,再到源图像中找到小图所处的位置。-SSDA sequential similarity detection method of the image template matching. Source image taken from the small map, to find a small map the source image position.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1188
    • 提供者:geof
  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. ConsoleCV

    0下载:
  2. 在韩国用的OpenCV的一个c 代码。基本的功能都有。从基本的图像打开及显示,一般的算法应用,Tracker,还有摄像头采集等。-This is a C code for Opencv which i learen in korea. it is very simaple and useful for learning Opencv. it include image open and view, algrithm app, Tracker, camera capture.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:28150
    • 提供者:王明杰
  1. imageProcess_10.8.24

    0下载:
  2. 一个自己编写的综合图像处理平台,可以打开和现实各种格式的图片,包括了一些常用的图像处理算法,利用了opencv,主要功能提供了一个人脸图像检测和归一化的模块,用于人脸识别的前端处理,非常实用,好用,本人在不断更新和使用,吐血奉献出来给大家-I have written a comprehensive image processing platform, can open and realistic images of various formats, including some commonl
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3847631
    • 提供者:刘帅
  1. ImageFormatChange

    0下载:
  2. OpenCV+VS2010. 改变图像格式,使用opencv-Transform the formate of the image using openCV
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:52676
    • 提供者:wahoo
  1. ImageRetrieval

    1下载:
  2. 毕业设计,基于内容的图像检索,支持的检索特征包括 sift,颜色直方图,灰度矩阵,HU不变矩,边缘方向直方图,检索方法使用K-means和K-D树两种,需要OPENCV支持,运行时请先选定一个文件夹来生成特征库,特征库用access数据库保存,只支持JPG文件-Graduate design, content-based image retrieval, search features, including support sift, color histogram, gray matrix,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:359361
    • 提供者:平天羽
  1. MFC

    0下载:
  2. 基于OpenCV实现图像的旋转与提取,利用MFC实现图像控制界面化-Image rotation based on OpenCV and extraction, the use of image control interface of the MFC
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1955255
    • 提供者:王聪媛
  1. cv_programmer

    0下载:
  2. 四本手册,对于图像工作者及其有用,我的博士生涯就是它们伴随度过的。 windows api opencv mfc 海康 sdk-Four manual workers and their usefulness for image and my life is that they are accompanied by Dr. spent. windows api opencv mfc sdk Haikang
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5972599
    • 提供者:邓宏平
  1. 14-camshift

    0下载:
  2. 图像跟踪的源代码,程序采用了opencv中的代码camshift算法-Source of camshift Image Tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-06-12
    • 文件大小:19058434
    • 提供者:Daniel
  1. OpencvDevelopmen

    0下载:
  2. opencv的经典的例子,适合于初学者,提供了图像操作,处理,模式识别-opencv example of the classic, suitable for beginners, provides image manipulation, processing, pattern recognition
  3. 所属分类:Special Effects

    • 发布日期:2017-06-14
    • 文件大小:22378991
    • 提供者:erlai
« 1 2 ... 23 24 25 26 27 2829 30 31 32 33 ... 50 »
搜珍网 www.dssz.com