Claude Iverson
Results
1
issues of
Claude Iverson
Using the following pipeline: ``` [ {"op":"matchTemplate", "name":"match", "template":"template.png", "corr":"{{corr||0.8}}", "threshold":"{{threshold||0.6}}", "method":"{{method}}", "angle":"{{angle}}", "output":"{{output}}" }, {"op":"matchGrid", "name":"grid1", "calibrate":"{{calibrate}}", "scale":"{{scale}}", "sep":"[1.5,1.5]", "model":"match" }, {"op":"drawRects", "name":"draw1", "radius":5, "model":"grid1", "color":"{{colorUndistort||[32,255,32]}}"}, {"op":"undistort", "name":"undistort", "model":"grid1"...