AliceVision
Photogrammetric Computer Vision Framework
Public Member Functions | Public Attributes | List of all members
FisheyeModel Struct Reference

FisheyeModel contains parameters of a fisheye model of distortion Detailed information on this model can be found in the Adobe technical report "Adobe Camera Model" part of the documentation of the Adobe free tool Lens Profile Creator. More...

#include <lcp.hpp>

Public Member Functions

void reset ()
 

Public Attributes

int Version = -1
 
float FocalLengthX = 0.f
 
float FocalLengthY = 0.f
 
float ImageXCenter = 0.5f
 
float ImageYCenter = 0.5f
 
float ResidualMeanError = 0.f
 
float ResidualStandardDeviation = 0.f
 
float RadialDistortParam1 = 0.f
 
float RadialDistortParam2 = 0.f
 
bool isEmpty = true
 

Detailed Description

FisheyeModel contains parameters of a fisheye model of distortion Detailed information on this model can be found in the Adobe technical report "Adobe Camera Model" part of the documentation of the Adobe free tool Lens Profile Creator.


The documentation for this struct was generated from the following file: