-
区域编码和阈值编码实现图像压缩
c++语言或MATLAB编程对256×256的灰度图像进行8×8DCT变换,对变换后的结果进行处理:
采用区域编码和阈值编码方法实现图像压缩,保留 50% 的系数(区域编码保留前 50%个系数,阈值编码保留 50%的大系数);
再反变换后,对比原始图像和处理后的图像。(C++ or MATLAB programming performs 8 * 8DCT transform on 256 * 256 grayscale images, processing the transformed results:
The region coding and threshold coding are used to compress the image, and the coefficient of 50% is retained (the first 50% coefficients are reserved for the region code and the large coefficient of the threshold code is retained by 50%).
After inverse transformation, the original image and the processed image are compared.)
- 2020-07-01 08:40:01下载
- 积分:1
-
edgelink
在边缘检测之后得到的边缘不一定是完整的,利用这个函数可以将个线段生长一些,然后连接起来,成完整的形状(At the edge of the edge detection after get is not necessarily complete, use this function can be a line segment to grow some, and then connect, into the shape of a complete)
- 2020-12-05 02:59:23下载
- 积分:1
-
msseg
meanshift track的。希望对大家有用o .(It s about meanshift program.)
- 2011-07-15 13:53:12下载
- 积分:1
-
利用ADMM和小波进行图像恢复
利用ADMM和小波进行图像恢复
使用ADMM算法的图像恢复模型,并用到了增广拉格朗日函数和快速傅里叶函数(Using ADMM and wavelet to restore image, using ADMM algorithm to restore image model, and using augmented Lagrange function and fast Fourier function.)
- 2020-06-30 18:40:01下载
- 积分:1
-
1234
多聚焦图像融合代码,主要包含了方差法和最大系数法融合(Multi-focus image fusion code, mainly includes the variance method and the maximum coefficient fusion)
- 2021-04-10 21:59:00下载
- 积分:1
-
CCD-
采用National Instruments 视觉算法库,雷赛运动控制卡,映美精相机 检测手机LOG(Using National Instruments vision algorithms library, Lemire motion control card, Imaging camera detects the phone LOG)
- 2015-03-25 14:49:56下载
- 积分:1
-
read_ENVIimagefile
说明: ENVI软件标准格式的高光谱遥感图像含有两部分:一个是高光谱图像 '*.img ',另一个是遥感图像头文件 '*.hdr',该文件记录了遥感图像的信息,如图像尺寸、波段数、数据类型和大小端等。如果缺少头文件,将无法对遥感图像进行读取,因此头文件十分重要。
在Matlab中,将利用函数multibandread()对多波段(高光谱/多光谱)图像进行读取。(The hyperspectral remote sensing images of ENVI software standard format contain two parts: one is hyperspectral image'*.img ', the other is the remote sensing image header file'*.hdr', which records the information of remote sensing image, such as image size, band number, data type and size end, etc. If there is no header file, it will not be able to read remote sensing images, so header files are very important.
In Matlab, multibandread () is used to read multiband (hyperspectral / multispectral) images.)
- 2018-04-20 15:35:29下载
- 积分:1
-
关于图割算法(graphcut)的MATLAB代码-graphcutformatlab
这是一个关于图割算法(graphcut)的MATLAB代码实现的。实现了用MATLAB来实现的参数估计,并且可以用于三维重建。(Here is a graph cut algorithm (graphcut) of the MATLAB code implementation. Achieved using MATLAB to implement the parameter estimation, and can be used for three-dimensional reconstruction.)
- 2010-12-28 11:11:01下载
- 积分:1
-
precision--recall--and-ROC-curve
图像分割,显著性算法的precision,recall 和ROC的评价指标计算。(Image Segmentation, significant precision,recall and ROC assessment index calculation algorithm.)
- 2016-04-11 15:29:50下载
- 积分:1
-
NR
说明: 基于邻域的比例算法求两幅图像的差异图,用于变化检测。(The proportion of neighborhood-based algorithms to find the difference of the two images map for change detection.)
- 2013-04-14 11:19:19下载
- 积分:1