Cat img: Difference between revisions

From EVRI Test Wiki 02192024
Jump to navigation Jump to search
imported>Scott
(Created page with '===Purpose=== Concatenate image DSOs in specific direction. ===Synopsis=== :out = cat_img(imgs,domain,mode) :out = cat_img(mode,img1,img2,img3,...) ===Description=== Concate…')
(No difference)

Revision as of 19:47, 28 October 2009

Purpose

Concatenate image DSOs in specific direction.

Synopsis

out = cat_img(imgs,domain,mode)
out = cat_img(mode,img1,img2,img3,...)

Description

Concatenate images along mode direction in specified domain. If domain is "spatial", mismatched areas will be infilled with NaN and marked as "excluded".

If input imgs and domain are omitted, the input format is expected as the spatial mode to concatenate on (mode) followed by two or more type image DataSets (domain is assumed to be 'spatial'). This input format is the second example under Synopsis.

Inputs

  • imgs - cell array of images (DSO or numeric).
  • domain - {'spatial' 'variable'} identify type of concatenation.
  • mode - Dimension to concatenate in, 1, 2, or 3. If value is 0 then images will be tiled.

Outputs

  • out - Image DSO with blank space as NaN and excluded.

See Also

cropgroup