X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkSliceBySliceRelativePositionFilter.txx;h=e68514da031c0f6f1a6725a2df78f97d0c189fe7;hb=2d9ef51e893a0b5b93d44a88594c9c76e4b61239;hp=6fceb9bb98990aee3ae5aebcef6f1a795bff522a;hpb=9c64ad6eccd14a92727f024653066986aa3af5a9;p=clitk.git diff --git a/itk/clitkSliceBySliceRelativePositionFilter.txx b/itk/clitkSliceBySliceRelativePositionFilter.txx index 6fceb9b..e68514d 100644 --- a/itk/clitkSliceBySliceRelativePositionFilter.txx +++ b/itk/clitkSliceBySliceRelativePositionFilter.txx @@ -78,7 +78,7 @@ clitk::SliceBySliceRelativePositionFilter:: PrintOptions(std::ostream & os) { os << "Slice direction = " << this->GetDirection() << std::endl - << "BG value = " << this->GetBackgroundValue() << std::endl; + << "BG value = " << (int)this->GetBackgroundValue() << std::endl; for(int i=0; iGetNumberOfAngles(); i++) { os << "Orientation = " << this->GetOrientationTypeString()[i] << std::endl; os << "Angles = " << clitk::rad2deg(this->GetAngle1InRad(i)) @@ -159,9 +159,6 @@ GenerateOutputInformation() this->template StopCurrentStep(m_working_object); */ - DD(input->GetLargestPossibleRegion()); - DD(m_working_object->GetLargestPossibleRegion()); - // Compute union of bounding boxes in X and Y static const unsigned int dim = ImageType::ImageDimension; typedef itk::BoundingBox BBType;