mbicp_interface.c
Go to the documentation of this file.
1 #include "../csm_all.h"
2 
3 void sm_mbcip(struct sm_params*input, struct sm_result*output) {
4 
5 }
6 
7 /*
8 void mbicp_add_options(struct option* ops, struct hsm_params*p) {
9  #define prefix "mbicp_"
10 
11  options_double(ops, "hsm_linear_cell_size", &p->linear_cell_size, 0.03, "HSM: Size of a rho cell");
12  options_double(ops, "hsm_angular_cell_size_deg", &p->angular_cell_size_deg, 1.0, "HSM: Size of angualar cell (deg)");
13  options_int(ops, "hsm_num_angular_hypotheses", &p->num_angular_hypotheses, 8, "HSM: Number of angular hypotheses.");
14  options_double(ops, "hsm_xc_directions_min_distance_deg", &p->xc_directions_min_distance_deg, 10.0, "HSM: Min distance between directions for cross corr (deg)");
15  options_int(ops, "hsm_xc_ndirections", &p->xc_ndirections, 3, "HSM: Number of directions for cross corr (deg)");
16  options_double(ops, "hsm_angular_hyp_min_distance_deg", &p->angular_hyp_min_distance_deg, 10.0, "HSM: Min distance between different angular hypotheses (deg)");
17 
18  options_int(ops, "hsm_linear_xc_max_npeaks", &p->linear_xc_max_npeaks, 5, "HSM: Number of peaks per direction for linear translation");
19  options_double(ops, "hsm_linear_xc_peaks_min_distance", &p->linear_xc_peaks_min_distance, 5.0, "HSM: Min distance between different peaks in linear correlation");
20 }
21 
22 */
23 
24 
void sm_mbcip(struct sm_params *input, struct sm_result *output)


csm
Author(s): Andrea Censi
autogenerated on Tue May 11 2021 02:18:23