Documentation of 'boofcv.io.wrapper.DefaultMediaManager' Java class
DefaultMediaManager
boofcv.io.wrapper

Class DefaultMediaManager

  • All Implemented Interfaces:
    MediaManager


    public class DefaultMediaManager
    extends java.lang.Object
    implements MediaManager
    • Constructor Detail

      • DefaultMediaManager

        public DefaultMediaManager()
    • Method Detail

      • openFile

        public java.io.Reader openFile(java.lang.String fileName)
        Specified by:
        openFile in interface MediaManager
      • openImage

        public java.awt.image.BufferedImage openImage(java.lang.String fileName)
        Specified by:
        openImage in interface MediaManager
      • openCamera

        public <T extends ImageBaseSimpleImageSequence<T> openCamera(java.lang.String device,
                                                                       int width,
                                                                       int height,
                                                                       ImageType<T> imageType)
        Description copied from interface: MediaManager
        Opens the specified webcam.
        Specified by:
        openCamera in interface MediaManager
        Parameters:
        device - Reference to the webcam device. null if you just want to open the default
        width - requested image width. Default resolution is any value less than 0
        height - requested image height. Default resolution is any value less than 0
        imageType - Type of input image
        Returns:
        The image sequence.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.