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

搜索资源列表

  1. Adaboost

    0下载:
  2. 利用adaboost算法进行人脸识别,检测一副静态或动态图像中的人头数目-Adaboost algorithm using face recognition, image detection of a static or dynamic number of head
  3. 所属分类:OpenCV

    • 发布日期:2017-05-29
    • 文件大小:12482552
    • 提供者:张力
  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-22
    • 文件大小:1243
    • 提供者:
  1. ImageEnhance

    0下载:
  2. 图像增强的几种算法,包括图像反转,图像变换,直方图均衡化算法。-Several image enhancement algorithms, including image inversion, image transformation, histogram equalization algorithm.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2825299
    • 提供者:songning
  1. OrbTest

    0下载:
  2. ORB描述子,是比sift算法更加快速的图像特征点提取方法,检测的方法更加暴力。opencv已经实现。-ORB descr iptors, sift algorithm is faster than the image feature extraction methods, detection of the method is more violence. opencv has been achieved.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3274960
    • 提供者:李联合
  1. ImageComparison

    0下载:
  2. This a simple application developed in C# and uses the Emgu CV library. Emgu CV lib is a wrapper around OpenCV than enables .NET languages to use the OpenCV lib. The algorithm showcased in the source code is about template matching and object recog
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:68266
    • 提供者:Waleed
  1. Image-segmentation-based-on-Opencv

    0下载:
  2. OPENCV轻量级而且高效,由一系列 C 函数 和少量 C++ 类构成,同时提供了 Python、Ruby、MATLAB等语言的接口,实现了图像处理和计算机视觉方面的很多通用算法。-The OPENCV lightweight and efficient, and by a series of C function And a small amount of C++ class structure, while providing a language like Python, Ruby
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:10667
    • 提供者:kristena
  1. Image-geometry-transform

    0下载:
  2. 本程序要求输入的图像都是256色的位图。这个代码实现了对图像的几何变换。使用了双线性插值算法-This program requires the input images are 256-color bitmap. This code implements the geometric transformation of image. Using a bilinear interpolation algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:695915
    • 提供者:程雷鸣
  1. OpenCV-image-capture

    0下载:
  2. 此程序主要是利用一个或两个摄像机获取图像,算法简单方便,实用性强-This program is the use of one or two cameras to obtain images, the algorithm is simple and convenient, practical
  3. 所属分类:OpenCV

    • 发布日期:2017-04-07
    • 文件大小:2234
    • 提供者:张佳瑞
  1. Image-Denoising-based-on-opencv

    0下载:
  2. 这是一段利用中值滤波、均值滤波与加权(高斯)滤波算法进行图像去噪的程序,比较基础,供初学者阅读。-This is a median filter, with a weighted mean filter (Gaussian) filtering algorithm for image denoising procedures, more basic, for beginners to read.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4452739
    • 提供者:xiaohai
  1. Image-segmentation

    0下载:
  2. 图像分割指的是将数字图像细分为多个图像子区域的过程,在OpenCv中实现了三种跟图像分割相关的算法,它们分别是:分水岭分割算法、金字塔分割算法以及均值漂移分割算法。-Image segmentation refers to the digital image is subdivided into a plurality of image sub-regions in the process, in OpenCv achieve three associated with image segmen
  3. 所属分类:OpenCV

    • 发布日期:2017-04-25
    • 文件大小:66682
    • 提供者:lushaolei
  1. image-mixing

    0下载:
  2. Visual C++2010下使用opencv2.4.8进行的图像混合的算法-Using opencv2.4.8 Visual C++2010 image algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-05-30
    • 文件大小:12527586
    • 提供者:嫣然
  1. video-to-img-sequence

    0下载:
  2. 自己开发的将视频逐帧捕获为图片的小工具,能指定捕获图片的大小,便于验证图像算法需要。-Homegrown video frame capture a picture of a small tool that can capture images of the specified size, easy to verify that the image algorithm needs.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-17
    • 文件大小:27124682
    • 提供者:九月阳光
  1. Histogram-equalization-algorithm

    0下载:
  2. 直方图均衡化算法,是一种简单有效地图像增强算法。-Histogram equalization algorithm is a simple and effective image enhancement algorithms.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2131491
    • 提供者:leo
  1. water-algorithm

    0下载:
  2. 分水岭算法示例,按键1运行算法,按键2恢复原始图像-Watershed algorithm example, the key algorithm 1 run, press 2 to restore the original image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4250287
    • 提供者:杨磊
  1. Watershed-algorithm

    0下载:
  2. 利用OpenCV实现,分水岭算法,用以实现图像的分割,亲测,好用-Use OpenCV implementation, watershed algorithm to achieve image segmentation, pro-test, easy to use
  3. 所属分类:OpenCV

    • 发布日期:2017-04-29
    • 文件大小:282719
    • 提供者:林泉
  1. clear-image-processing

    0下载:
  2. 优化的对比度增强算法用于有雾图像的清晰化处理(算法效果稳定,且对天空具有天然的免疫力,极力推荐有需要的朋友研究)-Contrast enhancement algorithm optimized for a clear picture of the fog processing (arithmetic effect I see now the most stable, and has a natural immunity against the sky, strongly recommended
  3. 所属分类:OpenCV

    • 发布日期:2017-04-30
    • 文件大小:30295
    • 提供者:姚志强
  1. SuperResolution2

    0下载:
  2. OpenCV super resolution algorithm opencv superres library
  3. 所属分类:OpenCV

    • 发布日期:2017-12-20
    • 文件大小:2852864
    • 提供者:eemziyaozcelik
  1. thinning_test02

    0下载:
  2. 通过ZHANG并行细化算法,实现图像的细化处理。(By the ZHANG parallel thinning algorithm,we realize the purpose of thinning image.)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-23
    • 文件大小:3072
    • 提供者:笑男
  1. image

    0下载:
  2. 提供了SAD算法和根据相关性检测算法,把图像分成四个块,很好的(Provides a SAD algorithm and according to the correlation detection algorithm, the image is divided into four pieces, very good)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-27
    • 文件大小:18432
    • 提供者:zagcqnp
  1. Image Registration based on SIFT

    1下载:
  2. 基于sift算法的图像配准,可以直接用来进行图像配准(mage registration based on SIFT algorithm can be directly used for image registration)
  3. 所属分类:OpenCV

« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com