Main Content
makeMultiLevel3D
Description
specifies additional options, such as the scale factors and interpolation method, using
name-value arguments. For example, specify mbim
= makeMultiLevel3D(bim
,Name=Value
)Interpolation="cubic"
to use
bicubic interpolation when resizing each level of the image.
Input Arguments
Output Arguments
Tips
If you want to create overview levels for a very large blocked image, consider creating the overview levels in memory, and then combining the original image and the overview levels using the
concatenateLevels
function. This approach does not require creating a second copy of the original image.
Version History
Introduced in R2023a