Home
last modified time | relevance | path

Searched refs:CoordinateSystemConv (Results 1 – 5 of 5) sorted by relevance

/external/libxcam/xcore/
Dimage_projector.h64 struct CoordinateSystemConv { struct
69 CoordinateSystemConv () in CoordinateSystemConv() argument
76 CoordinateSystemConv ( in CoordinateSystemConv() function
128 CoordinateSystemConv &world_to_device,
130 CoordinateSystemConv &device_to_image);
145 Mat3d transform_coordinate_system (CoordinateSystemConv &transform);
Dimage_projector.cpp190 ImageProjector::transform_coordinate_system (CoordinateSystemConv &transform) in transform_coordinate_system()
198 CoordinateSystemConv &world_to_device, in align_coordinate_system()
200 CoordinateSystemConv &device_to_image) in align_coordinate_system()
/external/libxcam/modules/ocl/
Dcl_video_stabilizer.h83 CoordinateSystemConv& world_to_device,
84 CoordinateSystemConv& device_to_image);
111 CoordinateSystemConv _world_to_device;
112 CoordinateSystemConv _device_to_image;
Dcl_video_stabilizer.cpp56 CoordinateSystemConv world_to_device (AXIS_X, AXIS_MINUS_Z, AXIS_NONE); in CLVideoStabilizer()
57 CoordinateSystemConv device_to_image (AXIS_X, AXIS_Y, AXIS_Y); in CLVideoStabilizer()
223 CoordinateSystemConv &world_to_device, in align_coordinate_system()
224 CoordinateSystemConv &device_to_image) in align_coordinate_system()
/external/libxcam/tests/
Dtest-video-stabilization.cpp194 CoordinateSystemConv world_to_device (AXIS_X, AXIS_MINUS_Z, AXIS_NONE); in main()
195 CoordinateSystemConv device_to_image (AXIS_X, AXIS_Y, AXIS_Y); in main()