debug commented
This commit is contained in:
@ -2384,6 +2384,13 @@ void itkImageProcessor::GetProjectionImages(){
|
||||
transform1 ->SetCenter(
|
||||
m_DRTImage1MetaInfo->GetProjectionOriginLPSZero());
|
||||
|
||||
std::cout<< "CurrTransform Rotations: "<<
|
||||
CurrTransform->GetAngleX() <<" "<<
|
||||
CurrTransform->GetAngleY() <<" "<<
|
||||
CurrTransform->GetAngleZ() <<" "<< std::endl;
|
||||
|
||||
std::cout<< "CurrTransform Translations: "<<
|
||||
CurrTransform->GetTranslation()<<std::endl;
|
||||
|
||||
//transform1 ->Print(std::cout);
|
||||
// The parameters of interpolator1, such as ProjectionAngle and FocalPointToIsocenterDistance
|
||||
|
Reference in New Issue
Block a user