1 research outputs found

    Fast Dichotomic Multiple Search Algorithm for Shortest Cirular Path

    No full text
    Circular shortest path algorithms for polar objects segmentation have been proposed in [1, 11, 10] to address discrete case and extended in [2] to the continuous domain for closed global optimal geodesic calculation. The best method up to date relies on a branch and bound approach and runs in O(u 1.6 v) on average while O(u 2 v) in worst case for a u × v discrete trellis warped in the direction of v. We propose an new algorithm called dichotomic multiple search (DMS) which finds the global minimum with a O(ulog2(u)v) worst case scenario complexity. Our algorithm relies on the fact that two minimal paths never cross more than once. This allows to sequentially partition the trellis in a dichotomic manner. Each computed circular minimal path with chosen starting point allows cutting the trellis into two sub trellis. The algorithm is then recursively applied on each sub trellis. Application to object segmentation is presented.
    corecore