Skip to content

Commit bdb6b45

Browse files
committed
Merge pull request opencv#9259 from eyolfson:patch-1
2 parents 1170d74 + 27cf941 commit bdb6b45

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

samples/tapi/hog.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,6 @@ class App
2828
void workBegin();
2929
void workEnd();
3030
string workFps() const;
31-
string message() const;
32-
33-
34-
// This function test if gpu_rst matches cpu_rst.
35-
// If the two vectors are not equal, it will return the difference in vector size
36-
// Else if will return
37-
// (total diff of each cpu and gpu rects covered pixels)/(total cpu rects covered pixels)
38-
double checkRectSimilarity(Size sz,
39-
std::vector<Rect>& cpu_rst,
40-
std::vector<Rect>& gpu_rst);
4131
private:
4232
App operator=(App&);
4333

0 commit comments

Comments
 (0)