zivid / zivid-python-samples

Python code samples for Zivid
https://zivid.com
BSD 3-Clause "New" or "Revised" License
39 stars 16 forks source link

Replace np.bool with bool in mask_point_cloud.py #115

Closed SatjaSivcev closed 3 years ago

SatjaSivcev commented 3 years ago

Fixing the warning that "np.bool" is a deprecated alias for the builtin "bool"

Tested on both Windows and Ubuntu (20.04)