Files
Kotatsu/app
Stanislav Khromov 97afa29785 Improve edge detection performance (#1457)
* Optimize edge detection by decoding full image once

Refactors edge detection to decode the entire image at a downscaled resolution once, instead of decoding multiple regions. This improves performance by reducing repeated decoding operations and leverages direct pixel access for edge analysis. Adds a scale factor calculation to balance accuracy and speed for large images.

* Update EdgeDetector.kt

* Update EdgeDetector.kt

* Update EdgeDetector.kt
2025-06-29 16:10:48 +03:00
..
2025-06-21 19:55:34 +03:00
2025-06-14 12:07:52 +03:00