Raytrix Light Field SDK  5.0
EImage Namespace Reference

Values that represent EImage. More...

Enumerations

enum  ID
 

Detailed Description

Values that represent EImage.

Enumeration Type Documentation

◆ ID

enum EImage::ID
Enumerator
None 

No image.

Raw 

Raw image captured by camera.

Gray 

Gray image generated by MLI calibration.

Processed_Normalized 

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

Grid 

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

GridData 

Processed ray image.

RefocusBasic 

Basic refocus image. This is the output of the basic refocus algorithm and always from the perspective of the orthographic virtual view.

DepthRay 

Raw depth image without fusion.

DepthRayColored 

Colored Raw depth image.

TotalFocus_View_Virtual 

Total Focus image of virtual space.

TotalFocus_View_Object_Orthographic 

Total Focus result image.

DepthMap_View_Virtual 

Depth image in virtual space.

DepthMap_View_Object_Orthographic 

Depth result image.

DepthMapColored_View_Virtual 

Depth color result image for virtual space.

DepthMapColored_View_Object_Orthographic 

Depth color result image for view camera.

Multiview 

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

Depth3D_ViewVirtualUndistorted_To_Virtual 

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

Depth3D_ViewVirtualUndistorted_To_Object 

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

Depth3D_ViewVirtualUndistorted_To_Reference 

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

Depth3D_ViewObjectOrthographic_To_Virtual 

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

Depth3D_ViewObjectOrthographic_To_Object 

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

Depth3D_ViewObjectOrthographic_To_Reference 

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

PointCloud_Virtual 

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.

Mesh_Virtual 

The mesh 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.

Mesh_Object 

The mesh 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.

Mesh_Reference 

The mesh 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.