Package algorithm

Class ImageDataManager

java.lang.Object
algorithm.ImageDataManager

public class ImageDataManager extends Object
builds an interface to other teams, includes distance measurement and conversion from matrix in bufferedimage
  • Constructor Details

    • ImageDataManager

      public ImageDataManager()
  • Method Details

    • openConnection

      public boolean openConnection(VideoSource source)
    • openConnection

      public boolean openConnection(VideoSource source, int deviceId)
    • closeConnection

      public boolean closeConnection()
    • readBufImg

      public BufferedImage readBufImg()
    • readImg

      public javafx.scene.image.Image readImg()
    • readMat

      public org.opencv.core.Mat readMat()
    • getDataProcessor

      public ImageDataProcessor getDataProcessor()