OEFPToNumpyArray

Attention

|PYTHONONLY|

def OEFPToNumpyArray(fp, numpyCheck: bool = True) -> "NumpyArray"
def OEFPToNumpyArrayCpp(fp, numpyCheck: bool = True) -> "NumpyArray"

Creates a NumPy array from the bits stored in an OEFingerPrint. OEFPToNumpyArray` is completely done through Python, while OEFPToNumpyArrayCpp creates the array in C++ and converts it into a NumPy array. The user is required to have NumPy installed in their Python environment.