diff plugins/SegmenterPlugin.cpp @ 37:9ce0db4770a2

* work on integrating segmenter (not yet done)
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 09 Jan 2008 16:51:59 +0000
parents 5359ba489c0f
children 9a2edd83775f
line wrap: on
line diff
--- a/plugins/SegmenterPlugin.cpp	Wed Jan 09 10:39:43 2008 +0000
+++ b/plugins/SegmenterPlugin.cpp	Wed Jan 09 16:51:59 2008 +0000
@@ -11,7 +11,7 @@
 #include <sstream>
 
 #include "SegmenterPlugin.h"
-#include "ClusterMeltSegmenter.h"
+#include "dsp/segmentation/ClusterMeltSegmenter.h"
 
 using std::string;
 using std::vector;
@@ -46,7 +46,7 @@
 string
 SegmenterPlugin::getCopyright() const
 {
-    return "All rights reserved";
+    return "Copyright (c) 2006-2008 - All Rights Reserved";
 }
 
 bool
@@ -163,7 +163,7 @@
 	if (params.featureType == FEATURE_TYPE_CONSTQ)
 	{
 		params.ncomponents = 20;
-		params.neighbourhoodLimit = 30;					
+		params.neighbourhoodLimit = 30; 
 	}
 	if (params.featureType == FEATURE_TYPE_CHROMA)
 	{