#include <stdarg.h>#include <apriltag.h>#include <tag36h11.h>#include <common/pjpeg.h>#include <math.h>#include "getline.h"
Go to the source code of this file.
Functions | |
| int | detection_array_element_compare_function (const void *_a, const void *_b) |
| int | detection_compare_function (const apriltag_detection_t *a, const apriltag_detection_t *b) |
| char * | format (const char *fmt,...) |
| int | main (int argc, char *argv[]) |
| int detection_array_element_compare_function | ( | const void * | _a, |
| const void * | _b | ||
| ) |
Definition at line 60 of file test_detection.c.
| int detection_compare_function | ( | const apriltag_detection_t * | a, |
| const apriltag_detection_t * | b | ||
| ) |
Definition at line 41 of file test_detection.c.
| char* format | ( | const char * | fmt, |
| ... | |||
| ) |
Definition at line 11 of file test_detection.c.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 69 of file test_detection.c.