Grangeat-based 2D/3D image registration
Loading...
Searching...
No Matches
Namespaces | Functions
ProjectDRRCPU.cpp File Reference
#include <reg23/Texture3DCPU.h>
#include <reg23/ProjectDRR.h>

Namespaces

namespace  reg23
 

Functions

at::Tensor reg23::ProjectDRR_CPU (const at::Tensor &volume, const at::Tensor &voxelSpacing, const at::Tensor &homographyMatrixInverse, double sourceDistance, int64_t outputWidth, int64_t outputHeight, const at::Tensor &outputOffset, const at::Tensor &detectorSpacing)
 Generate a DRR from the given volume at the given transformation.
 
at::Tensor reg23::ProjectDRR_backward_CPU (const at::Tensor &volume, const at::Tensor &voxelSpacing, const at::Tensor &homographyMatrixInverse, double sourceDistance, int64_t outputWidth, int64_t outputHeight, const at::Tensor &outputOffset, const at::Tensor &detectorSpacing, const at::Tensor &dLossDDRR)
 Evaluate the derivative of some scalar loss that is a function of a DRR projected from the given volume at the given transformation, with respect to the inverse homography matrix.