Back to FabImage Library website
You are here: Start » Function Reference » Image Features » ImagePixelValues

ImagePixelValues
Header: | FIL.h |
---|---|
Namespace: | fil |
Returns an array of pixel values from the input image.
Syntax
C++
C#
void fil::ImagePixelValues ( const fil::Image& inImage, ftl::Optional<const fil::Region&> inRoi, ftl::Array<float>& outPixelValues )