visp icon indicating copy to clipboard operation
visp copied to clipboard

Extend blob tracker to work with color

Open fspindle opened this issue 6 years ago • 1 comments

There exists the vpDot2 class that implements a blob tracker. This implementation is only working with grey level images vpImage<unsigned char>. It could be useful to extend the algorithm to work on RGB color images vpImage<vpRGBa> and why not on HSV images when this color format will be introduced (see #496).

It should be possible to introduce this new feature making vpDot2 as a template.

fspindle avatar Jan 08 '19 07:01 fspindle

@fspindle Will making the RGBa container and removing the conversion of the frame, with their gray level work ? and in vpDot2.h , How setGrayLevelMax and setGrayLevelMin is defined ?

yshkp avatar Jan 12 '19 08:01 yshkp