T
- public class VideoSubFrame<T extends Image<?,T>> extends VideoFrame<T>
VideoFrame
with a subwindow definedModifier and Type | Field and Description |
---|---|
Rectangle |
roi
The region of interest defining the sub-window.
|
frame, timecode
Constructor and Description |
---|
VideoSubFrame(T frame,
VideoTimecode timecode,
Rectangle rectangle)
Constructor
|
public VideoSubFrame(T frame, VideoTimecode timecode, Rectangle rectangle)
frame
- The frametimecode
- The timecoderectangle
- The subwindow into the framepublic VideoFrame<T> extract()
VideoFrame