You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
10 months ago
..
libs Add Chucker for debug 6 years ago
src Improve edge detection performance (#1457) 10 months ago
.gitignore Update history 6 years ago
build.gradle Update parsers 10 months ago
proguard-rules.pro Use streams for backups 11 months ago