Monado OpenXR Runtime
Loading...
Searching...
No Matches
image_point_sort.h
Go to the documentation of this file.
1// Copyright 2026, Beyley Cardellio
2// SPDX-License-Identifier: BSL-1.0
3/*!
4 * @file
5 * @brief Sorting helper with argument.
6 * @author Beyley Cardellio <ep1cm1n10n123@gmail.com>
7 * @ingroup tracking
8 */
9
11
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
17void
18sort_image_points(struct cs_image_point **points, size_t num_points, struct cs_image_point *anchor);
19
20#ifdef __cplusplus
21}
22#endif
Ab-initio blob<->LED correspondence search.
Definition correspondence_search.h:44