diff --git a/Examples/FeatureExtraction/HarrisExample.cxx b/Examples/FeatureExtraction/HarrisExample.cxx index 8cabcef98423f9ecab864824c5d9666b6afe7fec..cfd1ab6964ac9abe34540c70fd9cd737fe38c9c2 100644 --- a/Examples/FeatureExtraction/HarrisExample.cxx +++ b/Examples/FeatureExtraction/HarrisExample.cxx @@ -112,9 +112,9 @@ int main(int argc, char *argv[] ) // \begin{equation} // \mu(\mathbf{x},\sigma_I,\sigma_D) = \sigma_D^2 g(\sigma_I)\star // \left[\begin{array}{cc} L_x^2(\mathbf{x},\sigma_D) & - // L_xL_y^2(\mathbf{x},\sigma_D)\\ L_xL_y^2(\mathbf{x},\sigma_D)& + // L_xL_y(\mathbf{x},\sigma_D)\\ L_xL_y(\mathbf{x},\sigma_D)& // L_y^2(\mathbf{x},\sigma_D) \end{array}\right] \end{equation} - // The output of the detector is $$det(\mu) - \alpha trace^2(\mu)$$. + // The output of the detector is $$det(\mu) - \alpha trace^2(\mu).$$ // // Software Guide : EndLatex