Skip to content

Find and count unconnected blobs in an image really fast.

Notifications You must be signed in to change notification settings

DataPaulette/quickblob

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quickblob

Find and count unconnected blobs in an image really fast.

Usage

Currently it's just testable with:

make

It should open firefox with 2 pictures, the input and the picture with the blobs marked.

TODO

  • remove malloc calls and estimate memory to pre-allocate
  • port to arduino and compare performances with openMV:

https://github.com/openmv/openmv/blob/master/src/omv/img/blob.c#L110

About

Find and count unconnected blobs in an image really fast.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 91.8%
  • Python 5.0%
  • Makefile 3.2%