MATLAB IMAGE ACQUISITION TOOLBOX 3 Guía de usuario Pagina 270

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 408
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 269
imaqfind
Purpose Find image acquisition objects
Syntax imaqfind
out = imaqfind
out = imaqfind(Prope rtyName, Value, Proper tyNa me2, Value2,
...)
out = imaqfind(S)
out = imaqfind(obj, PropertyName, Value, P rope rtyName2,
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 e xist in memory.
out = imaqfind(Prope rtyName, Value, Proper tyNa me2,
Value2,...)
returns a cell array, out, of image acquisition objects
whose property names and p ropert y values match those passed as
arguments. You can specify the property name/prope rty value pairs in a
cell array. You can use a mixture o f 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 im age acquisition
objects whose property values match those defined in the structure
S.
The field names of
S are image acqu isition ob ject prop erty names and
the field values are the requested property values.
out = imaqfind(obj, PropertyName, Value, P rope rtyName2,
Value2,...)
restricts the search for matching parameter/value pairs
to the image acquisition objects listed in
obj. ob j can be an array of
image acquisition objects.
12-16
Vista de pagina 269
1 2 ... 265 266 267 268 269 270 271 272 273 274 275 ... 407 408

Comentarios a estos manuales

Sin comentarios