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.
* 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 | 6 years ago | |
| src | 10 months ago | |
| .gitignore | 6 years ago | |
| build.gradle | 10 months ago | |
| proguard-rules.pro | 11 months ago | |