Uses of Record Class
org.episteme.core.media.video.SceneTransitionDetector.Transition
Packages that use SceneTransitionDetector.Transition
Package
Description
Core functionality for the org.episteme.core.media.video package in the Episteme library.
-
Uses of SceneTransitionDetector.Transition in org.episteme.core.media.video
Methods in org.episteme.core.media.video that return SceneTransitionDetector.TransitionModifier and TypeMethodDescriptionVideoAlgorithmProvider.detectMotion(float[][] prev, float[][] curr, float threshold) Detects motion between two frames.VideoAnalyzer.detectMotion(float[][] prev, float[][] curr, float threshold) Methods in org.episteme.core.media.video that return types with arguments of type SceneTransitionDetector.TransitionModifier and TypeMethodDescriptionSceneTransitionDetector.detectCuts(List<float[][]> frames, double threshold) Detects hard cuts using histogram differences.default List<SceneTransitionDetector.Transition> VideoAlgorithmProvider.detectTransitions(List<float[][]> frames, double threshold) Detects scene transitions in a list of frames. -
Uses of SceneTransitionDetector.Transition in org.episteme.core.media.video.backends
Methods in org.episteme.core.media.video.backends that return SceneTransitionDetector.TransitionModifier and TypeMethodDescriptionMulticoreVideoBackend.detectMotion(float[][] prev, float[][] curr, float threshold) Methods in org.episteme.core.media.video.backends that return types with arguments of type SceneTransitionDetector.TransitionModifier and TypeMethodDescriptionMulticoreVideoBackend.detectTransitions(List<float[][]> frames, double threshold) -
Uses of SceneTransitionDetector.Transition in org.episteme.nativ.media.backends
Methods in org.episteme.nativ.media.backends that return SceneTransitionDetector.TransitionModifier and TypeMethodDescriptionNativeJavaCVMediaBackend.detectMotion(float[][] prev, float[][] curr, float threshold) -
Uses of SceneTransitionDetector.Transition in org.episteme.nativ.media.vision.backends
Methods in org.episteme.nativ.media.vision.backends that return SceneTransitionDetector.TransitionModifier and TypeMethodDescriptionNativeCUDAVisionBackend.detectMotion(float[][] prev, float[][] curr, float threshold) NativeOpenCLVisionBackend.detectMotion(float[][] prev, float[][] curr, float threshold)