name: SegmentConcat

synopsis:

g++ [flags ...] file ... -l /isip/tools/lib/$ISIP_BINARY/lib_algo.a

#include <SegmentConcat.h>

SegmentConcat(ALGORITHM algorithm = DEF_ALGORITHM, IMPLEMENTATION implementation = DEF_IMPLEMENTATION, float floor);
boolean eq(const SegmentConcat& arg);
boolean setDimension(long dim);
quick start:

none. this class is not to be used in isaolation. this provides the
base functionality for the isip_segment_concat utility.
description:

The SegmentConcat class is used to provide the base functionality for the isip_segment_concat utilty. Currently, two algorithms are supported: MIN_MAX - compute the min-max for each dimension of the feature-vectors. SEG_CONCAT - manuplate the feature vectors given the segmental information. The two implementations supported for SEG_CONCAT are NONE and NORMALIZE. The good reference for this functionalty is:
dependencies:

public constants:

error codes:

protected data:

required public methods:

class-specific public methods:

private methods:

examples:

notes: