Skip to content
Snippets Groups Projects
Commit b7c1eaad authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

DOC : changed COPYRIGHT

parent 4749a9f5
No related branches found
No related tags found
No related merge requests found
/*=========================================================================
Program: ORFEO Toolbox
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c) Centre National d'Etudes Spatiales. All rights reserved.
See OTBCopyright.txt for details.
Copyright (c) CS Systemes d'information. All rights reserved.
See CSCopyright.txt for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#ifndef _otbImageToHessianDeterminantImageFilter_txx
#define _otbImageToHessianDeterminantImageFilter_txx
......@@ -12,8 +32,10 @@ namespace otb
// Filter intialisation
m_HessianFilter = ImageToHessianImageFilterType::New();
m_DeterminantFilter = DeterminantFilterType::New();
// pipeline wiring
m_DeterminantFilter->SetInput(m_HessianFilter->GetOutput());
// default parameter value
m_Sigma = 1.0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment