Skip to content

An easy-to-use C++ application to count bacterial colonies (i.e. CFU). Required by libcolonyfind.

License

Notifications You must be signed in to change notification settings

msudesigncpr/OpenCFU

 
 

Repository files navigation

OpenCFU

About

OpenCFU is a C++ program originally used to enumerate colonies through a GUI. libcolonyfind relies heavily on this program to function. See the libcolonyfind docs for more info. Because OpenCFU cannot properly parse command-line arguments in Windows, OpenCFU must be built in WSL and invoked from Windows.

See the datasheets for the OpenCFU reference paper

Installation

sudo apt update && sudo apt install libopencv-dev
git clone https://github.com/msudesigncpr/OpenCFU.git
cd OpenCFU
autoreconf -i
./configure --without-gui
automkae --add-missing
make
./opencfu -h

Warning

Define this path in constants.py

See the libcolonyfind docs for more info

About

An easy-to-use C++ application to count bacterial colonies (i.e. CFU). Required by libcolonyfind.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 71.0%
  • JavaScript 11.0%
  • HTML 6.9%
  • M4 3.2%
  • CSS 3.1%
  • Makefile 2.3%
  • Other 2.5%