Quantcast
Channel: beginners - openFrameworks
Viewing all articles
Browse latest Browse all 4929

Difference between getPixels() and getPixelsRef()

$
0
0

@claire wrote:

Hi everybody,
can anyone explain the differences between these two lines of code?

Img.setFromPixels(grabber.getPixelsRef());

and

Img.setFromPixels(grabber.getPixels(), 320, 240);

Img is an instance of class ofxCvColorImage

Thanks to whoever will respond!

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4929