Search
Search Results
Search finished, found 6 page(s) matching the search query.
- numpy.unpackbits
- numpy.unpackbits (Python function, in numpy.unpackbits)
- NumPy 1.13.0 Release Notes
...istribution, which can be useful for programs with a PySide1/Qt4 front-end. Performance improvements for packbits and unpackbits The functions numpy.packbits with boolean input and numpy.unpackbits have been optimized to be a significantl...
- NumPy 1.17.0 Release Notes
...quires \(O(n/2)\) working space. Details of the timsort algorithm can be found at CPython listsort.txt. packbits and unpackbits accept an order keyword The order keyword defaults to big, and will order the bits accordingly. For 'order=bi...
- numpy.packbits
...d has the same number of dimensions as the input (unless axis is None, in which case the output is 1-D). See also unpackbitsUnpacks elements of a uint8 array into a binary-valued output array. Examples >>> import numpy as np >>> a...
- numpy.unpackbits