26#include <opencv2/core/core.hpp>
70 template <
typename F,
typename S>
74 template <
typename F,
typename S>
113 template <
typename K,
typename V>
118 template <
typename K,
typename V>
157#include <jevois/Component/details/ParameterStringConversionImpl.H>
void paramValToString< std::string >(std::string const &val, std::string &result)
Machine-readable conversion of string to a string, for use in jevois::Parameter.
void paramStringToVal< ImColor >(std::string const &valstring, ImColor &result)
Machine-readable input from a string, for use in jevois::Parameter: reads R G B A,...
void paramValToString< unsigned char >(unsigned char const &val, std::string &result)
Machine-readable conversion of T to a string, specialization to convert unsigned char to number,...
void paramValToString< bool >(bool const &val, std::string &result)
Machine-readable conversion of bool to a string, for use in jevois::Parameter.
void paramStringToVal< bool >(std::string const &valstring, bool &result)
Machine-readable conversion from string to bool, for use in jevois::Parameter.
void paramValToString< ImColor >(ImColor const &val, std::string &result)
Machine-readable output to a string, for use in jevois::Parameter: outputs R G B A,...
void paramValToString(T const &val, std::string &result)
Machine-readable conversion of T to a string, for use in jevois::Parameter.
void paramStringToVal(std::string const &valstring, T &result)
Machine-readable conversion from string to T, for use in jevois::Parameter.
void paramStringToVal< std::string >(std::string const &valstring, std::string &result)
Machine-readable conversion from string to string, for use in jevois::Parameter.
Main namespace for all JeVois classes and functions.