Skip to content

Commit 1f8049b

Browse files
committed
docs: add wikipedia link to SSIM
1 parent fd31809 commit 1f8049b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ const pixelValue = stack.getValueByIndex(stackIndex, pixelIndex, channel);
506506
### Image comparison features
507507

508508
ImageJS now has several methods to check feature similarities between two images. For instance, let's take `computeSsim()`.
509-
SSIM (Structural Similarity Index) is a value between -1 and 1 that measures how similar two images are in terms of:
509+
SSIM ([Structural Similarity Index](https://en.wikipedia.org/wiki/Structural_similarity_index_measure)) is a value between -1 and 1 that measures how similar two images are in terms of:
510510

511511
- Luminance
512512

0 commit comments

Comments
 (0)