l1norm
Here are 9 public repositories matching this topic...
This project revisits the image restoration issue. The idea is that minimizing the l1 norm of the discrete gradient of a damaged image yields an output that is barely noticeable from the original non-degraded form. The inpainting problem was formulated to limit the high fidelity of known observations and minimize the overall norm of variability.
-
Updated
Dec 13, 2022 - Python
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
-
Updated
Nov 1, 2024 - JavaScript
Calculate the sum of absolute values (L1 norm) of single-precision floating-point strided array elements using pairwise summation.
-
Updated
Nov 1, 2024 - JavaScript
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.
-
Updated
Nov 1, 2024 - JavaScript
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values.
-
Updated
Nov 1, 2024 - JavaScript
Improve this page
Add a description, image, and links to the l1norm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the l1norm topic, visit your repo's landing page and select "manage topics."