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

搜索资源列表

  1. MorpLib

    1下载:
  2. 基于OpenCV的形态学开源库V2.0 包含文档和测试程序 形态学运算扩展库 lhMorpOpen 开运算 lhMorpClose 闭运算 lhMorpGradient 标准梯度 lhMorpGradientIn 内梯度 lhMorpGradientOut 外梯度 lhMorpWhiteTopHat 顶帽(白帽) lhMorpBlackTopHat 黑帽 lhMorpQTopHat 自补顶帽 lhMorpEnhance 对比度增强 lhMorpH
  3. 所属分类:OpenCV

    • 发布日期:2015-06-15
    • 文件大小:418816
    • 提供者:令狐
  1. ReadTiff

    0下载:
  2. 这是一段简单的读写tiff文件的代码,包含“readtiff.h”文件并使用tiff类就可以 这段代码仅作为学习参考使用,效率并不高,如果要做实际用途,还请使用opencv或者MFC等库 此代码用纯C++写成,是我以前练习时用,可供参考。-This is a simple code to read and write tiff file, containing " readtiff.h" file and use this code tiff c
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:18403
    • 提供者:飞兔
  1. shipin

    0下载:
  2. 基于opencv的肤色识别。通过H和S的叠加最后生成图像,不过具体的肤色参数可以自己选择-Opencv-based skin color identification. By the superposition of H and S generate the final image, but the specific parameters you can choose the color
  3. 所属分类:OpenCV

    • 发布日期:2017-06-22
    • 文件大小:41988751
    • 提供者:海上霸
  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. Patch_Sparsity

    0下载:
  2. 算法仿真:论文《Image Inpaiting by Patch Propagation Using Patch Sparsity》中提出的图像修复算法的; 1)使用了OpenCV2.2.0开源机器视觉库,IDE为VS2010 2)设置系统环境变量OPENCV_DIR为OpenCV的安装路径,如C:\OpenCV2.2;VS2010属性页文件依赖于此环境变量,在Path中添加C:\OpenCV2.2\bin,更具体的环境配置可以查看OpenCV相关手册设置属性页文件或Email:zhen
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:15690
    • 提供者:
  1. Classic_Exemplar

    0下载:
  2. 论文《Region Filling and Object Removal by Exemplar-Based Image Inpainting》中提出的图像修复算法 1)使用了OpenCV2.2.0和VS2010,设置系统环境变量OPENCV_DIR为OpenCV的安装路径,如C:\OpenCV2.2,在path中添加环境变量C:\OpenCV2.2\bin,可以根据OpenCV提供的用户手册设置属性页文件 2)生产dll,具体的函数可以查看文件Classic_Exemplar.h
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:11949
    • 提供者:
  1. CB2010_OpenCV

    1下载:
  2. 真正可以在c++ builder 2010 下编译的Opencv文件。压缩包中包含必须的dll,lib和h文件,并有OpenCVExample.cbproj可测试运行,具体信息见doc文档。-The real opencv project in c++ builder 2010. the attachment consists of the needed dll,lib and h files. the OpenCVExample.cbproj can be open and run. the
  3. 所属分类:OpenCV

    • 发布日期:2017-05-26
    • 文件大小:9320149
    • 提供者:远航
  1. linux-image

    0下载:
  2. 完成了对嵌入式 Linux 系统操作平台的搭 建。然后,实现了嵌入式系统前端摄像头的视频图像采集,对视频图像压缩编码的原理进行 了介绍和分析,根据视频压缩技术的发展,采用了 H.264 实时视频编码技术对该系统进行视 频编码,并通过对 H.264 编码器的移植实现了视频的压缩-According to the development of video compression technology, we implemented video coding operation tow
  3. 所属分类:Linux Network

    • 发布日期:2017-11-25
    • 文件大小:2056734
    • 提供者:john
  1. onling_tracker

    0下载:
  2. 采用在线学习跟踪方式,对物体进行跟踪,代码用c++编写,库用的Opencv库,程序中包括了3个.h,3个.cpp,一个.main程序。-We have added two new state-of-the-art object tracking algorithms to OpenCV which can robustly track images patches across a video sequence and learn online (i.e., on-the-fly) as the
  3. 所属分类:OpenCV

    • 发布日期:2017-11-07
    • 文件大小:16510782
    • 提供者:liyulong
  1. MSFilter

    0下载:
  2. mean-shift滤波,需要安装opencv,读入图片接口使用了opencv函数。 代码功能: 读入图片,输出mean-shift滤波后的图片,灰度图、彩色图均可。 文件介绍: MSF.h mean-shift滤波头文件 MSF.cpp mean-shift滤波函数体 Main.cpp 主函数 -mean-shift filter, you need to install opencv, read into the picture opencv function int
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-23
    • 文件大小:4804365
    • 提供者:大宝
  1. szTest

    0下载:
  2. 根据sz的经典论文实现的图像细化(骨架化)程序。程序中没有使用opencv,而是使用了matcom C++库函数。需要用到matlib.h和matlib.lib。-Sz classic paper to achieve the image thinning (skeleton) program. The program does not use opencv, but the use matcom C++ library functions. Need matlib.h and matlib.l
  3. 所属分类:Console

    • 发布日期:2017-12-01
    • 文件大小:631275
    • 提供者:高海
  1. CamInfo

    0下载:
  2. 本程序是基于opencv开发的计算机视觉类遥感图像处理程序,使用了bmpFile.h类进行图像的相关操作包括图像的读取、控制点坐标的提取等,Matrix.h类用于控制点坐标以及相机定标参数的解算-failed to translate
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:12676096
    • 提供者:陈科
  1. Desktop

    0下载:
  2. CvvImage源文件。包括h和cpp。可用于opencv的图片显示在控件上-CvvImage source files. Including h and cpp. Opencv image display can be used on the control
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-08
    • 文件大小:2774
    • 提供者:张林
  1. SIFT_VC--can-be-directly-used-to-run

    0下载:
  2. SIFT特征匹配算法完整版,可直接运行,已经包含了所有的.h文件,链接了所需的.lib文件,具备所有dll文件,在VS2010上编译通过,生成的EXE文件可以在任何电脑上运行,不需要安装OPENCV和GSL,另外附加了一篇实验论文,可实现基本的特征点查找以及特征点连线。-The full version SIFT feature matching algorithm, can be directly run, already contains all of the. H file the req
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-12
    • 文件大小:19241984
    • 提供者:蓝天浩
  1. Repair

    0下载:
  2. 基于opencv的图像修复,用MFC编写的界面,实现图像在对话框的显示,额外添加了.dll .h和.lib文件,没装opencv的也可以运行,适合初学者-Opencv based image restoration, prepared with MFC interface, image displays the dialog box, add an extra. Dll. H and. Lib files, not installed opencv can also be run for beg
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3828032
    • 提供者:猪猪侠
  1. 156

    0下载:
  2. Cvvimage.cpp和Cvvimage.h在opencv以前的版本有,后来省去了。比较有用。-Cvvimage.cpp and Cvvimage.h in previous versions of OpenCV, then save. More useful.
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:3285
    • 提供者:zhaohuazhe
  1. videoprocessing

    0下载:
  2. 我们的目标是对于每个视频帧都应用一些处理函数,将自己的类中封装Opencv的视频获取框架,它允许我们制定每帧调用的处理函数-videoprocessing.cpp videoprocessor.h correspond to Recipes: Reading Video Sequences Processing the Video Frames Writing Video Sequences
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:5482
    • 提供者:家家
  1. CvvImage_h

    0下载:
  2. CvvImage.h是vs配置opencv后处理图像的文件之一,后期更新的opencv版本中删除了此程序,这里整理好供大家使用。-CvvImage.h is one of the configuration file after vs opencv image processing, post an updated version of opencv remove this program, collated here for everyone to use.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:860
    • 提供者:deng
  1. mean-shift

    0下载:
  2. 基于meanshift/camshift的视频运动目标跟踪实现,通过鼠标手动选择跟踪目标。基于HSV空间模型,可手动调节H S V的阈值,显示前景、背景、反响投影图。开发工具是VS2008、OPENCV.-Based meanshift/camshift video moving target tracking achieved manually using the mouse to select the target track. HSV space model, you can manual
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12669627
    • 提供者:坎启娇
  1. ChildCtrl

    1下载:
  2. CListCtrl,ComboBox,CStatic,日期控件等重写的类,可能有的需要 Opencv的一些图像显示函数,.h,.CPP文件-Rewriting the class CListCtrl, ComboBox, CStatic, date controls, may require some images and some display function Opencv
  3. 所属分类:GDI-Bitmap

    • 发布日期:2015-01-11
    • 文件大小:93184
    • 提供者:sunli
« 1 2 3 45 »
搜珍网 www.dssz.com