#include "image.h"
#include "proto2D.h"
#include <stdlib.h>
#include <glib.h>
#include "classifier.h"
Go to the source code of this file.
#define FICHIER_EN_COURS __FILE__ |
Definition at line 42 of file decision_fusion_by_decision_templates.h.
#define LIGNE_EN_COURS __LINE__ |
Definition at line 43 of file decision_fusion_by_decision_templates.h.
#define NB_AFFICH 5 |
Definition at line 53 of file decision_fusion_by_decision_templates.h.
#define NE_PAS_PRENDRE_CONTEXTE -1 |
Definition at line 51 of file decision_fusion_by_decision_templates.h.
#define NE_PAS_SEUILLER 123045060 |
Definition at line 55 of file decision_fusion_by_decision_templates.h.
#define NO_ERROR 0 |
Definition at line 48 of file decision_fusion_by_decision_templates.h.
Referenced by normaliser_data_input_sur_a_b(), and normaliser_data_output_sur_a_b().
#define NORME_LP 0 |
Definition at line 46 of file decision_fusion_by_decision_templates.h.
#define PREMIER_ELEMENT 0 |
Definition at line 39 of file decision_fusion_by_decision_templates.h.
#define PRENDRE_CONTEXTE 1 |
Definition at line 50 of file decision_fusion_by_decision_templates.h.
#define SEUILLER 0 |
Definition at line 56 of file decision_fusion_by_decision_templates.h.
int built_decisions_templates_by_arithmetic_mean | ( | decision_fusion_by_decision_templates_t * | desc, | |
int | labelfond, | |||
int | nb_class_classifieurs, | |||
int | type, | |||
int | nb_DT, | |||
data_output | mask_learn_DT, | |||
GList * | DP | |||
) |
int calc_similarity_from_DP_to_DT_by_squared_norme_lp | ( | GList * | DP, | |
decision_fusion_by_decision_templates_t * | desc, | |||
int | indice_point, | |||
const int | norme_lp, | |||
float * | result | |||
) |
int calc_similarity_from_DP_to_DT_by_squared_norme_lp_with_contexte | ( | GList * | DP, | |
decision_fusion_by_decision_templates_t * | desc, | |||
int | indice_point, | |||
const int | norme_lp, | |||
float * | result | |||
) |
int chercher_nb_class | ( | data_output * | dataO, | |
int * | labels | |||
) |
int classifier_contexte_decision | ( | data_output | decision, | |
int | nb_voisins, | |||
data_output * | contexte_decision | |||
) |
int decision_fusion_by_decision_templates_calc | ( | decision_fusion_by_decision_templates_t * | desc, | |
GList * | DP, | |||
int | similarity_measure_choix, | |||
int | indice_point, | |||
const int | norme_lp, | |||
data_output * | crisp_decision | |||
) |
int decision_fusion_by_decision_templates_ferm | ( | decision_fusion_by_decision_templates_t * | desc | ) |
int decision_fusion_by_decision_templates_init | ( | decision_fusion_by_decision_templates_t * | desc, | |
GList * | DP, | |||
data_output | expert_decision, | |||
const int | LABEL_FOND, | |||
float | seuil, | |||
int | nb_voisins, | |||
data_output * | final_crisp_decision | |||
) |
param* decision_fusion_by_decision_templates_lect | ( | decision_fusion_by_decision_templates_t * | desc, | |
param * | ptp, | |||
char * | debq | |||
) |