BlurDetector

A reusable, high-performance, pure Kotlin blur detector.

This class is designed for real-time use (e.g., with ARCore frames) by avoiding per-frame memory allocations and working directly with the efficient YUV Image format.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun isBlurry(yuvData: YuvData, threshold: Double): Boolean

Analyzes YuvData directly to determine if it is blurry.