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

搜索资源列表

  1. IC_gradient_magnitude

    0下载:
  2. 输入一幅图像,进行高斯光滑,使用索贝尔算子计算图像梯度,然后求出梯度幅值和方向-Enter an image, using Gaussian smoothing, ,using Sobel operator to calculate the image gradient, and then find the gradient magnitude and direction
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:903
    • 提供者:momo
  1. Igohd

    0下载:
  2. 图像梯度方向直方图描述子:,该方法使用梯度方向直方图(Histogram of Oriented Gradients,简称HOG) 特征来表达人体,提取人体的外形信息和运动信息,形成丰富的特征集,然后使 用支持向量机线性SVM 分类器对这些特征集进行训练。-Image gradient orientation histogram descr iptor
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:429345
    • 提供者:gfzs
  1. MAD

    0下载:
  2. 运用新的边缘检测算子进行边缘检测,比canny算子更具有鲁棒性。然后代替AD中的图像梯度摸值进行滤波。-The use of new edge detection operators for edge detection, compared with canny operator is more robust. Then instead of the AD value of the filtered image gradient touch.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:7821
    • 提供者:季春红
  1. IDL计算梯度

    0下载:
  2. 该程序可以用来计算遥感图像的梯度,以便后续分析和使用
  3. 所属分类:图形图像处理(光照,映射..)

  1. MATLABEIDU

    1下载:
  2. 遥感图像进行去云的程序,实现图像梯度替换,很适合遥感初学者。-Remote sensing images to cloud the process, image gradient replaced, it is suitable for beginners Remote Sensing
  3. 所属分类:Special Effects

    • 发布日期:2014-06-11
    • 文件大小:1024
    • 提供者:lfd
  1. 156423

    0下载:
  2. 为实现教室监控视频中多目标智能跟踪,研究提出了一种基于前景检测修正和梯度特征的改进型CamShift算法。该算法利用收敛速度分段分区可调的背景重建算法对视频序列进行背景重建与前景检测。综合考虑了前景检测结果,图像 梯度和颜色特征,进行CamShift目标跟踪。该算法能自适应调节梯度与颜色特征融合比例,对强光有一定的抑制作用。开发了实验软件,仿真结果表明了所提算法的有效性,为解决教室照明用电浪费问题提供一个可行的解决方案。-Surveillance video in the classroom
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-08
    • 文件大小:373982
    • 提供者:rambolyb
  1. sobel彩色图像边缘细化处理

    0下载:
  2. sobel彩色图像边缘细化,分解RGB三通道图像,对各通道进行x和y方向上的梯度幅值计算,设置阈值,合并三通道,彩色显示。可直接使用
  3. 所属分类:图形图象

  1. HOG

    0下载:
  2. HOG descr iptors 是应用在计算机视觉和图像处理领域,用于目标检测的特征描述器。这项技术是用来计算局部图像梯度的方向信息的统计值。
  3. 所属分类:图形图象

    • 发布日期:2015-05-06
    • 文件大小:2897040
    • 提供者:goooogle
  1. tidu

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

    • 发布日期:2017-05-17
    • 文件大小:4165333
    • 提供者:王强
  1. 基于梯度的图像质量评价

    0下载:
  2. 梯度图像质量评价,结构相似度。Matlab codes for Image Quality Assessment Based on Gradient Similarity.
  3. 所属分类:图形图像处理(光照,映射..)

  1. Gradient-sharpening

    0下载:
  2. 这是一个描述VC++针对图像梯度锐化的程序、非常经典的算法,初学者很适合!-This is a descr iption of the VC++ for image gradient sharpening procedures, very classic algorithm, very suitable for beginners!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:55964
    • 提供者:小李
  1. iteration

    0下载:
  2. 多种图像梯度积分方法合集,包含frank,m_estimator,泊松等主流积分方法。-Collection of multiple integral method
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:16114
    • 提供者:
  1. terrainCode

    0下载:
  2. 泊松融合例程,相互照片编辑、图像梯度、泊松方程、无缝拼接-tutorial of poisson solver, interactive image editing, image gradient, poisson equation, seamless cloning
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:16602
    • 提供者:孤风
  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
    • 文件大小:209217
    • 提供者:邹宜然
  1. canny_test

    0下载:
  2. Canny边缘检测算法是1986年有John F. Canny开发出来一种基于图像梯度计算的边缘 检测算法,同时Canny本人对计算图像边缘提取学科的发展也是做出了很多的贡献。尽 管至今已经许多年过去,但是该算法仍然是图像边缘检测方法经典算法之一。-Canny edge detection algorithm in 1986 John F. Canny edge detection algorithm developed by the image gradient calcu
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5314868
    • 提供者:小明
  1. avg_gradient

    1下载:
  2. 计算图像平均梯度,可以用于图像质量评估。(The average gradient of the computed image can be used for image quality evaluation.)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:239616
    • 提供者:realking
  1. caisetidu1

    0下载:
  2. 用于计算彩色图像的概率密度梯度,核函数选取为高斯核函数(The probability density gradient of color image)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:千千smile
  1. Pr.xu

    0下载:
  2. 计算图像灰度梯度,进行二值化分割。具有一定的泛化能力。(Calculate the image gray gradient, two value segmentation. Have a certain generalization ability.)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:13035520
    • 提供者:达达2017
  1. aveg

    1下载:
  2. 计算图像平均梯度,用于反映图像清晰度。平均g越大,清晰度越大,图像包含的信息量越多。(computed one image of Average gradient)
  3. 所属分类:图形图象

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:大文999
  1. HOG

    1下载:
  2. 求取任意图片的HOG特征,一共提取360个梯度特征,可用于ADABoost,SVM中。(Seek the HOG feature of any picture)
  3. 所属分类:图形图像处理

« 1 2 3 4 5 6 78 9 10 11 12 ... 47 »
搜珍网 www.dssz.com