Package algorithm
Class ImageDataManager
java.lang.Object
algorithm.ImageDataManager
builds an interface to other teams, includes distance measurement and
conversion from matrix in bufferedimage
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
openConnection
(VideoSource source) boolean
openConnection
(VideoSource source, int deviceId) javafx.scene.image.Image
readImg()
org.opencv.core.Mat
readMat()
-
Constructor Details
-
ImageDataManager
public ImageDataManager()
-
-
Method Details
-
openConnection
-
openConnection
-
closeConnection
public boolean closeConnection() -
readBufImg
-
readImg
public javafx.scene.image.Image readImg() -
readMat
public org.opencv.core.Mat readMat() -
getDataProcessor
-