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

搜索资源列表

  1. 对图像进行形态学开、闭、形态梯度等算法实现

    0下载:
  2. 基于OpenCV(开源计算机视觉平台),对图像进行形态学开、闭、形态梯度等算法实现。程序运行前须安装(1)OpenCV: ttp://opencvlibrary.sourceforge.net (2)在vc6.0的Tools|Options|Directories标签下添加如下路径:C:\Program files\OpenCV\Cxcore\include C:\Program files\OpenCV\include C:\Program files\OpenCV\cvaux\inclu
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-24
    • 文件大小:178.42kb
    • 提供者:高金锋
  1. HoG.rar

    1下载:
  2. 经典HOG算法,基于梯度的直方图提取算法,用于人体检测十分有效!,HOG classic algorithms, gradient-based histogram extraction algorithms, used in human testing is very effective!
  3. 所属分类:Graph Drawing

    • 发布日期:2016-03-04
    • 文件大小:4.1kb
    • 提供者:Yang
  1. OpenCV_HOG

    0下载:
  2. 梯度直方图算子的opencv代码,注释详细,可以快速的熟悉该算法./.-Gradient histogram opencv code operator, detailed notes, can quickly become familiar with the algorithm. /.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:211.12kb
    • 提供者:田冰
  1. jianbian

    0下载:
  2. 使用opencv工具对给定图片实现径向渐变效果。-Opencv tool to use for a given image to achieve the radial gradient effect.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:282.23kb
    • 提供者:华维东
  1. CImgChange

    0下载:
  2. opencv 对图像就行渐变处理功能代码·功能已实现-opencv image processing code on the line gradient function has been achieved
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1.63mb
    • 提供者:chris
  1. Blog_hogCompute6.tar

    0下载:
  2. Opencv HOG (Histogram of Orientation Gradient) training based on Dalal method. When you try to use Opencv HOG, you may not know how the training of the SVM model is done. Here is the example Linux with Opencv2.1
  3. 所属分类:OpenCV

    • 发布日期:2017-06-11
    • 文件大小:17.31mb
    • 提供者:szproxy
  1. PedestrianTracking

    0下载:
  2. 梯度直方图,行人跟踪,用到了opencv-Gradient histogram, pedestrian tracking, and so used the opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-05-24
    • 文件大小:4.13mb
    • 提供者:王战新
  1. Image-gradient

    0下载:
  2. 在VC++环境中安装好OPENCV,实现对加载图片进行图像渐现的效果-In installed in the VC++ environment OPENCV, to achieve the effect of the image fade-load images
  3. 所属分类:OpenCV

    • 发布日期:2017-11-08
    • 文件大小:912.43kb
    • 提供者:徐欣
  1. Kinect_DepthCanny

    0下载:
  2. 用kinect获取3D图像,并从3D图像中用OpenCV方法从深度图中获取梯度边缘,从而得到更多信息,做后续处理-Get with kinect 3D images, and get the edge gradient from the depth map from a 3D image using OpenCV method to obtain more information, do follow-up treatment
  3. 所属分类:3D Graphic

    • 发布日期:2016-03-08
    • 文件大小:4.78mb
    • 提供者:大猫
  1. Lvwatershed

    0下载:
  2. 本程序利用opencv开源库实现watershed算法,利用人工选择种子点与梯度图两种方法来获取种子点。压缩包内有word文档介绍具体的操作和示例。-The program uses the open-source opencv library implements watershed algorithm, using artificial selection gradient map seeds and seed are two ways to get points. Compressed p
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:7.72mb
    • 提供者:lvye
  1. cvOSFilter-v1.0

    0下载:
  2. 基于OpenCV的方向选择滤波,高斯核存放在了文件中,通过领域求解当前像素梯度角度theta。-Direction Selective filter based on OpenCV, Gaussian kernel stored in a file, theta by solving the current pixel field gradient.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1006.89kb
    • 提供者:龚尚
  1. hpc

    1下载:
  2. 基于OpenCV和OpenMP的多核处理图像边缘检测算法——Sobel的实现。 没有可视化界面。 需要先配置OpenCV和OpenMP。 理论依据:利用OpenMP我们可以实现多核并行处理边缘检测。根据Sobel原理,可以完全明确的是:每一个像素点的梯度计算都不依赖于其他的像素点!这就是实现多核并行处理边缘检测的关键。利用这个关键的特性,我们可以让多个核同时去计算多个像素点的梯度值,进而提高Sobel边缘检测算法的性能。 -The implementation of OpenCV
  3. 所属分类:Special Effects

    • 发布日期:2016-09-22
    • 文件大小:456kb
    • 提供者:JiaJunLee
  1. image-grad

    0下载:
  2. 基于OPENCV,实现不同梯度算子的边缘提取,其中包括最基本的像素操作,适合初学图像处理。-Based on OPENCV, the realization of different gradient operator edge extraction, including pixel operation is the most basic, suitable for beginners of image processing.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-03
    • 文件大小:918.1kb
    • 提供者:yangming
  1. gradient

    0下载:
  2. openCV中边缘检测的应用,包括利用Canny算子,Sobel算子进行检测-Application of edge detection in openCV, including the use of Canny operator, Sobel operator to detect
  3. 所属分类:OpenCV

    • 发布日期:2017-05-18
    • 文件大小:4.54mb
    • 提供者:郑小航
  1. tidu

    0下载:
  2. 计算图像梯度幅度和相位,采用opencv算法。-Calculate the gradient magnitude and phase of the image
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-17
    • 文件大小:3.97mb
    • 提供者:王强
  1. morphologyEx

    0下载:
  2. opencv,vs2013平台上,用morphologyEx进行形态学梯度运算的演示示例,使用滑动条控制-opencv, on vs2013 platform demos with morphologyEx morphological gradient operator using slider control
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:2.64mb
    • 提供者:吴捷豪
  1. Morphology_2

    0下载:
  2. VS下利用opencv 实现形态学的相应变换,开运算,闭运算,形态梯度,顶帽,黑帽等。-VS use opencv achieve under the corresponding morphological transformation, opening operation, closing operation, morphological gradient, top hat, black hat and so on.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:5.69mb
    • 提供者:yonghong Wang
  1. Edge-Detection_canny-_perfect

    1下载:
  2. Canny算法求图像边缘,C++语言实现。步骤分:求梯度、非极大值移植、自适应阈值、滞后阈值求边缘、边缘细化。算法核心由C语言实现,效果可以和OpenCV和Matlab相媲美。-Canny algorithm for image edge, the use of C++ language, the steps include: for gradient, maximum value suppression, adaptive threshold, hysteresis threshold. Th
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:2.76mb
    • 提供者:arthur
  1. eyeLike

    0下载:
  2. 基于OpenCV的摄像头凝视追踪基于Fabian Timm的眼睛中心算法简单的图像梯度-Camera gaze tracking based on Timm OpenCV eye center algorithm based on Fabian simple image gradient
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-04
    • 文件大小:204.31kb
    • 提供者:邹宜然
  1. matting

    0下载:
  2. 使用opencv开发,实现图像抠图,将需要的局部图像提取处理(Robust Matting 1. OpenCV 2. MTL library (for sparse matrix) 3. Intel Math Kernel Library (to solve linear equation by conjugate gradient method))
  3. 所属分类:OpenCV

    • 发布日期:2017-12-19
    • 文件大小:85kb
    • 提供者:jackchen
« 12 »
搜珍网 www.dssz.com