29 Jan
2016
29 Jan
'16
1:53 a.m.
Hi Vighnesh On Thu, Jan 28, 2016 at 5:31 PM, Vighnesh Birodkar <vighneshbirodkar@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