openframeworks/ofBook

issues with chapter 'Image Processing'

tremblap opened this issue · 3 comments

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)

@golanlevin btw the intro is fantastic review of possibilities outside of oF! Thanks for that resource!

I presume the sentence

See the oF videoPlayerExample implementation or ofVideoGrabber documentation for details.

is supposed to point at ofVideoPlayer documentation?

suggested reference after Euclidean distance 'https://en.wikipedia.org/wiki/Euclidean_distance