搜索资源列表
ahuang
- 文章主要讲述了一种较好的基于多尺度变换的金字塔模型,即易操纵金字塔及其融合方法。-article focuses on a better based on multi-scale transformation of the pyramid model, Pyramid is easily manipulated and fusion.
waveletdetection
- 一篇利用小波理论实现数字图像边缘检测的方法的文章,可以实现多尺度多分辨率的边缘检测,其基本思想来源于金字塔算法,和传统算子相比有不少优势
lpls
- 这是一篇有关拉普拉斯金字塔分解的多尺度边缘检测的论文,是从万方数据库下载的。
GAUSSIANPYRAMID.rar
- 高斯金字塔算法程序,在OpenCV开发环境下能实现多分辨率多多尺度的高斯金字塔的图像处理。,The programming can deal with Gaussian Pyramid. Using Gaussian pyramid process image.he effect is very good.
gaosijinzita
- 高斯金字塔,对图像进行高斯模糊然后建立多尺度空间-Gaussian pyramid, Gaussian blur the image and then create a multi-scale spatial
Gscale
- 采用matlab实现高斯金字塔,函数Gscale(img,levels,gsize,sigma)-To achieve Gaussian pyramid using matlab
GLPyramid2
- 多尺度图像技术指对图像采用多尺度的表达,并在不同尺度下分别进行处理,也称多分辨率技术 金字塔是一种有效的多尺度表达结构 构建高斯金字塔和拉普拉斯金字塔 高斯低通滤波器 对应高斯金字塔中相邻两层图像差的带通滤波器 -Multi-scale imaging technology refers to the image using multi-scale expression, and in different scales, respectively, for pro
LaplacianPyramid
- 拉普拉斯金字塔出来程序,在OpenCV开发环境下能实现多分辨率多多尺度的拉普拉斯金字塔的图像处理。-The programming can deal with Laplacian Pyramid. Firstly ,using Gaussian pyramid process image, then using Gabor deal with it.The effect is very good.
GausPyramid
- 高斯金字塔-对图像进行高斯金字塔表示,先进行高斯滤波,然后逐层抽样-Gaussian Pyramid- Gaussian pyramid of images, said first Gaussian filter, and then layer-by-layer sample
SP-GSM
- 实现基于GSM模型的自然图像去噪,用的多尺度变换是可操纵金字塔,估计方法是贝叶斯估计-denoised images using GSM model
PyrSementation
- vs2008环境下,opencv开发的金字塔彩色图像分割,对于理解多层次多尺度图像处理有很好的参考价值!-vs2008 environment, opencv pyramid developed color image segmentation, for understanding the multi-level multi-scale image processing is a good reference value!
GdalBrowser
- GDAL支持的Morton 编码金字塔无缝漫游工具,从2007年开始,不断更新到2011年,偶的小业余研究。底层基于GDAL, 支持很多冷门格式。使用Morton金字塔重构二维数据,加上内存映射文件的帮助,浏览GB级影像没有问题。内嵌带接缝处理的透明分块条带处理接口,无需了解金字塔,也能透明对GB级影像进行各种处理。内嵌直方图均衡和模板卷积的例子,演示如何透明的开发处理算法。附带重要的功能是“尺度不变特征SIFT”的特征提取,本来是上学时的论文,经过这些年零敲碎打的改造,现在能进行全自动、半自动
Guassion
- 对图像进行高斯金字塔设计,以及根据多尺度划分问题。-To do image gaussian pyramid design, and according to the multi-scale partition problem.
LPDecompostion
- 自己写的拉普拉斯金字塔分解,对图像进行拉普拉斯分解形成多尺度的分解-Write your own Laplacian pyramid decomposition carried out the Laplace decomposition to form a multi-scale decomposition of the image
pyramid
- 多分辨率金字塔化是图像多尺度表示的主要形式-Multi-resolution pyramid of the image multiscale representation of the main forms of
Gaussian-prymid
- 为在图像处理、计算器视觉、信号处理上所使用的一项技术。 高斯金字塔本质上为信号的多尺度表示法,亦即将同一信号或图片多次的进行高斯模糊,并且向下取样, 藉以产生不同尺度下的多组信号或图片以进行后续的处理,例如在影像辨识上,可以藉由比对不同尺度下的图片,以防止要寻找的内容可能在图片上有不同的大小。 高斯金字塔的理论基础为尺度空间理论,而后续也衍生出了多分辨率分析。- As a technique in image processing, computer vision, signal proce
image
- 拉普拉斯金字塔变换代码 有关多尺度分解方法的研究,始于1983年Burt P.J.和Adelson E.H.提出的拉普拉斯金字塔变换(Laplacian Pyramid,LP)。其他金字塔变换方法大多是在此结构及其派生结构的基础上建立起来的。-Laplasse Pyramid transform code
car_detector
- 用python语言实现的,车辆的自动检测与识别,其中包括滑动窗口的设计,图像金字塔的设计,以实现在多尺度空间下车辆的自动检测-Using python language, automatic vehicle detection and identification, including the sliding window design, image pyramid design, in order to achieve multi-scale space in the vehicle s au
Desktop
- 图像金字塔分解与图像金字塔重构matlab 程序,实现图像多尺度变换,对图像进行增强(Image pyramid decomposition and reconstruction of image pyramid matlab program,achieveing image enhancement)
pyrlk_optical_flow
- 金字塔光流 经典光流算法 采用LK算法结合多尺度计算光流(Classical optical flow algorithm for Pyramid optical flow)