Import, Export, and Conversion

Read and Write Image Data from Files

imread

Read image from graphics file

从图形文件读取图像

imwrite

Write image to graphics file

写入图像到图形文件

imfinfo

Information about graphics file

关于图形文件的信息

nitfinfo

Read metadata from National Imagery Transmission Format (NITF) file

从国家图像传输格式的元数据(NITF)文件

nitfread

Read image from NITF file

从NITF文件读取图像

dpxinfo

Read metadata from DPX file

读取DPX文件元数据

dpxread

Read DPX image

读取DPX图像

analyze75info

Read metadata from header file of Analyze 7.5 data set

从分析7.5数据集的头文件读取元数据

analyze75read

Read image data from image file of Analyze 7.5 data set

从分析7.5数据集的图像文件中读取图像数据

interfileinfo

Read metadata from Interfile file

从归档文件元数据

interfileread

Read images in Interfile format

在内部文件格式读取图像

Read and Write Image Data from DICOM Files

dicomanon

Anonymize DICOM file

匿名DICOM文件

dicomdict

Get or set active DICOM data dictionary

获取或设置活动DICOM数据字典

dicomdisp

Display DICOM file structure

显示DICOM文件结构

dicominfo

Read metadata from DICOM message

读取DICOM消息元数据

dicomlookup

Find attribute in DICOM data dictionary

发现在DICOM数据字典属性

dicomread

Read DICOM image

读取DICOM图像

dicomuid

Generate DICOM unique identifier

生成DICOM的唯一标识符

dicomwrite

Write images as DICOM files

写图像的DICOM文件

High Dynamic Range Images

hdrread

Read high dynamic range (HDR) image

读高动态范围(HDR)图像

hdrwrite

Write Radiance high dynamic range (HDR) image file

写下光辉的高动态范围(HDR)图像文件

makehdr

Create high dynamic range image

创建高动态范围图像

tonemap

Render high dynamic range image for viewing

用于观看的高动态范围图像

Large Image Files

ImageAdapter

Interface for image I/O

图像I / O接口

isrset

Check if file is R-Set

检查文件是否存在与r-组

openrset

Open R-Set file

开放与r-组文件

rsetwrite

Create reduced resolution data set from image file

从图像文件创建减少的分辨率数据集

Image Type Conversion

gray2ind

Convert grayscale or binary image to indexed image

将灰度或二值图像转换为索引图像

ind2gray

Convert indexed image to grayscale image

将索引图像转换为灰度图像

mat2gray

Convert matrix to grayscale image

转换矩阵到灰度图像

rgb2gray

Convert RGB image or colormap to grayscale

将RGB图像的灰度或颜色表

ind2rgb

Convert indexed image to RGB image

索引图像的RGB图像转换

label2rgb

Convert label matrix into RGB image

转换成RGB图像标签矩阵

demosaic

Convert Bayer pattern encoded image to truecolor image

Bayer编码图像转换为彩色图像

imbinarize

Binarize image by thresholding

二值化图像的阈值分割

imquantize

Quantize image using specified quantization levels and output values

量化图像使用指定的量化电平和输出值

multithresh

Multilevel image thresholds using Otsu's method

采用多级图像阈值Otsu方法

adaptthresh

Adaptive image threshold using local first-order statistics

采用局部一阶统计的自适应图像阈值

otsuthresh

Global histogram threshold using Otsu's method

使用全局直方图阈值Otsu方法

im2bw

Convert image to binary image, based on threshold

基于阈值的图像转换成二值图像

graythresh

Global image threshold using Otsu's method

使用全局阈值Otsu方法

grayslice

Convert grayscale image to indexed image using multilevel thresholding

采用多层阈值化方法将灰度图像转换为索引图像

im2double

Convert image to double precision

将图像转换为双精度

im2int16

Convert image to 16-bit signed integers

将图像转换为16位有符号整数

im2java2d

Convert image to Java buffered image

将图像转换成java缓冲图像

im2single

Convert image to single precision

将图像转换为单精度

im2uint16

Convert image to 16-bit unsigned integers

将图像转换为16位无符号整数

im2uint8

Convert image to 8-bit unsigned integers

将图像转换为8位无符号整数

Synthetic Images

checkerboard

Create checkerboard image

创建棋盘格图像

phantom

Create head phantom image

创建头部影像

imnoise

Add noise to image

添加噪声到图像

Display and Exploration

Basic Display

imshow

Display image

显示图像

montage

Display multiple image frames as rectangular montage

显示多个图像帧矩形蒙太奇

subimage

Display multiple images in single figure

在单个图形中显示多个图像

immovie

Make movie from multiframe image

从多帧图像的电影

implay

Play movies, videos, or image sequences

播放电影、视频或图像序列

warp

Display image as texture-mapped surface

显示图像作为纹理映射的表面

iptgetpref

Get values of Image Processing Toolbox preferences

获取图像处理工具箱的首选项

iptprefs

Display Image Processing Toolbox Preferences dialog box

显示图像处理工具箱首选项对话框

iptsetpref

Set Image Processing Toolbox preferences or display valid values

设置图像处理工具箱的首选项或显示有效值

Interactive Exploration with the Image Viewer App

imtool

Image Viewer app

图像查看器应用程序

imageinfo

Image Information tool

图像信息的工具

imcontrast

Adjust Contrast tool

对比度调整工具

imdisplayrange

Display Range tool

显示范围的工具

imdistline

Distance tool

距离工具

impixelinfo

Pixel Information tool

像素信息的工具

matlab里toimage函数_MATLAB图像处理函数大全相关推荐

  1. matlab floor函数_MATLAB图像处理:08:在交通视频中检测汽车

    本示例说明如何使用"图像处理工具箱"来可视化和分析视频或图像序列.本示例使用VideoReader(MATLAB),implay和其他图像处理工具箱功能来检测交通视频中的浅色汽车. ...

  2. matlab的tfdata函数_MATLAB 主要函数指令表(按功能分类)

    15句柄图形(Handle Graphics) 15.1图形窗的产生和控制(Figure window creation and control) clf 清除当前图 close 关闭图形 figur ...

  3. matlab浮点数求绝对值_matlab绝对值函数怎么表示 matlab绝对值怎么表示?

    matlab绝对值怎么表示? matlab中绝对值是用abs()函数来取的,对于正数来说,返回值为自己:对负数来说,返回值为相反数. 下面是一些例子. 比如求整数的绝对值: a=abs(10) a?= ...

  4. matlab 判断元素索引_MATLAB图像处理:08:在交通视频中检测汽车

    本示例说明如何使用"图像处理工具箱"来可视化和分析视频或图像序列.本示例使用VideoReader(MATLAB),implay和其他图像处理工具箱功能来检测交通视频中的浅色汽车. ...

  5. php图像处理原生函数,php图像处理函数imagecopyresampled的用法

    这篇文章主要介绍了php图像处理函数imagecopyresampled用法,结合实例形式详细分析了imagecopyresampled函数的功能.参数.使用方法,需要的朋友可以参考下 语法 代码如下 ...

  6. matlab连通区边界_Matlab图像处理学习笔记(一):二值化、开操作、连通区域提取、重心、ROI...

    本博客主要记录我学习运用matlab进行一些基本的图像处理的一些笔记,如果有不当的地方,欢迎批评指正,一起学习,一起进步. 本篇是第一篇,只涉及到一些基本的操作,涉及到的知识点如下: 1.二值化 2. ...

  7. matlab中ss函数_matlab ss函数 tf函数

    matlabss 函数 tf 函数 ss 指定状态空间模型或者将线性时不变系统转成状态空间语法 ss sys = ss(a,b,c,d) sys = ss(a,b,c,d,Ts) sys = ss(d ...

  8. imread函数_MATLAB图像处理:27:使用imtranslate函数平移图像

    本示例说明如何使用imtranslate函数对图像执行平移操作.平移操作将图像在x或y方向或两者上移动指定数量的像素. 将图像读入工作区. I = imread('cameraman.tif'); 显 ...

  9. matlab中的mkdir函数_matlab所有函数集合

    matlab所有函数集合 更新时间:2017-2-10 14:33:00  浏览量:568  手机版 一.常用命令 1.常用命令-->管理命令和函数 addpath 添加目录到MATLAB 搜索 ...

最新文章

  1. 30岁前挣够500万
  2. 《http权威指南》读书笔记 二
  3. 动圈耳机振膜_耳机中的动圈、动铁、圈铁都是什么意思 买哪种最好?
  4. 「神策 2021 数据驱动大会」即将亮相上海,再次释放前沿认知与力量
  5. 京东:Flink SQL 优化实战
  6. 数据库中的DML,DCL,DDL分别是那些操作?
  7. Spring AOP 本质(3)
  8. 数字图像处理--图像二阶导数的本质
  9. 两年内,我要成为国内优秀的前端技术人员!
  10. Android 音频开发(三) 如何播放一帧音频数据上
  11. Too_many_open_files_问题的解决
  12. 智慧能源管理控制系统项目软件供应商
  13. SparkSQL概念介绍
  14. 浏览器URL传参最大长度问题
  15. 实现微信支付宝收款到账语音提醒
  16. Android编程获取图片和视频缩略图的方法(图片压缩)
  17. 核心设计——多种电源设计应用分享
  18. 免费网站采集程序怎么规避百度飓风算法
  19. 我的世界服务器防挂机系统指令,我的世界反作弊和防飞行指令分享
  20. 腾讯云对象存储的完整教程,java将文件上传到腾讯云上后返回可以访问的连接

热门文章

  1. 3.8选择练习题之根据路程算折扣
  2. LaTex 数学公式中的空格
  3. 密林深处里藏着一个古国
  4. 2021年上海公务员考试职位表
  5. 荣耀智慧屏正在加速电视产业变革
  6. Leetcode 三数之和
  7. 关于EXECryptor参数设置的问题
  8. 解决Linux依赖包的烦恼,教你如何打包依赖,覆盖常用Linux
  9. 2022年危险化学品经营单位主要负责人最新解析及危险化学品经营单位主要负责人模拟考试题
  10. 毕业设计-opencv图像视频质量评价分析