We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to register two volumes with BRAINSFit from slicer 4.5.0-1.
Everything works fine with BSpline, with a ROI, but without "Define BSpline grid over the ROI bounding box".
With the same settings, with "Define BSpline grid over the ROI bounding box" enabled, I get a VTK error "Input Primary is required but not set.".
The module log only shows (debug is set to 10):
Found SharedObject Module ModuleType: SharedObjectModule General Registration (BRAINS) command line: slicer:00007FFC1B35AC30 --processinformationaddress 000000000BB2D218 --fixedVolume slicer:0000000003E72FE0#vtkMRMLScalarVolumeNode3 --movingVolume slicer:0000000003E72FE0#vtkMRMLScalarVolumeNode6 --samplingPercentage 0.01 --splineGridSize 10,10,10 --bsplineTransform C:/Users/p0083358/AppData/Local/Temp/Slicer/GBFG_vtkMRMLBSplineTransformNodeF.h5 --initializeTransformMode Off --useBSpline --maskProcessingMode ROI --fixedBinaryVolume slicer:0000000003E72FE0#vtkMRMLLabelMapVolumeNode2 --movingBinaryVolume slicer:0000000003E72FE0#vtkMRMLLabelMapVolumeNode2 --useROIBSpline --medianFilterSize 0,0,0 --removeIntensityOutliers 0 --outputVolumePixelType float --backgroundFillValue 0 --interpolationMode BSpline --numberOfIterations 1500 --maximumStepLength 0.05 --minimumStepLength 0.001 --relaxationFactor 0.5 --translationScale 1000 --reproportionScale 1 --skewScale 1 --maxBSplineDisplacement 0 --fixedVolumeTimeIndex 0 --movingVolumeTimeIndex 0 --numberOfHistogramBins 50 --numberOfMatchPoints 10 --costMetric MMI --maskInferiorCutOffFromCenter 1000 --ROIAutoDilateSize 0 --ROIAutoClosingSize 9 --numberOfSamples 0 --failureExitCode 0 --numberOfThreads 1 --debugLevel 8 --costFunctionConvergenceFactor 2e+013 --projectedGradientTolerance 1e-005 --maximumNumberOfEvaluations 900 --maximumNumberOfCorrections 25 --metricSamplingStrategy Random
The text was updated successfully, but these errors were encountered:
Dear developers, Was this problem solved in any particular version? Thanks.
Sorry, something went wrong.
No branches or pull requests
I am trying to register two volumes with BRAINSFit from slicer 4.5.0-1.
Everything works fine with BSpline, with a ROI, but without "Define BSpline grid over the ROI bounding box".
With the same settings, with "Define BSpline grid over the ROI bounding box" enabled, I get a VTK error "Input Primary is required but not set.".
The module log only shows (debug is set to 10):
The text was updated successfully, but these errors were encountered: