CamSim  0.0.0
A rasterization-based simulator for various types of cameras
CamSim::Projection Member List

This is the complete list of members for CamSim::Projection, including all inherited members.

centerPixel() constCamSim::Projection
distortion(float *k1, float *k2, float *p1, float *p2)CamSim::Projection
focalLengths() constCamSim::Projection
fromFrustum(int imageWidth, int imageHeight, float l, float r, float b, float t)CamSim::Projectionstatic
fromIntrinsics(int imageWidth, int imageHeight, float centerX, float centerY, float focalLengthX, float focalLengthY)CamSim::Projectionstatic
fromOpeningAngle(int imageWidth, int imageHeight, float fovy)CamSim::Projectionstatic
imageSize() constCamSim::Projection
Projection()CamSim::Projection
projectionMatrix(float n, float f) constCamSim::Projection
setDistortion(float k1, float k2, float p1, float p2)CamSim::Projection