登录
首页 » Special Effects » 由于只是利用图像的灰度信息,sl 算法不能很好地区分形状相似但颜色不同的物体:针对这一问题,提出了一种基于彩 色的SIFT特征点提取算法,并着重分析了多种彩...

由于只是利用图像的灰度信息,sl 算法不能很好地区分形状相似但颜色不同的物体:针对这一问题,提出了一种基于彩 色的SIFT特征点提取算法,并着重分析了多种彩...

于 2022-03-21 发布 文件大小:263.67 kB
0 219
下载积分: 2 下载次数: 1

代码说明:

由于只是利用图像的灰度信息,sl 算法不能很好地区分形状相似但颜色不同的物体:针对这一问题,提出了一种基于彩 色的SIFT特征点提取算法,并着重分析了多种彩色模型对算法性能的影响?这种算法也是在图像的灰度尺度空间上检测特征点, 但其特征向量由各描述子子区域的彩色模型分量的均值组成并在原始的彩色图像上进行计算:实验结果证明了该算法的有效性。-Abstract:Because only the gray scale information is utilized.the SIFT method can’t differentiate the objects with similar shape but with diferent colors commendably.1,1 order to solve such problem.presents a color―based SIF I feature point detecting method and analyzs the method’S performance in temas of diferent color models The method detected interest points in the gray image scale space,and its eigem eetors al’e composed of the mean 、 alues of different color model components in each subregion and are computed based on the Ol。iginal color images.Tile experimental results have proved its validity

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • hough变换的一些经典文章,可供参考。
    hough变换的一些经典文章,可供参考。-hough transform a number of articles for reference.
    2022-01-24 14:23:56下载
    积分:1
  • Typical image processing sections, easy
    图象处理的典型章节,易懂好学,不深奥,里面有部分程序-Typical image processing sections, easy-to learn, not esoteric, which has some of the procedures
    2022-04-29 23:20:53下载
    积分:1
  • C常用算法 对于初学者,可以参考学习,能够很快入门并掌握一些基础算法...
    C常用算法 对于初学者,可以参考学习,能够很快入门并掌握一些基础算法-C commonly used method for beginners, you can refer to learn, will soon be started and learn some basic algorithms
    2023-08-22 15:20:02下载
    积分:1
  • 灰度平衡。读取BMP灰度图像并绘制直方图,然后做灰…
    灰度均衡。读入BMP灰度图,绘制直方图,并对直方图进行灰度均衡。-Grayscale balance. Read BMP grayscale image and draw the histogram, then do grayscale balance to the histogram.
    2022-11-11 13:35:03下载
    积分:1
  • 利用爬山(Hill
    利用爬山(Hill-climbing)算法实现彩色图像分割,并附RGB到LAB的转换源码-Color iamge segmentation using Hill-climbing algorithm.
    2023-04-01 04:15:04下载
    积分:1
  • simple image processing, including color to grayscale 256, the Hough transform,...
    实现简单图像处理,包括256色转灰度图、Hough变换、Walsh变换、中值滤波、二值化变换、亮度增减、傅立叶变换、反色、取对数、取指数、图像平移、图像旋转、图像细化、图像缩放、图像镜像、均值滤波、对比度拉伸、拉普拉斯锐化(边缘检测)、方块编码、梯度锐化、灰度均衡、直方图均衡、离散余弦变换、维纳滤波处理、逆滤波处理、阈值变换、高斯平滑。-simple image processing, including color to grayscale 256, the Hough transform, Walsh transform, Median filtering, binary conversion, brightness changes, Fourier transform, and color-from the few to admit index, image shifting, image rotation, refined images, image scaling, image mirroring, mean filtering, contrast stretching, Laplacian sharpening (edge detection), block codes, Sharpening gradient, gray balance, histogram equalization, discrete cosine transform, Wiener filter, reverse filtering, threshold transform, Gaussian smoothing.
    2022-02-07 23:10:38下载
    积分:1
  • 图像余旋变换(Cosine Transformation)是一种频域变换,广泛应用于图像处理。本代码实现了图像Cos变换,非常经典,带图片可测试....
    图像余旋变换(Cosine Transformation)是一种频域变换,广泛应用于图像处理。本代码实现了图像Cos变换,非常经典,带图片可测试.-image rotation transform (Cosine Transformation) is a frequency-domain transform, widely used in image processing. Implementation of the code of the image Cos transform, very classic, with pictures can be tested.
    2022-02-05 01:53:59下载
    积分:1
  • 通过串口控制CA210和Quantdata802BT,实现Gamma和色温曲线的自动测量...
    通过串口控制CA210和Quantdata802BT,实现Gamma和色温曲线的自动测量-????
    2022-02-01 08:00:51下载
    积分:1
  • a method for extracting distinctive invariant features from images that can be...
    SIFT算法由D.G.Lowe 1999年提出,2004年完善总结。后来Y.Ke将其描述子部分用PCA代替直方图的方式,对其进行改进。 2 SIFT 主要思想 SIFT算法是一种提取局部特征的算法,在尺度空间寻找极值点,提取位置,尺度,旋转不变量。 -a method for extracting distinctive invariant features from images that can be used to perform reliable matching between different views of an object or scene. The features are invariant to image scale and rotation, and are shown to provide robust matching across a a substantial range of affine distortion, change in 3D viewpoint, addition of noise, and change in illumination. The features are highly distinctive, in the sense that a single feature can be correctly matched with high probability against a large database of features from many images.
    2022-06-20 23:30:48下载
    积分:1
  • 本程序在VC++6.0的环境下那个能够实现图象的RGB三原色的译码功能...
    本程序在VC++6.0的环境下那个能够实现图象的RGB三原色的译码功能-This procedure in VC++ 6.0 environment that can achieve the three primary colors RGB image decoding function
    2022-01-30 12:31:43下载
    积分:1
  • 696516资源总数
  • 106554会员总数
  • 12今日下载