ofBook
ofBook copied to clipboard
openFrameworks community book
https://sfpc.hackpad.com/rPi-run-4-ever-qFgafqYPM54 on https://openframeworks.cc/ofBook/chapters/installation_up_4evr_macosx.html is dead
Hi, and thanks a lot for the amazing work going into the ofBook! I have one feature request: Hiding the sidebar when the width of the viewport goes below a...
Hi! I just noticed a broken link on the Computer Vision chapter. In the bibliography, Golan Levin's essay on Computer Vision for Artists was broken due to (it turns out)...
Hi! In the very nice chapter "Image Processing and Computer Vision", under paragraph "Thresholding", you're using a version of the popular "Blobs" sample image and labelling it "cells". I think...
the text says "The overloaded operators for ofxCvImage make such running averages straightforward." however this only seems true for ofxCvFloatImage. If the background image is a type of ofxGrayscaleImage (or...
`include ` is wrong, it's `include ` as used in the other parts. Variable names starting with an underscore followed by an uppercase letter are reserved for the implementation, same...
Following the code through the 'Polyline Pen: Tracking the Mouse' in Graphics section, and I'm getting this error: "No matching member function for call to 'curveTo'" for the following bit...
After copying the code for example 2 from "Image Processing and Computer Vision" (Preliminaries to Image Processing) into Xcode and attempting to build the application, the build fails due to...