Login Paper Search My Schedule Paper Index Help

My ICIP 2021 Schedule

Note: Your custom schedule will not be saved unless you create a new account or login to an existing account.
  1. Create a login based on your email (takes less than one minute)
  2. Perform 'Paper Search'
  3. Select papers that you desire to save in your personalized schedule
  4. Click on 'My Schedule' to see the current list of selected papers
  5. Click on 'Printable Version' to create a separate window suitable for printing (the header and menu will appear, but will not actually print)

Paper Detail

Paper IDTEC-6.2
Paper Title APPROXIMATE FAST FOREGROUND COLOUR ESTIMATION
Authors Marco Forte, Photoroom.com, Ireland
SessionTEC-6: Image and Video Processing 2
LocationArea G
Session Time:Monday, 20 September, 15:30 - 17:00
Presentation Time:Monday, 20 September, 15:30 - 17:00
Presentation Poster
Topic Image and Video Processing: Linear and nonlinear filtering of images & video
IEEE Xplore Open Preview  Click here to view in IEEE Xplore
Abstract Compositing objects from one image or video onto another background is a classic computer vision problem. Compositing requires an estimate of the foreground object's transparency, a topic of study known as Alpha Matting. However, less studied is the requirement of an estimate for the foreground object's colours in transparent regions. Naively compositing without this leads to bleed-through of the original background. In this work, we propose an approximation for the multi-level foreground estimation technique from Germer et al. Our method can be implemented 11 lines of Python code and yields comparable results to state of the art approaches while also being faster. Our code is available at https://github.com/PhotoRoom/fast-foreground-estimation.