blur-score 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/README.md +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -77,3 +77,7 @@ Real Laplacian variance is much lower than you might expect: a genuinely sharp h
|
|
|
77
77
|
## License
|
|
78
78
|
|
|
79
79
|
MIT
|
|
80
|
+
|
|
81
|
+
## Limitations
|
|
82
|
+
|
|
83
|
+
Sharpness scores are heuristic and can vary with image size, noise, compression, and texture. They are not a camera-focus measurement.
|