aruco_opencv
5.2
C++ API
File Hierarchy
Full C++ API
Namespaces
Namespace aruco_opencv
Functions
Function aruco_opencv::convert_rvec_tvec
Template Function aruco_opencv::declare_aruco_parameters
Template Function aruco_opencv::declare_param
Template Function aruco_opencv::declare_param_double_range
Template Function aruco_opencv::declare_param_int_range
Template Function aruco_opencv::get_param
Template Function aruco_opencv::retrieve_aruco_parameters
Variables
Variable aruco_opencv::ARUCO_DICT_MAP
Typedefs
Typedef aruco_opencv::ArucoDictType
Directories
Directory include
Directory aruco_opencv
Files
File parameters.hpp
File utils.hpp
Standard Documents
CHANGELOG
Changelog for package aruco_opencv
5.2.1 (2024-06-04)
5.2.0 (2024-05-08)
5.1.0 (2024-04-02)
5.0.0 (2023-05-18)
4.1.0 (2023-02-22)
4.0.1 (2022-12-13)
4.0.0 (2022-12-12)
0.2.0 (2022-09-07)
0.1.0 (2022-07-07)
PACKAGE
README
aruco_opencv
Index
aruco_opencv
C++ API
Template Function aruco_opencv::declare_param_int_range
View page source
Template Function aruco_opencv::declare_param_int_range
Defined in
File parameters.hpp
Function Documentation
template
<
class
NodeT
>
inline
void
aruco_opencv
::
declare_param_int_range
(
NodeT
&
&
node
,
std
::
string
param_name
,
int
default_value
,
int
min_value
,
int
max_value
)