Home
last modified time | relevance | path

Searched refs:externalEnergyAt (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/scantailor/scantailor-advanced-1.0.16/dewarping/
H A DTextLineRefiner.h72 …static float externalEnergyAt(const Grid<float>& gradient, const Vec2f& pos, float penalty_if_outs…
H A DTextLineRefiner.cpp164 float TextLineRefiner::externalEnergyAt(const Grid<float>& gradient, const Vec2f& pos, float penalt… in externalEnergyAt() function in dewarping::TextLineRefiner
706 const float top_grad = externalEnergyAt(gradient, top, 0.0f); in calcExternalEnergy()
707 const float bottom_grad = externalEnergyAt(gradient, bottom, 0.0f); in calcExternalEnergy()