搜索资源列表
反演解析算法
- 仿真获取四幅互差半个像素的低分辨率图像,利用反演解析算法重建出一副高分辨率图像,属于亚像元技术或者超分辨率技术。-Simulation Interoperability poor access to four half-pixel low-resolution images, the use of inversion algorithm for the reconstruction of an analytic high-resolution images, belong to sub-pixe
matlab
- 用MATLAB对图像的处理,图像反转和灰度线性变换-Using MATLAB image processing, image inversion and grayscale linear transformation
lena-reversed
- 本程序实现了一种功能,图片灰度的反转,采用了两种方式,一种是利用matlab中已存在的反转函数,一种自己编绘的函数-The program includes a feature image grayscale inversion, in two ways, one is the reverse function using matlab, an own compilation of the function
1
- 用matlab实现图像的基本操作。反转,变换,滤波等。-Using MATLAB to achieve the basic operation of the image. Inversion, transform, filter.
Images_processing3
- 使用MATLAB GUI用户界面实现基本图像处理 直方图处理,加噪,反转,旋转,图像调整,加减处理,平移 ,镜像,缩放,傅里叶变换等。-Histogram processing of basic image processing using MATLAB GUI user interface, adding noise, inversion, rotation, image adjustment, addition and subtraction processing, translatio
2
- 基于matlab简单图像处理系统中对图片的取反功能-Based on a simple matlab image processing system for the inversion of the image
MATLAB-image-processingcode
- 包含了大量的图像处理matlab源程序:图像反转、灰度线性变换、非线性变换、中值滤波、直方图均衡化等21个matlab源程序。有很强的实用性。-Contains a large number of image processing matlab source: image inversion, gray linear transformation, nonlinear transformation, median filtering, histogram equalization 21 matl
123
- 上传的程序是在matlab中实现图像反转技术得- picture inversion
4
- 用MAtlab软件处理图像,使图片中的东西发生对称的反转-Image processing software with MAtlab to make things happen in the picture inversion symmetry
image reversal
- 1.图像反转 MATLAB程序实现如下: I=imread('xian.bmp'); J=double(I); J=-J+(256-1); %图像反转线性变换 H=uint8(J); subplot(1,2,1),imshow(I); subplot(1,2,2),imshow(H);(1. image reversal The MATLAB program is implemented as follows: I=imread ('xian.b