资源列表
pca
- 此程序用来对单波段图像或者多波段图像进行主成分分析,可以对主成分个数进行手动设置-This procedure used for single-band image or multi-band images, principal component analysis, the number of principal components can be manually set
line_sobel
- Canny进行边缘检测,得到图像的边缘,然后sobel算子对图像边缘进行卷积,然后用Hough变换进行直线提取。-Canny edge detection to obtain the edge image, and then sobel edge operator for convolution, and then use the Hough transform for straight line extraction.
Gaborwaveletfilter
- Gabor小波,用于纹理提取,程序中所使用的方位和比例等参数是可以动态调整的-The orientation and scale can be changed in this program to extract texture information.Here 3 scales and 4 orientation was used
Gcv
- GCV阈值,在图像去噪上广泛应用,其值接近理想门限,去噪效果相当好,结果小波,更可以达到更佳的效果。-GCV threshold, widely applied in image denoising and its value is close to the ideal threshold, de-noising result was very good, the results of wavelet, but also can achieve better results.
filter
- 各种不同空间滤波器的比较,使用MATLAB生成黑白条形图像,用不同滤波器结果比较。-filter compare
m
- 图像二值化分割,然后进行分形维数求解,可计算各种格式的二维图片。-Binary image segmentation, and then solving the fractal dimension, calculate the two-dimensional images in various formats.
huffman
- 使用Matlab语言实现了无损压缩霍夫曼编码程序-Huffman coding program based on Matlab
noise
- 运用两层小波分解对图像实现去噪功能。优化图像-Use two layers of wavelet decomposition for image denoising function
quzao
- 一张有横条噪声的照片,用matlab图像处理方法来去除它的噪声.-A photo of the bar noise, image processing using matlab to remove noise.
ju2
- 二维空间矩边缘检测算法,可以实现图像边缘的检测-Two-dimensional spatial moment algorithm for edge detection
Betaprime
- 这是一个图像分割代码,这是基于betaprime模型的SAR图像分割。 -This is an image segmentation code, which is based betaprime SAR image segmentation model .
gr_adjacency_matrix
- adjacency matrix. This an NV by NV matrix A in which A(I,J) is the number of edges between nodes I and J. Ordinarily, this value is either 0 or 1, although there are natural extensions to this idea.-returns the adjacency matrix of a graph.