|
@@ -151,7 +151,7 @@ int main( int argc, char **argv )
|
|
|
|
|
|
std::cerr << "CODEBOOK CREATION" << std::endl;
|
|
std::cerr << "CODEBOOK CREATION" << std::endl;
|
|
|
|
|
|
- OBJREC::ClusterAlgorithm * clusterAlgo = OBJREC::GenericClusterAlgorithmSelection::selectClusterAlgo ( conf );
|
|
+ OBJREC::ClusterAlgorithm * clusterAlgo = OBJREC::GenericClusterAlgorithmSelection::selectClusterAlgorithm ( conf );
|
|
|
|
|
|
NICE::VVector prototypes;
|
|
NICE::VVector prototypes;
|
|
|
|
|