From 990a1eb8aa57aecddf0b8d0d8c230875a7421a10 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Fri, 29 Jan 2016 10:11:27 +0100 Subject: Removed unused old files. --- npdistortion.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 npdistortion.h (limited to 'npdistortion.h') diff --git a/npdistortion.h b/npdistortion.h deleted file mode 100644 index a70616d..0000000 --- a/npdistortion.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef NPDISTORTION_H -#define NPDISTORTION_H - -#include "distortionmeasure.h" - -class NPDistortion : public DistortionMeasure -{ -public: - NPDistortion(int k = 10); - arma::vec measure(const arma::mat &distA, const arma::mat &distB); - -private: - int m_k; -}; - -#endif // NPDISTORTION_H -- cgit v1.2.3