#include <lensfun.h>
Public Attributes | |
| float | Focal |
| Focal length at which this calibration data was taken (0 - unspecified). | |
| enum lfCropMode | CropMode |
| crop mode which should be applied to image to get rid of black borders | |
| float | Crop [4] |
| Crop coordinates, relative to image corresponding image dimension. | |
| float lfLensCalibCrop::Crop[4] |
Crop coordinates, relative to image corresponding image dimension.
Crop goes left - 0, right - 1, top - 2, bottom - 3 Left/right refers always to long side (width in landscape mode), top bottom to short side (height in landscape). Also negative values are allowed for cropping of fisheye images, where the crop circle can extend above the image border.
1.5.6