![]() |
Microscopy Image Browser 2.91
MIB
|
saveImageParFor(fn, imgOut, compressImage) saving image from parfor loop as it is not possible to use save directly inside parfor this function is used in mibDeepController to preprocess images More...
Functions | |
| function | saveImageParFor (fn, imgOut, compressImage, options) |
| saveImageParFor(fn, imgOut, compressImage) saving image from parfor loop as it is not possible to use save directly inside parfor this function is used in mibDeepController to preprocess images | |
saveImageParFor(fn, imgOut, compressImage) saving image from parfor loop as it is not possible to use save directly inside parfor this function is used in mibDeepController to preprocess images
| function saveImageParFor | ( | fn, | |
| imgOut, | |||
| compressImage, | |||
| options ) |
saveImageParFor(fn, imgOut, compressImage) saving image from parfor loop as it is not possible to use save directly inside parfor this function is used in mibDeepController to preprocess images
| fn | string with the full filename |
| imgOut | matrix to be saved |
| options | a structure with additional parameters .dimOrder - a string with definition of axes, for example yxzct - defines it as [height, width, depth, color, time] .modelType - double, type of the model: 63, 255, 65636, .modelMaterialNames - cell array with classNames .modelMaterialColors - matrix with class colors [colorId, R G B] |
| compressionImage | logical switch to use of not compression for images |
Referenced by mibDeepController.processImages(), mibDeepController.startPrediction2D(), mibDeepController.startPrediction3D(), and mibDeepController.startPredictionBlockedImage().
