diff --git a/Descriptor.h b/Descriptor.h index 39f4697..59ca491 100644 --- a/Descriptor.h +++ b/Descriptor.h @@ -358,7 +358,7 @@ public: return biterror; }; string ToString() { - return "Discrete Cosine Transform - Pearson Code"; + return "DCTPearson"; } }; @@ -389,6 +389,6 @@ public: return biterror; }; string ToString() { - return "Discrete Cosine Transform - Median Code"; + return "DCTMedian"; } }; \ No newline at end of file