Example Planar Image
From BoofCV
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:
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.