Commit f956383d authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

DOC: enhance application documentation

No related merge requests found
Showing with 225 additions and 104 deletions
+225 -104
......@@ -64,12 +64,8 @@ void ComputeGainLutFilter <TInputImage , TOutputImage >
typename InputImageType::ConstPointer input ( this->GetInput() );
typename OutputImageType::Pointer output ( this->GetOutput() );
typename InputImageType::RegionType inputRegionForThread;
inputRegionForThread = outputRegionForThread;
// Is it usefull???
itk::ImageRegionConstIterator < InputImageType > it ( input ,
inputRegionForThread );
outputRegionForThread );
itk::ImageRegionIterator <OutputImageType > oit ( output ,
outputRegionForThread );
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment