fixed bug in performance test matrix generation

This commit is contained in:
Alexey Spizhevoy
2011-01-25 11:45:29 +00:00
parent 7e3c69c82f
commit 397a63539c
3 changed files with 14 additions and 23 deletions

View File

@@ -14,8 +14,8 @@ public:
const std::string& name() const { return name_; }
void gen(cv::Mat& mat, int rows, int cols, int type);
void gen(cv::Mat& mat, int rows, int cols, int type, double low, double high);
void gen(cv::Mat& mat, int rows, int cols, int type,
cv::Scalar low, cv::Scalar high);
virtual void run() = 0;