CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - bandelets
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - bandelets - List
[
Graph program
]
bandelets
DL : 0
源代码 contourlet 用于图像处理 程序
Date
: 2008-10-13
Size
: 524.26kb
User
:
孟会晓
[
Special Effects
]
bandelets_toolbox
DL : 0
bandelets_toolbox可以运用到bandelets变化中,源码公开
Date
: 2008-10-13
Size
: 710.87kb
User
:
超
[
Special Effects
]
用bandelet进行图像分割的matlab代码
DL : 1
A Matlab Tour of Second Generation Bandelets 附有每部分代码的说明 function x = perform haar transform(x, dir); x = x(:); % to be sure we have a column vector J = floor( log2(length(x)) ); % number of scales if dir==1 % forward transform for j=1:J c = x(1:2?j-1):end); % previous coarse signal x(1:2苆:end) = ... % new coarse signal ( c(1:2:end) + c(2:2:end) )/sqrt(2); x(1+2?j-1):2苆:end) = ... % new details (c(1:2:end)-c(2:2:end))/sqrt(2); end else % backward transform for j=J:-1:1 y = x(1:2?j-1):end); x(1:2苆:end) = ... ( y(1:2:end) + y(2:2:end) )/sqrt(2); x(1+2?j-1):2苆:end) = ... ( y(1:2:end) - y(2:2:end) )/sqrt(2); end end Listing 1: Function perform haar transform
Date
: 2009-05-11
Size
: 1.02mb
User
:
wuda5566@sina.com
[
Special Effects
]
contourlet_toolbox
DL : 0
contourlet变换源代码,图象处理方面有广泛应用空间-MATLAB source code that implements the contourlet transform and its utility functions. See paper "The contourlet transform: an efficient directional multiresolution image representation" included in this zip file. -Contourlet transform source code, image processing has a broad application of space-MATLAB source code that implements the contourlet transform and its utility functions. See paper
Date
: 2025-07-09
Size
: 1.42mb
User
:
jason..
[
Graph program
]
bandelets
DL : 0
源代码 contourlet 用于图像处理 程序-Contourlet source code for image processing procedures
Date
: 2025-07-09
Size
: 524kb
User
:
孟会晓
[
Special Effects
]
bandelets_toolbox
DL : 0
bandelets_toolbox可以运用到bandelets变化中,源码公开-bandelets_toolbox can be used to bandelets changes, open-source
Date
: 2025-07-09
Size
: 711kb
User
:
超
[
Other
]
Bandelets
DL : 0
由于第二代Bandelets变换是由量化步长来控制最佳Bandelet化过程,难以实现定码率图像压缩。为了解决这个问题,提 出了一种通过非线性逼近来控制最佳Bandelet化过程的方法。同时采用了沿几何流的方向小渡变换方法,直接把JPEG2000的编 解码器应用到Bandelets变换系数上进行有效的图像压缩,而无需重新构造上下文模型。实验表明,提出的压缩方法具有很好的边 缘和纹理保护能力,特别对于直线纹理图像,压缩性能优于JPEG2000标准。-Abstract:Image compression based on the second generadon Bandelets transform,whose optimized bandeletization is controlled by quantization step,cannot realize fixed bitrate image compression.To overconae this problem。the paper presents a non-linear approximation method to control the optimized bandeletization.Then,the oriented wavelet transform along geometric flow is adopted. The JPEG2000 codec is direcdy employed on bandelets coefficients to implement effective image compression without changing context model.Experiments show that the proposed compression method exceeds JPEG2000 standard in compression performance and abil畸of image edges and texture preservation.
Date
: 2025-07-09
Size
: 312kb
User
:
lx
[
mpeg mp3
]
compute_wavelet_quadtree
DL : 0
This is an implementation of the Bandelets Transform for image processing purposes
Date
: 2025-07-09
Size
: 206kb
User
:
Ali
[
Compress-Decompress algrithms
]
IMAGECOMPRESSION
DL : 0
In this letter,we propose a new image compression method that combines image decomposition,wavelets and 2G bandelets together.-此资料中,我们提出了一种新的图像压缩的方法,就是把图像压缩,小波变换和第二代班德变换结合起来。
Date
: 2025-07-09
Size
: 798kb
User
:
周倩倩
[
matlab
]
toolbox_bandelets
DL : 0
多尺度几何分析工具之一的bandlet的实现,里面还有一些例子,可直接用来开发-Multiscale geometric analysis tool, one of the bandlet implementation, there is also some examples, can be directly used to develop
Date
: 2025-07-09
Size
: 56kb
User
:
吴京
[
Special Effects
]
bandlet-denoising2008
DL : 0
平移不变bandelets去噪程序包,具有自适应性和较多的可选方向,可用于图像的去噪,具有较好的效果-Translation invariant denoising bandelets package, and more with the optional adaptive direction, can be used for image denoising, with good results
Date
: 2025-07-09
Size
: 2.76mb
User
:
zhangwenge
[
Mathimatics-Numerical algorithms
]
sfsf
DL : 0
利用Bandelets变换的电子探针图像融合优化算法研究-Using electron probe Bandelets transform image fusion algorithm research
Date
: 2025-07-09
Size
: 773kb
User
:
dig
[
Special Effects
]
BandeletsTutorial[1]
DL : 0
The second generation bandelets [Peyr´ e and Mallat 2005c] is a orthogonal multiscale transform that is able to capture thegeometric content of images and surfaces.
Date
: 2025-07-09
Size
: 215kb
User
:
z
[
Special Effects
]
paper2
DL : 0
Sparse geometric image representations with bandelets
Date
: 2025-07-09
Size
: 2.62mb
User
:
li
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.