| 268 | } |
| 269 | |
| 270 | void Algorithm::setString(const string& parameter, const string& value) |
| 271 | { |
| 272 | info()->set(this, parameter.c_str(), ParamType<string>::type, &value); |
| 273 | } |
| 274 | |
| 275 | void Algorithm::setMat(const string& parameter, const Mat& value) |
| 276 | { |