• Patrik Huber's avatar
    Added buffer interface for cv::Vec4f · e0027ba7
    Patrik Huber authored
    This adds a Python buffer view to cv::Vec4f, and the type is exposed as eos.Vec4f.
    That means that the type is convertible to a NumPy array using `np.array(vec4f_instance)`.
    e0027ba7
generate-python-bindings.cpp 2 KB