PANDORE Version 6 GREYC-IMAGE

pdisplayperformancevalues



Pretty prints segmentation errors computed with operator 'passesssegmentationalgorithm.'



Synopsis

pdisplayperformancesvalues [col_in1|-] [col_in2|-]

Description

The operator pdisplayperformancevalues displays on standard output the performance values of an algorithm from the average values of the segmentation errors stored in the collection col_out2 and the detail for each segmentation result in the collection col_in1. These two collections are computed by the operator passesssegmentationalgorithm.

The performances are described by segmentation errors according to five indicators:

Inputs

Result

Returns SUCCESS or FAILURE.

Examples

Assesses performances of algorithm 'algo001' from its result images stored in folder 'images/resultimages/algo001':

passesssegmentationalgorithm -v 0 0.5 images/resultimages/algo001 images/groundtruths detail_errors.pan total_errors.pan
pdisplayperformancevalues detail_errors.pan total_errors.pan

See also

passesssegmentationalgorithm, Evaluation

Prototype C++

Errc DisplayPerformanceValues( const Collection &cols1, const Collection &cols2 );

Author: Régis Clouard