Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 604 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 604 Bytes

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