Microscopy Image Browser 2.91
MIB
Loading...
Searching...
No Matches
mibDoImageFiltering2.m File Reference

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.
 

Detailed Description

Filter the image, alternative version of mibDoImageFiltering with more filters and BatchOpt compatible structure.

Function Documentation

◆ mibDoImageFiltering2()

function [ img , logText ] = mibDoImageFiltering2 ( img,
BatchOpt,
cpuParallelLimit )

Filter the image, alternative version of mibDoImageFiltering with more filters and BatchOpt compatible structure.

Parameters
img-> a matrix [1:height, 1:width, 1:color, 1:layers]
BatchOpt-> a structure with parameters cpuParallelLimit -> max CPU number available for parallel processing
Return values
imgfiltered dataset, [1:height, 1:width, 1:color, 1:no_stacks]
logTextlog text with parameters of the applied filter
Required fields of BatchOpt:

References bwdistsc(), max, mibElasticDistortionFilter(), mibRemoveSaltAndPepperNoise(), min, and uint32.

Here is the call graph for this function: