blsMerged = mergeBlockLocationSets(bls1,bims1,bls2,bims2)
merges two block location sets, bls1 and bls2.
Each block location set selects blocks from the corresponding array of blocked images,
bims1 or bims2, respectively.
[blsMerged,bimsAll] = mergeBlockLocationSets(bls1,bims1,bls2,bims2)
also returns the set of all blocked images contributing to the merged block location
set.
The tissue regions occupy a large portion of the image. When selecting tissue blocks, reduce the size of the data set by adding a gap between sampled blocks. The returned blockLocationSet object contains 184 tissue blocks.
Display the relatively homogeneous regions. Define a homogeneous region as a region in which at least 90% of pixels are true in the stained region, as defined by the mask.
The homogeneous regions occupy a much smaller portion of the image. To select a balanced number of blocks, oversample the homogeneous blocks. The returned blockLocationSet object contains 166 homogeneous blocks.
First set of block locations, specified as a blockLocationSet object.
First set of blocked images, specified as a blockedImage
object or an array of blockedImage objects. These images correspond to
the images sampled by bls1.
Second set of block locations, specified as a blockLocationSet object.
Second set of blocked images, specified as a blockedImage
object or an array of blockedImage objects. These images correspond to
the images sampled by bls2
Merged set of block locations, returned as a blockLocationSet object.
All blocked images, returned as an array of blockedImage objects.
If bims1 and bims2 are identical, then
bimsAll is also identical to bims1 and
bims2. Otherwise, bimsAll is equal to
[bims1bims2].
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window.
Web browsers do not support MATLAB commands.
Seleccione un país/idioma
Seleccione un país/idioma para obtener contenido traducido, si está disponible, y ver eventos y ofertas de productos y servicios locales. Según su ubicación geográfica, recomendamos que seleccione: .
También puede seleccionar uno de estos países/idiomas:
Cómo obtener el mejor rendimiento
Seleccione China (en idioma chino o inglés) para obtener el mejor rendimiento. Los sitios web de otros países no están optimizados para ser accedidos desde su ubicación geográfica.