218 static const int INVALID_DEPTH = INT32_MAX;
Contains the definiton of the enum DepthCameraResolution.
VF EXPORT_SYM point3 get_depth_scanline_object_farthest(int object_num)
VF EXPORT_SYM DepthResolution get_depth_resolution()
VF EXPORT_SYM int get_depth_scanline_object_farthest_x(int object_num)
VF EXPORT_SYM int get_depth_orientation()
enum SortMethod_ SortMethod
VF EXPORT_SYM SortMethod get_depth_scanline_sorting_method()
VF EXPORT_SYM int get_depth_scanline_object_center_z(int object_num)
VF EXPORT_SYM int get_depth_value(int row, int column)
VF EXPORT_SYM point3 get_depth_scanline_object_center(int object_num)
VF EXPORT_SYM int get_depth_scanline_object_count()
VF EXPORT_SYM void set_depth_scanline_sorting_method(SortMethod method)
enum DepthResolution_ DepthResolution
VF EXPORT_SYM int get_depth_scanline_object_farthest_z(int object_num)
VF EXPORT_SYM int get_depth_scanline_object_nearest_x(int object_num)
VF EXPORT_SYM int get_depth_image_height()
VF EXPORT_SYM int depth_open()
static const int INVALID_DEPTH
Definition: depth.h:218
VF EXPORT_SYM int get_depth_scanline_object_farthest_y(int object_num)
VF EXPORT_SYM int get_depth_world_point_z(int row, int column)
VF EXPORT_SYM int depth_close()
VF EXPORT_SYM int get_depth_scanline_object_size(int object_num)
VF EXPORT_SYM int get_depth_world_point_x(int row, int column)
VF EXPORT_SYM point3 get_depth_scanline_object_nearest(int object_num)
VF EXPORT_SYM point3 get_depth_world_point(int row, int column)
VF EXPORT_SYM int get_depth_scanline_object_center_y(int object_num)
VF EXPORT_SYM int depth_update()
#define VF
Definition: vtable.h:10
VF EXPORT_SYM int depth_scanline_update(int row)
#define VFL
Definition: vtable.h:11
SortMethod_
Definition: depth.h:371
VF EXPORT_SYM int set_depth_resolution(DepthResolution resolution)
#define EXPORT_SYM
Definition: export.h:7
VF EXPORT_SYM int get_depth_scanline_object_nearest_y(int object_num)
VF EXPORT_SYM int get_depth_scanline_object_center_x(int object_num)
VF EXPORT_SYM int get_depth_scanline_object_angle(int object_num)
VF EXPORT_SYM int set_depth_orientation(int orientation)
VF EXPORT_SYM int get_depth_world_point_y(int row, int column)
VF EXPORT_SYM int get_depth_image_width()
VF EXPORT_SYM int get_depth_scanline_object_nearest_z(int object_num)