Skip to content

Commit df85164

Browse files
committed
Fix missing closing parenthesis in SSIM formula documentation
Signed-off-by: marshall-mk <[email protected]>
1 parent 15fd428 commit df85164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/metrics/regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ class SSIMMetric(RegressionMetric):
231231
232232
.. math::
233233
\operatorname {SSIM}(x,y) =\frac {(2 \mu_x \mu_y + c_1)(2 \sigma_{xy} + c_2)}{((\mu_x^2 + \
234-
\mu_y^2 + c_1)(\sigma_x^2 + \sigma_y^2 + c_2)}
234+
\mu_y^2 + c_1)(\sigma_x^2 + \sigma_y^2 + c_2))}
235235
236236
For more info, visit
237237
https://vicuesoft.com/glossary/term/ssim-ms-ssim/

0 commit comments

Comments
 (0)