Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IP
elsa
Commits
3537d31d
Commit
3537d31d
authored
Apr 24, 2022
by
AndiBraimllari
Browse files
update docs
parent
583f576a
Pipeline
#879512
passed with stages
in 17 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
elsa/core/Utilities/Math.hpp
View file @
3537d31d
...
...
@@ -172,9 +172,9 @@ namespace elsa
/**
* @brief Compute the Peak Signal-to-Noise Ratio of a given signal S.
*
* Calculate it based on the formula of @f$
1
0 * log_{10}(MAX_{I}
^{2} / MSE) @f$ in which
* @f$ MAX_{I} @f$ is the maximum possible pixel value of the image and @f$ MSE @f$
is the
* mean squared error.
* Calculate it based on the formula of @f$
2
0 * log_{10}(MAX_{I}
) - 10 * log_{10}(MSE) @f$
*
in which
@f$ MAX_{I} @f$ is the maximum possible pixel value of the image and @f$ MSE @f$
*
is the
mean squared error.
*
* @param dc1 DataContainer signal
* @param dc2 DataContainer signal
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment