joedf / ImgBeamer

SEM image formation process demo tool
https://joedf.github.io/ImgBeamer
MIT License
2 stars 0 forks source link

Image metric #4

Closed joedf closed 8 months ago

joedf commented 1 year ago

Image comparison

joedf commented 1 year ago

Image quality metrics (with or without a reference image)

A Review of Quality Metrics for Fused Image: https://www.sciencedirect.com/science/article/pii/S2214241X15000206


Some impl. paper of Fant's algorithm: https://ieeexplore.ieee.org/document/5764000

Fant's original paper: https://ieeexplore.ieee.org/document/4056711

"The algorithm is complete in the sense that all the pixels of the input image under the map of the output image fully contribute to the output image."

joedf commented 1 year ago

Did some tests in 4e188b3fd1eb7a4983850436b8967fa0dd883464

joedf commented 1 year ago

Will use https://github.com/andrewekhalel/sewar as a reference implementation in python. And https://github.com/darosh/image-mse-js as something to build on for js code.

joedf commented 1 year ago

Current js-tests available here: https://joedf.github.io/ImgBeamer/tests/image_metrics/js-tests

joedf commented 1 year ago

Moved these to #36

joedf commented 8 months ago

Closing as more or less complete and relatively stable. Open a new issue, if further changes wanted/needed.