Namespace: Rx.LFR.Net – Assembly: Rx.LFR.Net

EImage Enumeration

C#
public enum EImage

Specifies images that can be created by the light field runtime.

Values

None

Invalid image state.

Raw

Raw image captured by camera.

Gray

Gray image generated by MLI calibration.

RawProcessed

Processed raw image. Raw image after applying all pre-process algorithms such as debayer etc.

CalibrationGrid

Raw image containing the MLI/MLA calibration as a drawn overlay.

Refocus

Refocus image. This image shows the reconstructed view that would have been produced for a specific focus plane.

RawDepth

Raw depth image without fusion.

RawDepthColored

Colored raw depth image.

RawDepthSpread

An enum constant representing the depth spread option.

RawDepthConfidenceColored

An enum constant representing the depth confidence option.

TotalFocus

Total focus image of virtual space.

DepthMap

Depth image in virtual space.

DepthMapConfidenceColored

An enum constant representing the depth map confidence view virtual option.

DepthMapColored

Depth color result image for virtual space.

Multiview

Multiview image. This is the output of the multi view algorithm and always from the perspective of the pinhole object view.

Depth3D_VirtualDistortedOrthographic

3D Depth map. (R,G,B) represents (X,Y,Z) in MM mapped from Rx::ELFSpace::asdasd Rx::ELFSpace::View_VirtualUndistorted to Rx::ELFSpace::Virtual. Alpha is Z in virtual depths of virtual space.

Depth3D_Object

3D Depth map. (R,G,B) represents (X,Y,Z) in MM mapped from Rx::ELFSpace::View_VirtualUndistorted to Rx::ELFSpace::Object. Alpha is Z in virtual depths of virtual space.

Depth3D_Reference

The 3D Depth map. (R,G,B) represents (X,Y,Z) in MM mapped from Rx::ELFSpace::View_VirtualUndistorted to Rx::ELFSpace::Reference. Alpha is Z in virtual depths of virtual space.

PointCloud_VirtualDistortedOrthographic

The point cloud image. (R,G,B) represents a 3D point (X,Y,Z) in MM in sensor coordinates of virtual space. Alpha is the 8 bit RGBA color of the point.

PointCloud_Object

The point cloud image. (R,G,B) represents a 3D point (X,Y,Z) in MM in global coordinates of object space. Alpha is the 8 bit RGBA color of the point.

PointCloud_Reference

The point cloud image. (R,G,B) represents a 3D point (X,Y,Z) in MM in global coordinates of reference space. Alpha is the 8 bit RGBA color of the point.