Home
last modified time | relevance | path

Searched defs:focal_length_y (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/blender/blender-2.91.0/intern/libmv/libmv/simple_pipeline/
H A Ddistortion_models.h58 const T &focal_length_y, in ApplyPolynomialDistortionModel()
110 const T &focal_length_y, in ApplyDivisionDistortionModel()
140 const T &focal_length_y, in InvertNukeDistortionModel()
226 const T &focal_length_y, in ApplyBrownDistortionModel()
H A Ddistortion_models.cc173 const double focal_length_y, in InvertPolynomialDistortionModel()
212 const double focal_length_y, in InvertDivisionDistortionModel()
248 const double focal_length_y, in InvertBrownDistortionModel()
340 const double focal_length_y, in ApplyNukeDistortionModel()
H A Dcamera_intrinsics.h145 double focal_length_y() const { return K_(1, 1); } in focal_length_y() function
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/sfm/src/libmv_light/libmv/simple_pipeline/
H A Ddistortion_models.h54 const T &focal_length_y, in ApplyPolynomialDistortionModel()
106 const T &focal_length_y, in ApplyDivisionDistortionModel()
H A Ddistortion_models.cc123 const double focal_length_y, in InvertPolynomialDistortionModel()
162 const double focal_length_y, in InvertDivisionDistortionModel()
H A Dcamera_intrinsics.h144 double focal_length_y() const { return K_(1, 1); } in focal_length_y() function
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/doc/tutorials/content/sources/openni_range_image_visualization/
H A Dopenni_range_image_visualization.cpp123 float focal_length_x = depth_image_ptr->getFocalLength (), focal_length_y = focal_length_x; in main() local
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/include/pcl/io/
H A Dlzf_image_io.h54 double focal_length_y; member
H A Dopenni2_grabber.h90 double focal_length_y; member
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/sfm/include/opencv2/sfm/
H A Dsimple_pipeline.hpp110 CV_PROP_RW double focal_length_y; member in cv::sfm::libmv_CameraIntrinsicsOptions
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/doc/tutorials/content/sources/openni_narf_keypoint_extraction/
H A Dopenni_narf_keypoint_extraction.cpp158 float focal_length_x = depth_image_ptr->getFocalLength (), focal_length_y = focal_length_x; in main() local
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/sfm/src/
H A Dreconstruct.cpp73 const double focal_length_y = Ka(1,1); in reconstruct_() local
/dports/graphics/colmap/colmap-3.6/src/base/
H A Dcamera.cc140 void Camera::SetFocalLengthY(const double focal_length_y) { in SetFocalLengthY()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/projection/
H A DossimPpjFrameSensor.cpp329 ossimString focal_length_y = kwl.find(prefix, "focal_length_y"); in loadState() local
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/src/
H A Dimage_grabber.cpp938 const double focal_length_y, in setCameraIntrinsics()
957 double &focal_length_y, in getCameraIntrinsics()
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/examples/
H A Dlibmv_bundle_adjuster.cc455 const T &focal_length_y, in ApplyRadialDistortionCameraIntrinsics()
/dports/math/ceres-solver/ceres-solver-2.0.0/examples/
H A Dlibmv_bundle_adjuster.cc458 const T& focal_length_y, in ApplyRadialDistortionCameraIntrinsics()