I was struggling to find where in the OpenCV API he blob tracking code that EmguCV uses is. I think I have found it religated to legacy code: https://github.com/Itseez/opencv/blob/master/modules/legacy/src/blobtrackingauto.cpp
Why is it legacy code and where is any blob tracking code APIs that have replaced it?