|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
overridevirtual |
Copy a range of pixel rows into output as normalized doubles.
Rows [start_frame, start_frame + num_frames) are written sequentially. Each uint8_t sample is normalized to [0.0, 1.0]. Rows beyond the image height are skipped silently.
| output | Destination buffer. Must hold at least num_frames * width * channels doubles. |
| start_frame | First row index. |
| num_frames | Number of rows to copy. |
Implements MayaFlux::Kakshya::NDDataContainer.
Definition at line 469 of file TextureContainer.cpp.