Skip to content
Snippets Groups Projects
Commit d941bd52 authored by OTB Bot's avatar OTB Bot
Browse files

STYLE

parent 94cc6fdd
No related branches found
No related tags found
No related merge requests found
......@@ -460,7 +460,7 @@ TDisparityImage,TMaskImage,TBlockMatchingFunctor>
}
else
{
// Depending on the minimum and maximum disparities, the right side patch can
// Depending on the minimum and maximum disparities, the right side patch can
// be outside the image : in this case, just request an empty region
inputRightRegion.SetIndex(0,0);
inputRightRegion.SetIndex(1,0);
......@@ -474,7 +474,7 @@ TDisparityImage,TMaskImage,TBlockMatchingFunctor>
// // possible region). Throw an exception.
// // store what we tried to request (prior to trying to crop)
// inRightPtr->SetRequestedRegion( inputRightRegion );
//
//
// // build an exception
// itk::InvalidRequestedRegionError e(__FILE__, __LINE__);
// std::ostringstream msg;
......
......@@ -20,7 +20,7 @@
// Software Guide : BeginCommandLineArgs
// INPUTS: {sensor_stereo_left.tif}, {sensor_stereo_right.tif}
// OUTPUTS: {elevationOutput.tif}
// 140
// 140
// Software Guide : EndCommandLineArgs
// Software Guide : BeginLatex
......@@ -52,7 +52,6 @@
// Software Guide : EndCodeSnippet
int main(int argc, char* argv[])
{
if (argc != 5)
......@@ -85,11 +84,11 @@ int main(int argc, char* argv[])
// typedef itk::VectorIndexSelectionCastImageFilter
// <DeformationFieldType,
// FloatImageType> IndexSelectionCastFilterType;
//
//
// typedef otb::ImageList<FloatImageType> ImageListType;
// typedef otb::ImageListToVectorImageFilter
// <ImageListType,FloatVectorImageType> ImageListFilterType;
//
//
// typedef otb::DEMToImageGenerator
// <FloatImageType> DEMToImageGeneratorType;
// typedef otb::StreamingStatisticsImageFilter
......@@ -129,7 +128,7 @@ int main(int argc, char* argv[])
std::cout << "epi.rectsizex" << m_DeformationFieldSource->GetRectifiedImageSize()[0] << std::endl;
std::cout << "epi.rectsizey" << m_DeformationFieldSource->GetRectifiedImageSize()[1] << std::endl;
std::cout << "epi.baseline" << m_DeformationFieldSource->GetMeanBaselineRatio() << std::endl;
std::cout << "epi.baseline" << m_DeformationFieldSource->GetMeanBaselineRatio() << std::endl;
return EXIT_SUCCESS;
}
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