-
Notifications
You must be signed in to change notification settings - Fork 31
op drawKeypoints
firepick1 (Chromebook Ubuntu) edited this page Apr 25, 2014
·
3 revisions
OpenCV drawKeypoints wrapper
{"op":"drawKeypoints","model":"s2", "color":[255, 0, 255], "flags":5}
- model name of stage that generates keypoints model to be drawn
-
color JSON array corresponding to cv::Scalar with 1-4 elements (
[-1 -1 -1 -1]
default) -
flags int value of desired DrawMatchesFlags (5 is more informative than the default value of
0
)
{}
firesight -i img/cam.jpg -p json/drawKeypoints.json
Output image saved as target/drawKeypoints.jpg