Searched refs:focal_length (Results 1 – 4 of 4) sorted by relevance
32 Point<double> focal_length(0, 0); in ParseFields() local39 if (!deserializer.ParseDouble(prefix, kFocalLengthX, &focal_length.x) || in ParseFields()40 !deserializer.ParseDouble(prefix, kFocalLengthY, &focal_length.y) || in ParseFields()82 ImagingModelParams params(focal_length, image_size); in ParseFields()133 return params_.focal_length; in GetFocalLength()165 std::to_string(params_.focal_length.x)) || in Serialize()168 std::to_string(params_.focal_length.y)) || in Serialize()
16 Point<double> focal_length; member32 : focal_length(focal_len), in ImagingModelParams()40 return focal_length == other.focal_length &&
99 Rational focal_length; member
222 &preview_image_data->focal_length); in FillPreviewImageData()