Closing Issue #39. Keyboard arrows for transform are completed for functionalities for both HFS and FFS. N.B. changes to files in itkDTRecon are not doing anything to the library
This commit is contained in:
@ -1363,10 +1363,6 @@ void itkImageProcessor::InitializeProjector()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//CurrTransform->SetComputeZYX(true);
|
||||
//CurrTransform->SetIdentity();
|
||||
|
||||
@ -1435,12 +1431,6 @@ void itkImageProcessor::InitializeProjector()
|
||||
interpolator2->SetTransform(transform2);
|
||||
interpolator2->Initialize();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// // 2D Image 2
|
||||
// interpolator2->SetProjectionAngle(
|
||||
// dtr *
|
||||
@ -1454,14 +1444,10 @@ void itkImageProcessor::InitializeProjector()
|
||||
// interpolator2->Initialize();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
resampleFilter1 = ResampleFilterType::New();
|
||||
resampleFilter1->SetInput(
|
||||
image3DIn);
|
||||
resampleFilter1->SetDefaultPixelValue(0);
|
||||
|
||||
resampleFilter1->SetNumberOfWorkUnits(8);
|
||||
|
||||
// The parameters of interpolator1, such as ProjectionAngle and FocalPointToIsocenterDistance
|
||||
@ -1604,8 +1590,8 @@ void itkImageProcessor::loadRTPlanInfo(
|
||||
)
|
||||
);
|
||||
|
||||
std::cout<< "m_CTMetaInfo->GetImportOffset() "
|
||||
<<m_CTMetaInfo->GetImportOffset() <<std::endl;
|
||||
// std::cout<< "m_CTMetaInfo->GetImportOffset() "
|
||||
// <<m_CTMetaInfo->GetImportOffset() <<std::endl;
|
||||
|
||||
this->UpdateProjectionGeometryMeta();
|
||||
this->InitializeProjector();
|
||||
|
@ -184,6 +184,7 @@ gSiddonJacobsRayCastInterpolateImageFunction<TInputImage, TCoordRep>::Evaluate(c
|
||||
|
||||
// if(zDrrPix < 0 /*|| yDrrPix < 0 || xDrrPix < 0*/)
|
||||
// std::cout << drrPixelWorld[0]<<" " <<drrPixelWorld[1]<<" "<<drrPixelWorld[2]<<" / ";
|
||||
|
||||
if(xDrrPix>xSizeCT || yDrrPix>ySizeCT || zDrrPix>zSizeCT){
|
||||
pixval = static_cast<OutputType>(0.0);
|
||||
return pixval;
|
||||
|
Reference in New Issue
Block a user