Namespace: Rx::LFR – Class: CCudaCompute – Header: Rx.LFR/CudaCompute.h

CCudaCompute::GetVirtualDistortedOrthographic_sFromSensor Method

C++
void GetVirtualDistortedOrthographic_sFromSensor(double& targetX, double& targetY, double& targetZ, double sourceX, double sourceY, double sourceZ)

Projects from the given pixel position in the raw image with the given virtual depth through the micro lenses into virtual space.

Parameters

[double&] targetX

[in,out] The X coordinate of the target point in virtual space in mm.

[double&] targetY

[in,out] The Y coordinate of the target point in virtual space in mm.

[double&] targetZ

[in,out] The Z coordinate of the target point in virtual space in mm.

[double] sourceX

The X coordinate of the source point in pixels in raw image format.

[double] sourceY

The Y coordinate of the target point in pixels in raw image format.

[double] sourceZ

The Z coordinate of the target point in virtual depths.