Function graspi::perfomance_indicator¶
Defined in File performance_indicators.hpp
Function Documentation¶
-
double
graspi
::
perfomance_indicator
(graph_t *G, const dim_g_t &d_g, const vertex_colors_t &C, const dim_a_t &d_a, const edge_weights_t &W, const edge_colors_t &L, const vertex_ccs_t &vCC, const ccs_t &CC, double pixelsize)¶ This function computes performance indicator of morphology stored as graph
This function computes a set of descriptors of morphology represented as a graph
- Return
the the product of three descriptors: F_ABS * F_DISS.first * F_CT
- Parameters
G
: is the pointer to the input graphd_g
: is the reference to the struct storing the dimension of graph verticesC
: is the reference to the vector storing the labels/colors of vertices in the graph Gd_a
: is the reference to the struct storing dimensions of the morphology represented as a arrayW
: is the reference to the map storing the weights of the edgesL
: is the reference to the map storing the labels/colors of the edges in graph GvCC
: is the reference to the vector storing indices of the connected components (CC) of each vector in the graphpixelsize
: is the physical unit of the voxel (distances will be rescaled according to this value)