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

搜索资源列表

  1. opencv寻找图像角点的小程序

    0下载:
  2. 一个opencv寻找图像角点的小程序,包括寻找精确角点函数的应用!-Opencv image corner to find a small program, including a function to find the exact corner of the application!
  3. 所属分类:OpenCV

    • 发布日期:2017-06-12
    • 文件大小:19.17mb
    • 提供者:刘峰伯
  1. SubImage IplImage对象或者BYTE型数组中取出一幅图像的子图像

    0下载:
  2. 用于从一个IplImage对象或者BYTE型数组中取出一幅图像的子图像,类似于OpenCV中的SetImageROI,但是该函数提供的功能是原图像子图像的一个拷贝,而非在原图像中设置ROI。-For the IplImage from a BYTE array object or remove an image of the sub-image, similar to OpenCV' s SetImageROI, but the function is the function of the o
  3. 所属分类:OpenCV

    • 发布日期:2017-03-22
    • 文件大小:1.81kb
    • 提供者:Glorious Fool
  1. ImageShow_juxingkoutu

    0下载:
  2. opencv对图像进行矩形抠图,功能已实现-opencv image rectangle of matting, function has been achieved
  3. 所属分类:OpenCV

    • 发布日期:2017-05-06
    • 文件大小:1.45mb
    • 提供者:chris
  1. Affine-Transform

    0下载:
  2. 通过输入图像,利用opencv中的cvwarpaffine函数构造仿射图像集-Construct affine images via cvwarpaffine function
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3.12mb
    • 提供者:kiser_cai
  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. 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. checkface

    0下载:
  2. VC+opencv实现人脸识别功能,程序试运行过,完美无漏洞-VC+ opencv face recognition function, the program test run over, perfect no flaws
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1.78mb
    • 提供者:eve
  1. Brightness-transform

    0下载:
  2. 根据matlab中的imadjust函数编写的程序,可以实现对彩色图像的亮度变换,参数要自己调一下-According to the function in matlab imadjust written procedures, can change the brightness of the color images, what parameters to tune their own
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8.14mb
    • 提供者:李芳
  1. AreaFilter_ImageTrans

    0下载:
  2. 图像Opencv 格式和uchar及int型格式的转换函数,另外还有面积滤波和填充的Opencv函数。-Opencv image format and uchar int type and format conversion functions, in addition to filtering and filling the area Opencv function.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:1.88kb
    • 提供者:Fu Yao
  1. operations_of_matrix_and_image

    0下载:
  2. Opencv中矩阵和图像操作的基本函数介绍,包括函数的代码-Opencv image operations in the matrix and introduce the basic functions, including the function code
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:50.01kb
    • 提供者:张峰
  1. Harris

    0下载:
  2. 用高斯滤波函数实现哈里斯角点检测,并对文件夹中的几张图像进行标定-With a Gaussian filter function to achieve Harris corner detection, and a few folders in the calibration image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:6.07mb
    • 提供者:邢姝姝
  1. test1

    0下载:
  2. 基于Opencv2.3.1和VS2010环境,计算机视觉处理集合程序,实现了图像载入、harris角点查找、高斯下采样、哈夫变换、拉普拉斯边缘查找、canny边缘查找功能。-Based on Opencv2.3.1 and VS2010 environment, a collection of visual processing computer program to achieve the image is loaded, harris corner to find, under Gaussi
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:673.84kb
    • 提供者:liu
  1. main

    0下载:
  2. 直方圖等化(Histogram Equalization)為一種使用統計方法的影像處理程式設計,它的功能為將統計直方圖的色彩分布平均的打散在直方圖裡,也就是說,讓一張圖的直方圖分布均勻化,同樣的也是使用到LUT(Look-up Table)的方法 而在設計直方圖等化不可或缺的就是需要先知道統計學的機率密度函數(Probability Density Function,PDF)以及累積分配函數(Cumlative Distribution Function,CDF)相關的基本概念,在這邊
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:929byte
    • 提供者:nip
  1. OpenCV-function

    0下载:
  2. OpenCV function handbook. This book is very useful for searching the OpenCV function
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:1.44mb
    • 提供者:Hairong
  1. OpenCV-library-function

    0下载:
  2. opencv 库函数查询中文版 初学者入门佳作-Opencv library function query Chinese version for beginners works
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:2.56mb
    • 提供者:彭琰举
  1. opencv-function

    0下载:
  2. opencv使用常用函数整理总结,便于查看-opencv using common sorting function summary for easy viewing
  3. 所属分类:OpenCV

    • 发布日期:2017-05-01
    • 文件大小:12.18kb
    • 提供者:陈静
  1. OPENCV-image-process-function

    0下载:
  2. opencv有关图像处理方面各个函数的详细说明-Descr iption of each function of the image processing of opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-04-30
    • 文件大小:339.8kb
    • 提供者:ysr
  1. pyrUp-function-usage

    0下载:
  2. pyrUp function usage可以实现该函数的简单功能,对初学者很好-pyrUp function usage
  3. 所属分类:OpenCV

    • 发布日期:2017-04-30
    • 文件大小:36.36kb
    • 提供者:LIU
  1. pyrDown-function-usage

    0下载:
  2. pyrDown function usage 可以实现该函数对图像的简单处理,适合初学者-pyrDown function usage
  3. 所属分类:OpenCV

    • 发布日期:2017-04-30
    • 文件大小:94.67kb
    • 提供者:LIU
  1. remap-function-usage

    0下载:
  2. remap function usage是 opencv中重要的一个函数。-remap function usage
  3. 所属分类:OpenCV

    • 发布日期:2017-05-01
    • 文件大小:205.63kb
    • 提供者:LIU
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com