Marcam - a cross-platform application to automate marking and counting objects in images.
Copyright © 2017-2018 Matthew A. Clapp
Fetch the latest stable release (Windows installer, Mac dmg bundle, or source) from https://github.com/itsayellow/marcam/releases
Try pushing and holding the space bar at any time for a temporary zoom, centered where the mouse pointer is. Useful for detailed examination or marking.
The help from the help menu is short and useful. You can view it to quickly understand the basic functionality of the application.
Requires python ≥ 3.6
make clean_all
to remove all build directories and files (including removal of virtual environment).make dmg
to make the Mac .dmg bundle containing application and Applications directory alias
- Install NSIS
make clean_all
to remove all build directories and files (including removal of virtual environment).make wininstall
to make the Windows installer
(Preliminary. Still a work in progress.)
The following almost works, but dumps core after the user mouses over the app.
- sudo apt-get install python3-venv
- sudo apt-get install python3-wxgtk4.0
- sudo apt-get install python3-wxgtk-webview4.0
- python3 -m venv --system-site-packages virt
- source virt/bin/activate
- pip3 install wheel
- pip3 install appdirs biorad1sc-reader numpy Pillow PyInstaller
Application Log files stored in the directory: "~/Library/Logs/Marcam"
Application preferences stored in the file: "~/Library/Preferences/Marcam Preferences"
Application file cache directory: "~/Library/Caches/Marcam"
Application Log files stored in the directory: "C:\Users\<username>\AppData\Local\Marcam\Logs"
Application preferences stored in the Registry: HKEY_CURRENT_USER\Software\itsayellow.com\Marcam
Application file cache directory: "C:\Users\<username>\AppData\....."