Skip to content
Snippets Groups Projects
Commit 62e650f0 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

DOC: disparity

parent 75bfd58d
No related branches found
No related tags found
No related merge requests found
......@@ -136,8 +136,6 @@ int main (int argc, char* argv[])
// Software Guide : BeginCodeSnippet
//typedef otb::SiftFastImageFilter<ImageType,PointSetType>
//ImageToSIFTKeyPointSetFilterType;
typedef otb::ImageToSIFTKeyPointSetFilter<ImageType,PointSetType>
ImageToSIFTKeyPointSetFilterType;
......@@ -299,14 +297,12 @@ int main (int argc, char* argv[])
for (LandmarkListType::Iterator it = landmarkList->Begin();
it != landmarkList->End(); ++it)
{
//std::cout << "landmark1" << it.Get()->GetPoint1() << std::endl;
//std::cout << "landmark2" << it.Get()->GetPoint2() << std::endl;
estimator->AddTiePoints(it.Get()->GetPoint1(),it.Get()->GetPoint2());
}
// Trigger computation
estimator->Compute();
// meanSquarestimator->SetInput(euclideanMatcher->GetOutput());
// Software Guide : EndCodeSnippet
// Software Guide : BeginLatex
......
......@@ -115,7 +115,7 @@ int main(int argc, char * argv[])
vreader->SetFileName(reffname);
// Software Guide : BeginLatex
//
// Firstly, segment the input image by using the Mean Shift algorithm (see \ref{sec:MeanShift} for deeper
// Firstly, segment the input image by using the Mean Shift algorithm (see \ref{sec:MeanShift} for deeper
// explanations).
//
// Software Guide : EndLatex
......
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