1 #ifndef H_LASER_DATA_JSON 2 #define H_LASER_DATA_JSON 4 #include <gsl/gsl_matrix.h> 5 #include <gsl/gsl_vector.h>
LDP ld_from_json_stream(FILE *)
JO matrix_to_json(gsl_matrix *m)
LDP ld_from_json_string(const char *s)
int json_to_corr(JO jo, struct correspondence *, int n)
JO vector_to_json(gsl_vector *v)
JO result_to_json(struct sm_params *p, struct sm_result *r)
void ld_write_as_json(LDP ld, FILE *stream)
JO corr_to_json(struct correspondence *, int n)