HomeSort by relevance Sort by last modified time
    Searched refs:focal_x (Results 1 - 5 of 5) sorted by null

  /external/libxcam/xcore/
image_projector.h 32 double focal_x; //Focal length, x axis, in pixels member in struct:XCam::CalibrationParams
42 : focal_x (0)
93 double focal_x,
103 double focal_x,
image_projector.cpp 29 params.focal_x,
37 double focal_x,
44 focal_x,
214 params.focal_x,
225 double focal_x,
233 _intrinsics = Mat3d (Vec3d (focal_x, skew, offset_x),
  /external/libxcam/modules/ocl/
cl_video_stabilizer.h 76 double focal_x,
cl_video_stabilizer.cpp 199 double focal_x,
209 focal_x,
  /external/libxcam/tests/
test-video-stabilization.cpp 187 double focal_x = 1707.799171; local
192 video_stab->set_camera_intrinsics (focal_x, focal_y, offset_x, offset_y, skew);

Completed in 996 milliseconds