![]() |
Microscopy Image Browser 2.91
MIB
|
Save image in TIF format, 2D slices or 3D stacks. More...
Functions | |
| function [ result , options ] = | mibImage2tiff (filename, imageS, options, ImageDescription) |
| Save image in TIF format, 2D slices or 3D stacks. | |
| function fn = | mibImage2tiff>generateSequentialFilename (name, num, files_no) |
Save image in TIF format, 2D slices or 3D stacks.
| function [ result , options ] = mibImage2tiff | ( | filename, | |
| imageS, | |||
| options, | |||
| ImageDescription ) |
Save image in TIF format, 2D slices or 3D stacks.
| filename | filename for the output file |
| imageS | dataset to save [1:height, 1:width, 1:color_channels, 1:no_stacks] or [1:height, 1:width, 1:no_stacks] |
| options | a structure with optional parameters
|
| ImageDescription | - a cell string, or array of cells |
| result | result of the function: 1 - success, 0 - fail |
| options | structure with used options |
References generateSequentialFilename().
Referenced by mibChopDatasetController.chopBtn_Callback(), mibCropObjectsController.cropBtn_Callback(), mibCropObjectsController.generatePatches(), mibImage.saveImageAsDialog(), mibImage.saveMask(), and mibImage.saveModel().


| function fn = mibImage2tiff>generateSequentialFilename | ( | name, | |
| num, | |||
| files_no ) |