| 273 | } |
| 274 | |
| 275 | void Algorithm::setMat(const string& parameter, const Mat& value) |
| 276 | { |
| 277 | info()->set(this, parameter.c_str(), ParamType<Mat>::type, &value); |
| 278 | } |
| 279 | |
| 280 | void Algorithm::setMatVector(const string& parameter, const vector<Mat>& value) |
| 281 | { |