| 278 | } |
| 279 | |
| 280 | void Algorithm::setMatVector(const string& parameter, const vector<Mat>& value) |
| 281 | { |
| 282 | info()->set(this, parameter.c_str(), ParamType<vector<Mat> >::type, &value); |
| 283 | } |
| 284 | |
| 285 | void Algorithm::setAlgorithm(const string& parameter, const Ptr<Algorithm>& value) |
| 286 | { |