Class OpenCVLoader

  • All Implemented Interfaces:
    Function<InputStream,​org.opencv.core.Mat>

    public class OpenCVLoader
    extends Object
    implements Function<InputStream,​org.opencv.core.Mat>

    Loads a Open CV Image by InputStream using the

    Author:
    Christoph Praschl
    • Constructor Detail

      • OpenCVLoader

        public OpenCVLoader()