MATLAB IMAGE ACQUISITION TOOLBOX 3 Guia do Utilizador Página 289

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 288
isvalid
Purpose Determine whether image acquisition object is as sociated with image
acquisition device
Syntax bool = isvalid(obj)
Description bool = isvalid(obj) returns t rue if the video input object obj is
valid, otherwise
false.Anobjectisaninvalidimageacquisitionobject
if it is no longer associated with any hardware; that is, the object was
deleted using the
delete function. Ifthisisthecase,obj should be
cleared from the workspace.
If
obj is an array of video input objects, bool is a logical array where
each element in
bool represents the corresponding element in obj.If
an object in
obj is valid, the isvalid function sets the corresponding
element in
bool to true,otherwisefalse.
See Also delete, imaqfind, vid eoin put
12-35
Vista de página 288
1 2 ... 284 285 286 287 288 289 290 291 292 293 294 ... 407 408

Comentários a estes Manuais

Sem comentários