knowL: Knowledge Libraries
Loading...
Searching...
No Matches
askcore_sensing.h
1#include <knowCore/Uris/Uris.h>
2
3#define KNOWVALUES_ASKCORE_SENSING_URIS(F, ...) \
4 F(__VA_ARGS__, images) \
5 F(__VA_ARGS__, image_frame) \
6 F(__VA_ARGS__, lidar_scan) \
7 F(__VA_ARGS__, lidar3d_scan) \
8 F(__VA_ARGS__, point_cloud) \
9 F(__VA_ARGS__, point_density) \
10 F(__VA_ARGS__, pose_value) \
11 F(__VA_ARGS__, region_value) \
12 F(__VA_ARGS__, salient_region) \
13 F(__VA_ARGS__, salient_region_collection) \
14 F(__VA_ARGS__, value)
15
16KNOWCORE_ONTOLOGY_URIS(knowValues::Uris, KNOWVALUES_ASKCORE_SENSING_URIS, askcore_sensing,
17 "http://askco.re/sensing#")