Class SceneTransitionDetector

java.lang.Object
org.episteme.core.media.video.SceneTransitionDetector

public final class SceneTransitionDetector extends Object
Utility for detecting scene transitions in video streams.
Since:
1.2
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Details

    • detectCuts

      public static List<SceneTransitionDetector.Transition> detectCuts(List<float[][]> frames, double threshold)
      Detects hard cuts using histogram differences.
    • calculateHistogramDiff

      public static double calculateHistogramDiff(float[][] f1, float[][] f2)
    • fadeToBlackIntensity

      public static double fadeToBlackIntensity(float[][] frame)