Example Planar Image

From BoofCV
Revision as of 12:23, 4 January 2012 by Peter (talk | contribs) (Created page for MultiSpectral example)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

MultiSpectral Images

MultiSpectral are used to store color images where each color or band is stored as an independent gray scale image. This allows for each band in the image to be independently processed or modified easily.

Example code detailing how to convert, use, and manipulate MultiSpectral images is provided here:

MultiSpectral Example Code

For now only a reference to the example code is provided because the code is not compatible with the current "stable" release, v0.3. Just after the release of v0.3 a bug was discovered where the color bands were not properly ordered when converting a MultiSpectral image into a BGR BufferedImage. The fix for this issue required a change the API and how ConvertRaster behaves. To get access to this fix check out the source code from github.