![]() |
Microscopy Image Browser 2.91
MIB
|
Filter the image, alternative version of mibDoImageFiltering with more filters and BatchOpt compatible structure. More...
Functions | |
| function [ img , logText ] = | mibDoImageFiltering2 (img, BatchOpt, cpuParallelLimit) |
| Filter the image, alternative version of mibDoImageFiltering with more filters and BatchOpt compatible structure. | |
Filter the image, alternative version of mibDoImageFiltering with more filters and BatchOpt compatible structure.
| function [ img , logText ] = mibDoImageFiltering2 | ( | img, | |
| BatchOpt, | |||
| cpuParallelLimit ) |
Filter the image, alternative version of mibDoImageFiltering with more filters and BatchOpt compatible structure.
| img | -> a matrix [1:height, 1:width, 1:color, 1:layers] |
| BatchOpt | -> a structure with parameters cpuParallelLimit -> max CPU number available for parallel processing |
| img | filtered dataset, [1:height, 1:width, 1:color, 1:no_stacks] |
| logText | log text with parameters of the applied filter |
References bwdistsc(), max, mibElasticDistortionFilter(), mibRemoveSaltAndPepperNoise(), min, and uint32.
