High Activity

Commits : Individual Commit

  Analyzed 3 days ago based on code collected 3 days ago.

Commit ID 264df8794600ad92470295ebf9fa342973617a98

Avatar Contributor: eNGIMa
as Danny Robson
Files Modified: 10
Date: 14-August-2010 at 12:42 Lines Added: 1812
Repository: git://git.gnome.org/gegl master Lines Removed: 0
Commit Comment: operations: add levin et. al soft matting
Implements the paper 'A Closed Form Solution to Natural Image Matting'
by Levin et al. A user specifies image regions as: foreground, background,
and unknown (in our implementation: white, black, transparent).

The implementation is based on the MATLAB implementation published by
Levin et al.

Care must be taken on large images, due to the algorithm's memory
requirements; specifying smaller unknown regions will reduce memory
consumption.

Execution speed may be increased by increasing 'levels', and
'active_levels'. These specify the depth of downsampled solutions, and
the number of these which are directly solved solutions.
 

Changes by Language

Language Code Added Code Removed Comments Added Comment Removed Blanks Added Blanks Removed
  C 1204 0 294 0 253 0
  Autoconf 26 0 0 0 5 0
  XML 19 0 0 0 1 0
  Automake 9 0 0 0 1 0

Changes by File

 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.