issues with chapter 'Image Processing'
tremblap opened this issue · 3 comments
tremblap commented
Hello
I'll put the fruit of my diligent reading here, bugs and suggestions.
First is a bug:
int imgWidth = myImage.width;
int imgHeight = myImage.height;
should use the .getWidth and .getHeight methods instead. (and loadImage just above should be replaced by .load)
tremblap commented
@golanlevin btw the intro is fantastic review of possibilities outside of oF! Thanks for that resource!
tremblap commented
I presume the sentence
See the oF videoPlayerExample implementation or ofVideoGrabber documentation for details.
is supposed to point at ofVideoPlayer documentation?
tremblap commented
suggested reference after Euclidean distance 'https://en.wikipedia.org/wiki/Euclidean_distance