Uses of Record Class
org.episteme.core.media.video.VideoAnalyzer.MotionResult
Packages that use VideoAnalyzer.MotionResult
Package
Description
Core functionality for the org.episteme.core.media.video package in the Episteme library.
-
Uses of VideoAnalyzer.MotionResult in org.episteme.core.media.video
Methods in org.episteme.core.media.video that return VideoAnalyzer.MotionResultModifier and TypeMethodDescriptionstatic VideoAnalyzer.MotionResultVideoAnalyzer.detectMotionReference(float[][] prev, float[][] curr, float threshold) Reference implementation of motion detection.