当前位置:
首页
资源下载

搜索资源 - image zoom simple matlab
搜索资源列表
-
1下载:
简单图像处理的GUI小系统包括旋转 缩放 图像增强等-Simple image processing system includes a small GUI zoom image enhancement, such as rotating
-
-
2下载:
数字图像处理编程入门 书和书的 源代码
1) windows位图bitmap(即bmp文件)的结构和调色版的概念;
(2) 图象的平移、旋转、镜象变换、转置变换、放缩;
(3) 图象的平滑(去噪声)、锐化;
(4) 图象的半影调、抖动技术;
(5) 图象的直方图修正、彩色变换;
(6) 图象的腐蚀和膨胀效果、细化算法、骨架的提取;
(7) 图象的边沿检测与抽取、hough变换、轮廓跟踪;
(8) 图象的检测、模板匹配;
-
-
0下载:
简单的图像缩放程序
先读入图像矩阵A
zoom(A,n),n为缩放倍数-Simple image scaling procedure to read into the image matrix A zoom (A, n), n for the scaling multiplier
-
-
0下载:
通过图像的匹配程序将行简单处理,例如放大,缩小,翻转,灰度处理,图象二值化等技术全部囊括进来。
开发环境:MATLAB 7.1
-Through image matching procedure will OK a simple treatment, such as zoom, flip, gray scale processing, image binarization techniques covering all come. Development Environment: MA
-
-
0下载:
simple program in matlab for making zoom to an image
-
-
0下载:
自编matlab代码,实现图像的简单几何变换:旋转,切割,放缩-Self matlab code, a simple geometric transformation of image: Rotary, cut, zoom
-
-
0下载:
MATLAB实现的对图像进行升降采样的放大缩小,采用非线性和线性两种方式。简单实用。-MATLAB implementation of image zoom down sampling, nonlinear and linear two ways. Simple and practical.
-
-
1下载:
利用matlab的GUI程序设计一个简单实用的图像处理程序。该程序应具备图像处理的常用功能,以满足用户的使用。现设计程序有以下基本功能:
1)图像的读取和保存。
2)设计图形用户界面,让用户能够对图像进行任意的亮度和对比度变化调整,显示和对比变换前后的图像。
3)设计图形用户界面,让用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。
4)编写程序通过最近邻插值和双线性插值等算法将用户所选取的图像区域进行放大和缩小整数倍的操作,并保存,比较几种插值的效果。
5)图像直方图
-
-
0下载:
图像的放大缩小,使用双线性插值跟最近邻插值,功能简单,适合初学者。(包含算法,并不是调用matlab插值内核)-Image zoom, bilinear interpolation with nearest neighbor interpolation, features a simple, suitable for beginners. (Including the algorithm, not calling matlab interpolation kernel)
-
-
0下载:
数字图像处理,完成Matlab GUI程序或C/C++程序,有两个显示区域,实现功能:
1)读入灰度或彩色图像,可放大缩小显示;
2)完成图像对比度的简单、分段线性变换及非线性变换,并与原图像对比显示;-Digital image processing, Matlab GUI to complete the program or C/C++ program, there are two display areas, to achieve functional: 1) read in
-
-
0下载:
用matlab写的一个基于GUI的图像处理软件,可以实现裁剪、旋转、翻转、缩放、锐化、添加马赛克、模糊等操作,并含有打开、另存为、退出、撤销、还原等功能。软件课程设计时自己写的,可以直接运行,界面简洁友好。-Using matlab to write a GUI-based image processing software, which can achieve crop, rotate, flip, zoom, sharpen, add mosaic, fuzzy and other oper
-