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

搜索资源列表

  1. save4imge OpenCV中保存与读取4通道图像

    0下载:
  2. OpenCV中保存与读取4通道图像(bmp)Opencv没有提供四通道图像保存方法只提供了保存为(XML等其它格式的文件) 该源码提供了该方法-in the Opencv not have the method that save or read the 4 channel picture. Opencv just can save or read the 4 channel image to XML or other format use the CVSave/CVLoad . Our met
  3. 所属分类:OpenCV

    • 发布日期:2016-01-25
    • 文件大小:2kb
    • 提供者:qrsssh
  1. SnakeProfile

    0下载:
  2. opencv例子里没有提供cvsnakeimage的使用方法,在此整理一个例子,可以形象的看看snake算法的结果,大致做法是: 首先设定域值分割,把基本的轮廓找出来,见图中蓝色轮廓线,再将轮廓点传入cvSnakeImage函数,计算出绿色的snake轮廓线。 其中参数alpha代表点相互靠拢的权值(0-1.0),beta表示弯曲能量(越小越容易弯曲)(0-1.0),gamma表示整体能量(0-1.0)。其中参数我自己也不确定具体的范围,最好自己更改不同的范围试试. -o
  3. 所属分类:OpenCV

    • 发布日期:2017-03-23
    • 文件大小:1.21kb
    • 提供者:
  1. OpenCV

    0下载:
  2. 这是opencv来实现人脸识别,如果不能使用,就稍微该一下代码就可以了。-This is achieved opencv face recognition, if not used to a little bit of code that can be had.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:119.23kb
    • 提供者:刘彧
  1. OutPutChinese

    0下载:
  2. Opencv中没有直接可以使用的函数在图像上输出中文,本程序就是利用本地的汉字库实现在图像上的汉字的输出,里面有使用介绍-Opencv can not function directly on the image output in Chinese, this program is the use of Chinese characters library implementation of local characters in the image on the output, which a
  3. 所属分类:OpenCV

    • 发布日期:2016-01-27
    • 文件大小:9.57mb
    • 提供者:houyang
  1. Hand-Detect 手势识别,使用OpenCV的haar 分类器

    1下载:
  2. 手势识别,使用OpenCV的haar 分类器。训练因为对各个环境不同,请大家自己下载或者自己训练样本。-Hand Recognition and Tracking using OpenCV. It uses Haar Classifier. Because Haar features are different, I did not include the .xml file, please download it online or train it yourself.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-02
    • 文件大小:21.44mb
    • 提供者:赛义
  1. findCorner

    0下载:
  2. opencv中检测角点的实例哦!很实用,其实原理看不懂没关系,看到代码自然就明白了!-opencv example of corner detection Oh! Very practical, in fact, can not understand it does not matter theory, see the code naturally understand!
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1.33mb
    • 提供者:jamie
  1. fengechuangkou-xianshituxiang

    0下载:
  2. 本程序下载即可运行,可直接使用。本程序实现了MFC分割窗口,然后利用opencv打开左右图像,图片格式不限。-The download of the program to run, can be used directly. This program the MFC split window, and then using opencv open left and right images, the image format is not limited.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2.34mb
    • 提供者:wuchenlong
  1. opencvReferenceManual(2.0-2.1)

    0下载:
  2. 这是opencv2.0和2.1的完整参考手册(英文),还提供了emgu.cv2.0的部分使用手册,可以弥补opencv没有介绍的库函数。-This is a complete opencv2.0 and 2.1 Reference Manual (English), also provides emgu.cv2.0 part of the manual, you can not make up for opencv library functions described.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:5.04mb
    • 提供者:宁菲
  1. opencamera

    0下载:
  2. 在MFC下使用opencv实现摄像头视频显示,图像采集,以及使用camshift实现物体的追踪。自己参考别人写的,诸多不好之处,敬请谅解-Use opencv realized in MFC camera video display, image acquisition, and tracking objects using camshift achieve. Own reference written by someone else, a lot of not very good, pleas
  3. 所属分类:OpenCV

    • 发布日期:2017-05-31
    • 文件大小:12.94mb
    • 提供者:wangxiaotao
  1. videodenoise-wiener

    1下载:
  2. 用opencv实现维纳滤波视频去噪,效果不算特别好,勉强可用,仅供大家参考!-Wiener filtering with opencv video denoising, the effect is not particularly good, barely available only for your reference!
  3. 所属分类:OpenCV

    • 发布日期:2017-04-24
    • 文件大小:6.69mb
    • 提供者:辉少
  1. alpha

    0下载:
  2. alpha图像融合源码,对像素直接操作,绝非opencv自带函数。使用它你可以轻松的对指定的像素进行alpha融合操作,增加程序的实用性和灵活性。在VS2008环境下,使用opencv1.0对图像像素进行读取以及操作。-the alpha image fusion source, direct manipulation of pixels is absolutely not function opencv own. Using it you can easily specified pixel
  3. 所属分类:OpenCV

    • 发布日期:2017-11-09
    • 文件大小:80.45kb
    • 提供者:huang zhaoguang
  1. sobel

    0下载:
  2. 实现sobel图像锐化,opencv c语言版,没有使用指针- the image process of sobel,don not use point
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:678byte
    • 提供者:刘帅
  1. OpenCV-face-detection-algorithm

    0下载:
  2. 关于消除红眼的一些帮助算法,可以帮助一些对不了解这些方面知识的同学了解相关知识。-On the elimination of some of the red-eye to help algorithm that can help some students do not understand these knowledge to understand the relevant knowledge.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-22
    • 文件大小:259.45kb
    • 提供者:王卫卫
  1. OPENCV

    0下载:
  2. 书上前十章代码,全部编译运行成功,VC6环境。后面部分站上有,就不上传了。-The book the top ten chapters of the code, all compile and run successfully, VC6 environment. The latter part of the station, not uploaded.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:5.34mb
    • 提供者:明虎将
  1. DFT

    0下载:
  2. vs下C++编程,使用openCV第三方库的C++接口函数编写而成的离散傅里叶变换。注意是新的C++接口而不是老的C接口。-Under the vs C++ programming, the use of openCV third party c++ library interface function to write a discrete Fourier transform. Pay attention to is the new C++ interface and not old C in
  3. 所属分类:OpenCV

    • 发布日期:2017-11-20
    • 文件大小:3.7mb
    • 提供者:李凯
  1. FramerateEnlarge

    0下载:
  2. 改变视频的帧率,需要用到opencv。不依赖播放器,直接改变视频文件本身的帧率。-Change the video frame rate, need to use opencv. Do not rely on the player, the video file directly to change their frame rate.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:8.73kb
    • 提供者:xufeng
  1. Match

    0下载:
  2. opencv实现图片的模式匹配,可以实现多通道的图像匹配,不仅仅是通过灰度来实现的匹配。-opencv realized picture of pattern matching, multi-channel images can be matched, not only achieved by matching gray.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-12
    • 文件大小:18.86mb
    • 提供者:fff
  1. 444

    0下载:
  2. 圖片檔案格式的轉換其實很簡單,應為所有轉換格式的演算法都包在cvLoadImage(),cvSaveImage()裡啦,對OpenCV而言,可以不用去知道如何去實作它的圖檔格式而做到直接開啟的功能,而他讀到的檔案甚至連它的相關資訊全都包在IplImage資料結構裡-Image file format conversion is very simple, they should convert the format for all algorithms are wrapped in cvLoadI
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:706byte
    • 提供者:nip
  1. motiondetect

    0下载:
  2. 寻找轮廓实现视频流的运动目标检测,未初始化时,要分配内存-Find Profile video stream to achieve moving target detection, not initialized, it is necessary to allocate memory
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:2.18kb
    • 提供者:方莉
  1. hsv_pixel_visit_hist

    0下载:
  2. 识别图片中各种颜色的数量并以直方图的形式呈现出结果。本程序没有使用传统的RGB空间而是采用HLS色彩空间-Identify the number of colors in the picture and in the form of the histogram shows the results. The program does not use the traditional RGB space instead of using the HLS color space
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4.32mb
    • 提供者:qiouyin
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com