[opencv] 180/251: Remove unused method declarations in hog.cpp
Nobuhiro Iwamatsu
iwamatsu at moszumanska.debian.org
Sun Aug 27 23:27:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
iwamatsu pushed a commit to annotated tag 3.3.0
in repository opencv.
commit 27cf9412846ee8b80fe2bcdb338227253e186a46
Author: Jon Eyolfson <jon at eyl.io>
Date: Fri Jul 28 10:19:35 2017 -0400
Remove unused method declarations in hog.cpp
The class `App` appears to have two unused methods: `message` and `checkRectSimilarity`. The is no definition or use of either of these methods. This appears to be dead code.
---
samples/tapi/hog.cpp | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/samples/tapi/hog.cpp b/samples/tapi/hog.cpp
index 1ead0d9..9273e67 100644
--- a/samples/tapi/hog.cpp
+++ b/samples/tapi/hog.cpp
@@ -28,16 +28,6 @@ public:
void workBegin();
void workEnd();
string workFps() const;
- string message() const;
-
-
-// This function test if gpu_rst matches cpu_rst.
-// If the two vectors are not equal, it will return the difference in vector size
-// Else if will return
-// (total diff of each cpu and gpu rects covered pixels)/(total cpu rects covered pixels)
- double checkRectSimilarity(Size sz,
- std::vector<Rect>& cpu_rst,
- std::vector<Rect>& gpu_rst);
private:
App operator=(App&);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opencv.git
More information about the debian-science-commits
mailing list