A memory-efficient packed representation for 2D bit arrays
The BitArray2D class is for a memory-efficient packed representation of 2D bit arrays and for logical and other operations (such as blob dilations, erosions, etc.) on such arrays. The implementation of the class takes advantage of the facilities of the BitVector class for the memory representation and for the allowed operations.
The BitArray2D class is for a memory-efficient packed representation of 2D bit arrays and for logical and other operations (such as blob dilations, erosions, etc.) on such arrays. The implementation of the class takes advantage of the facilities of the BitVector class for the memory representation and for the allowed operations.
To install py37-BitArray2D, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py37-BitArray2D
To see what files were installed by py37-BitArray2D, run:
port contents py37-BitArray2D
To later upgrade py37-BitArray2D, run:
sudo port selfupdate && sudo port upgrade py37-BitArray2D
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.