sightmachine / SimpleCV

The Open Source Framework for Machine Vision
http://simplecv.org
BSD 3-Clause "New" or "Revised" License
2.68k stars 798 forks source link

fixed deprecated tostring() and fromstring() error #694

Open seangtkelley opened 7 years ago

seangtkelley commented 7 years ago

tostring() and fromstring() methods are now deprecated. All calls were replaced with tobytes() and frombytes().