From 0862825c7e37a45c343559b7c18a21fc0bb965f9 Mon Sep 17 00:00:00 2001 From: Martin Miller Date: Sat, 18 Mar 2017 23:01:15 -0500 Subject: Start Feature::h() method --- src/feature.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/feature.cpp') diff --git a/src/feature.cpp b/src/feature.cpp index 0d79c47..ad554a1 100644 --- a/src/feature.cpp +++ b/src/feature.cpp @@ -18,6 +18,13 @@ */ #include "feature.h" +Matrix +Feature::h ( ) +{ + Matrix h; + return h; +} /* ----- end of method Feature::h ----- */ + Matrix Feature::Fx ( ) -- cgit v1.1