Ask Your Question

inac's profile - activity

May 10 '19 received badge  Popular Question (source)
Apr 2 '18 asked a question Tracking Keypoints in SimpleBlobDetector

Tracking Keypoints in SimpleBlobDetector Is there a recommended class or method to use to track each identified blob in

Oct 13 '16 received badge  Supporter (source)
Oct 10 '16 asked a question findContour results by itself

How do you draw the findContour results by itself (instead of an overlay as with drawContour)?

Oct 10 '16 received badge  Editor (source)
Oct 10 '16 commented question Drawing an outline based on outside contour

I've tried drawContour but it seems to only draw the contour around the image. i'm trying to draw just the outside contour - also updated question. thanks for pointing out that it's not clear - i am not very good at asking questions sometimes

Oct 3 '16 asked a question Drawing an outline based on outside contour

How does one draw an outline based on the outside edge of a contour?

I've tried drawContours, but that seems to only draw the contours on an existing image - but how does one simply extract the outside contours and draw only the contour onto a new mat/image?

Oct 3 '16 commented answer keeping the alpha channel in transparent image mat

Thanks - sorry for asking the question wrongly, when I was in-fact looking for whether the shaving had to be done or not - apparently it had to be!

Oct 3 '16 received badge  Scholar (source)
Oct 3 '16 asked a question keeping the alpha channel in transparent image mat

How do you keep an image's transparent background or alpha channel?

i.e., Canny input: .png with existing transparent alpha channel background. I'd like to figure out how to get the latter output instead of the first.

image description

image description

Jun 21 '16 commented answer Removing jitter/shaking effect in Haar Cascade detection bounding box

Why not use optical flow in addition to correct for jitter