Searched refs:islands (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libdepixelize/
H A Dkopftracer2011.cpp49 bool islands(PixelGraph::const_iterator a, PixelGraph::const_iterator b);
457 weights[i].first += Heuristics::islands(a, d) * options.islandsWeight;
458 weights[i].second += Heuristics::islands(b, c) * options.islandsWeight;
645 inline bool Heuristics::islands(PixelGraph::const_iterator a, function in class:Tracer::Heuristics

Completed in 12 milliseconds