Rename DCT Descriptors
This commit is contained in:
+2
-2
@@ -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";
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user