OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:img_pos
(Results
1 - 2
of
2
) sorted by null
/external/libxcam/xcore/
xcam_utils.cpp
79
PointFloat2
img_pos
;
local
80
img_pos
.x = transform_bowl_coord_to_image_x (bowl_pos.x, bowl_pos.y, img_width);
81
img_pos
.y = transform_bowl_coord_to_image_y (config, bowl_pos.x, bowl_pos.y, bowl_pos.z, img_height);
83
return
img_pos
;
89
const PointFloat2 &
img_pos
)
104
if(
img_pos
.y < wall_image_height) {
105
world.z = config.wall_height -
img_pos
.y * z_step; // TODO world.z
106
angle = degree2radian (config.angle_start +
img_pos
.x * angle_step);
130
b = b - (
img_pos
.y - wall_image_height) * step_b;
133
angle = degree2radian (config.angle_start +
img_pos
.x * angle_step)
[
all
...]
xcam_utils.h
37
const PointFloat2 &
img_pos
);
Completed in 161 milliseconds