The function of the blob detector is to search for continuous foreground areas in the binarized images and to subsequently wrap them into blobs. The algorithm implemented at present is called Base Blob Detector. The Base Blob Detector algorithm is based on an 8-way fill method.