Uses of Interface
boofcv.io.image.SimpleImageSequence
Package
Description
-
Uses of SimpleImageSequence in boofcv.gui.image
ModifierConstructorDescriptionPlaybackImageSequence
(SimpleImageSequence<T> sequence) protected
ProcessImageSequence
(SimpleImageSequence<T> sequence) -
Uses of SimpleImageSequence in boofcv.io
Modifier and TypeMethodDescription<T extends ImageBase<T>>
@Nullable SimpleImageSequence<T>MediaManager.openCamera
(String device, int width, int height, ImageType<T> imageType) Opens the specified webcam.default <T extends ImageBase<T>>
SimpleImageSequence<T>MediaManager.openCameraNotNull
(String fileName, int width, int height, ImageType<T> imageType) <T extends ImageBase<T>>
@Nullable SimpleImageSequence<T>default <T extends ImageBase<T>>
SimpleImageSequence<T>MediaManager.openVideoNotNull
(String fileName, ImageType<T> imageInfo) -
Uses of SimpleImageSequence in boofcv.io.ffmpeg
Modifier and TypeClassDescriptionclass
FfmpegVideoImageSequence<T extends ImageBase<T>>
Uses JavaCV, which uses FFMPEG, to read in a video. -
Uses of SimpleImageSequence in boofcv.io.jcodec
Modifier and TypeClassDescriptionclass
JCodecSimplified<T extends ImageBase<T>>
Reads movie files using JCodecModifier and TypeMethodDescription<T extends ImageBase<T>>
SimpleImageSequence<T><T extends ImageBase<T>>
SimpleImageSequence<T>JCodecMediaManager.openCamera
(String device, int width, int height, ImageType<T> imageType) <T extends ImageBase<T>>
SimpleImageSequence<T> -
Uses of SimpleImageSequence in boofcv.io.video
Modifier and TypeMethodDescription<T extends ImageBase<T>>
@Nullable SimpleImageSequence<T><T extends ImageBase<T>>
@Nullable SimpleImageSequence<T><T extends ImageBase<T>>
@Nullable SimpleImageSequence<T> -
Uses of SimpleImageSequence in boofcv.io.webcamcapture
Modifier and TypeClassDescriptionstatic class
WebcamCaptureWebcamInterface.SimpleSequence<T extends ImageBase<T>>
-
Uses of SimpleImageSequence in boofcv.io.wrapper
Modifier and TypeMethodDescription<T extends ImageBase<T>>
SimpleImageSequence<T><T extends ImageBase<T>>
SimpleImageSequence<T>Opens the webcam.<T extends ImageBase<T>>
SimpleImageSequence<T>DefaultMediaManager.openCamera
(String device, int width, int height, ImageType<T> imageType) <T extends ImageBase<T>>
@Nullable SimpleImageSequence<T> -
Uses of SimpleImageSequence in boofcv.io.wrapper.images
Modifier and TypeClassDescriptionclass
BufferedFileImageSequence<T extends ImageBase<T>>
Loads or plays a sequence of buffered images.class
ImageStreamSequence<T extends ImageBase<T>>
Given a sequence of images encoded withCombineFilesTogether
, it will read the files from the stream and decode them.class
JpegByteImageSequence<T extends ImageBase<T>>
Create a sequence from an array of jpeg images in byte[] array format.class
LoadFileImageSequence<T extends ImageBase<T>>
Loads all the images in a directory that have the specified suffix.class
LoadFileImageSequence2<T extends ImageBase<T>>
Loads and optionally scales all the images in a list.class
MjpegStreamSequence<T extends ImageBase<T>>
Instead of loading and decompressing the whole MJPEG at once, it loads the images one at a time until it reaches the end of the file. -
Uses of SimpleImageSequence in boofcv.javacv
Modifier and TypeClassDescriptionstatic class
WebcamOpenCV.SimpleSequence<T extends ImageBase<T>>