addImages
Add new images to image index
Description
addImages(
adds the images in imageIndex
,imds
)imds
to
imageIndex
.
addImages(
adds an image, imageIndex
,I
,imageId
)I
, to imageIndex
, specified
by the image identifier imageId
.
addImages(___,Verbose=tf)
specifies whether or
not to display progress information, in addition to any combination of input
arguments from previous syntaxes. By default, the addImages
function displays progress information. To hide the display, specify
tf
as false
.
Examples
Input Arguments
Tips
The
addImages
function supports parallel computing using multiple MATLAB® workers. Enable parallel computing from the Computer Vision Toolbox Preferences dialog box. To open Computer Vision Toolbox™ preferences, on the Home tab, in the Environment section, select Preferences. Then select Computer Vision Toolbox.
Extended Capabilities
Version History
Introduced in R2015a