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.
1 parent c217489 commit 40d5036Copy full SHA for 40d5036
src/Matrix.cc
@@ -2200,7 +2200,7 @@ NAN_METHOD(Matrix::TemplateMatches) {
2200
2201
// @author ytham
2202
// Match Template filter
2203
-// Usage: output = input.matchTemplate("templateFileString", ["method"], ["maskPath"]);
+// Usage: output = input.matchTemplate("templateFileString"[, "method"][, "maskPath"]);
2204
NAN_METHOD(Matrix::MatchTemplate) {
2205
Nan::HandleScope scope;
2206
0 commit comments