MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES Guía de usuario Pagina 423

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 574
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 422
imaqfind
17-31
imaqfind
Find image acquisition objects
Syntax
imaqfind
out = imaqfind
out = imaqfind(PropertyName, Value, PropertyName2, Value2,...)
out = imaqfind(S)
out = imaqfind(obj, PropertyName, Value, PropertyName2, Value2,...)
Description
imaqfind returns an array containing all the video input objects that exist in memory. If
only a single video input object exists in memory, imaqfind displays a detailed summary
of that object.
out = imaqfind returns an array, out, of all the video input objects that exist in
memory.
out = imaqfind(PropertyName, Value, PropertyName2, Value2,...) returns
a cell array, out, of image acquisition objects whose property names and property values
match those passed as arguments. You can specify the property name/property value
pairs in a cell array. You can use a mixture of strings, structures, and cell arrays. Use the
get function to determine the list of properties supported by an image acquisition object.
out = imaqfind(S) returns a cell array, out, of image acquisition objects whose
property values match those defined in the structure S. The field names of S are image
acquisition object property names and the field values are the requested property values.
out = imaqfind(obj, PropertyName, Value, PropertyName2, Value2,...)
restricts the search for matching parameter/value pairs to the image acquisition objects
listed in obj. obj can be an array of image acquisition objects.
Note When searching for properties with specific values, imaqfind performs case-
sensitive searches. For example, if the value of an object's Name property is 'MyObject',
Vista de pagina 422
1 2 ... 418 419 420 421 422 423 424 425 426 427 428 ... 573 574

Comentarios a estos manuales

Sin comentarios