python - Opencv Blur just within Circle -
how 1 blur circular portion of image in python bindings of open cv. can 1 apply blurring on images without making new images?
it doesn't opencv's blurring , filtering functions allow masking input. suggest applying filter on rect around circular portion, assign elements of blurred sub matrix original image while masking elements not correspond circle.
Comments
Post a Comment