Skip to content

Bounding Box removal using Inpaint function of OpenCV

Notifications You must be signed in to change notification settings

bemoregt/wwBoxRemove

Repository files navigation

wwBoxRemove

Bounding Box removal for Openframeworks using ofxCv.

result example

  • Test Result
  • Clockwise order : before, after, dilated mask, original mask.

Algorithm

  • Make Mask using InRange fuction of OpenCV
  • Remove using InPaint function of OpenCV

Dependency

  • OpenFrameworks 0.10.1
  • ofxCv
  • ofxOpenCv
  • ofxGUI
  • XCode 10.12.x
  • OSX Mojave

Next Plan

  • Add Hue, Saturation, Value Histogram
  • Optimal Dilation of masks.

Reference