Class IllustrateMotion
java.lang.Object
io.github.jspinak.brobot.actions.methods.basicactions.find.motion.IllustrateMotion
-
Constructor Summary
ConstructorsConstructorDescriptionIllustrateMotion
(DrawMatch drawMatch, MatVisualize matVisualize, MatOps3d matOps3d) -
Method Summary
Modifier and TypeMethodDescriptionorg.bytedeco.opencv.opencv_core.Mat
getSceneWithMotion
(SceneAnalysisCollection sceneAnalysisCollection, org.bytedeco.opencv.opencv_core.Scalar color) org.bytedeco.opencv.opencv_core.Mat
getSceneWithMotion
(org.bytedeco.opencv.opencv_core.Mat scene, org.bytedeco.opencv.opencv_core.Mat motionMask, List<Match> motionBoundingBoxes, org.bytedeco.opencv.opencv_core.Scalar color) void
setMotionMatAndWriteIllustration
(SceneAnalysisCollection sceneAnalysisCollection, int index, org.bytedeco.opencv.opencv_core.Mat motionMask)
-
Constructor Details
-
IllustrateMotion
-
-
Method Details
-
setMotionMatAndWriteIllustration
public void setMotionMatAndWriteIllustration(SceneAnalysisCollection sceneAnalysisCollection, int index, org.bytedeco.opencv.opencv_core.Mat motionMask) -
getSceneWithMotion
public org.bytedeco.opencv.opencv_core.Mat getSceneWithMotion(SceneAnalysisCollection sceneAnalysisCollection, org.bytedeco.opencv.opencv_core.Scalar color) -
getSceneWithMotion
-