MATLAB SIMULINK 3D ANIMATION - S Podręcznik Użytkownika Strona 364

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 490
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 363
10 Functions — Alphabetical List
10-24
capture
Class: vr.canvas
Capture virtual reality canvas image
Syntax
image_capture = capture(canvas)
Description
image_capture = capture(canvas) captures a virtual reality canvas into a
TrueColor RGB image. You can display this image using the image command.
Input Arguments
canvas — Virtual reality canvas
vr.canvas object
Virtual reality canvas, specified as a vr.canvas object.
Output Arguments
image_capture — Virtual reality canvas image
array
Virtual reality canvas image, captured as an array. The array is an m-by-n-by-3 data
array that defines red, green, and blue color components for each individual pixel.
Examples
Capture an RGB Image of a Figure
Create and open a vrworld object and associate it with the virtual world vrmount.wrl.
Przeglądanie stron 363
1 2 ... 359 360 361 362 363 364 365 366 367 368 369 ... 489 490

Komentarze do niniejszej Instrukcji

Brak uwag