Package boofcv.javacv

Class WebcamOpenCV.SimpleSequence<T extends ImageBase<T>>

java.lang.Object
boofcv.javacv.WebcamOpenCV.SimpleSequence<T>
All Implemented Interfaces:
SimpleImageSequence<T>
Enclosing class:
WebcamOpenCV

public static class WebcamOpenCV.SimpleSequence<T extends ImageBase<T>> extends Object implements SimpleImageSequence<T>
  • Constructor Summary

    Constructors
    Constructor
    Description
    SimpleSequence(org.bytedeco.javacv.OpenCVFrameGrabber grabber, ImageType<T> imageType)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Call when done reading the image sequence.
    int
    Returns the number of the current frame in the sequence.
    <InternalImage>
    InternalImage
    Returns the image in the original format that it was read in as.
    int
    Returns the height of the current image
    Returns the currently loaded image in the sequence
    Returns the type of class used to store the output image
    int
    Returns the width of the current image
    boolean
    If a new image is available.
    Steps to the next image in the sequence and loads it.
    void
    Start reading the sequence from the start
    void
    setLoop(boolean loop)
    Sets if the video should loop or not

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait