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

/inkscape/src/libdepixelize/
H A Dkopftracer2011.cpp45 namespace Heuristics { namespace in namespace:Tracer
79 } // namespace Heuristics
451 weights[i].first += Heuristics::curves(graph, a, d)
453 weights[i].second += Heuristics::curves(graph, b, c)
457 weights[i].first += Heuristics::islands(a, d) * options.islandsWeight;
458 weights[i].second += Heuristics::islands(b, c) * options.islandsWeight;
461 using Heuristics::SparsePixels;
506 inline int Heuristics::curves(const PixelGraph &graph,
562 inline void Heuristics::SparsePixels::operator ()(const PixelGraph &graph,
637 Heuristics
[all...]

Completed in 348 milliseconds