Class VideoAnalyzer
java.lang.Object
org.episteme.core.media.video.VideoAnalyzer
Utility for video analysis tasks (motion detection, frame sampling, etc).
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondetectMotion(float[][] prev, float[][] curr, float threshold) static VideoAnalyzer.MotionResultdetectMotionReference(float[][] prev, float[][] curr, float threshold) Reference implementation of motion detection.getSampleIndices(int totalFrames, int samples)
-
Method Details
-
detectMotion
public static SceneTransitionDetector.Transition detectMotion(float[][] prev, float[][] curr, float threshold) -
detectMotionReference
public static VideoAnalyzer.MotionResult detectMotionReference(float[][] prev, float[][] curr, float threshold) Reference implementation of motion detection. -
getSampleIndices
-