MSER implementation

Stéfan van der Walt stefanv at berkeley.edu
Thu Jan 28 20:53:50 EST 2016


Hi Vighnesh

On Thu, Jan 28, 2016 at 5:31 PM, Vighnesh Birodkar
<vighneshbirodkar at gmail.com> wrote:
> I wanted to start on the implementation of the MSER[1] blob detection
> algorithm. I am leaning towards implementing the approach of the original
> paper[2], which has a linear time
> complexity for all practical images. The alternative is a guaranteed linear
> time implementation[2], but the paper does not have as many citations.

I'd say: go with the original first, especially if it is easier to implement.

Stéfan



More information about the scikit-image mailing list