OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:proj_mat
(Results
1 - 4
of
4
) sorted by null
/external/libxcam/modules/ocl/
cl_image_warp_handler.h
45
float
proj_mat
[9];
member in struct:XCam::CLWarpConfig
53
proj_mat
[0] = 1.0f;
54
proj_mat
[1] = 0.0f;
55
proj_mat
[2] = 0.0f;
56
proj_mat
[3] = 0.0f;
57
proj_mat
[4] = 1.0f;
58
proj_mat
[5] = 0.0f;
59
proj_mat
[6] = 0.0f;
60
proj_mat
[7] = 0.0f;
61
proj_mat
[8] = 1.0f
[
all
...]
cl_video_stabilizer.cpp
149
Mat3d
proj_mat
;
local
162
proj_mat
= stabilize_motion (cur_stabilized_pos, _motions);
164
Mat3d proj_inv_mat =
proj_mat
.inverse ();
171
warp_config.
proj_mat
[i * 3 + j] = proj_inv_mat(i, j);
/external/libxcam/plugins/smart/dvs/libdvs/
libdvs.h
44
double
proj_mat
[3][3];
member in struct:DvsResult
/external/libxcam/xcore/base/
xcam_smart_result.h
66
double
proj_mat
[9];
member in struct:_XCamDVSResult
Completed in 2460 milliseconds