We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1170d74 + 27cf941 commit bdb6b45Copy full SHA for bdb6b45
samples/tapi/hog.cpp
@@ -28,16 +28,6 @@ class App
28
void workBegin();
29
void workEnd();
30
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);
41
private:
42
App operator=(App&);
43
0 commit comments