Added border-ignore to the image-to-leds mapping.

Added doxygen comments.
This commit is contained in:
T. van der Zwan
2013-08-21 15:24:42 +00:00
parent b880603a30
commit 7c9ac7d151
4 changed files with 102 additions and 70 deletions

View File

@@ -30,7 +30,7 @@ void ImageProcessor::setSize(const unsigned width, const unsigned height)
delete mImageToLeds;
// Construct a new buffer and mapping
mImageToLeds = new ImageToLedsMap(width, height, mLedString.leds());
mImageToLeds = new ImageToLedsMap(width, height, 0, 0, mLedString.leds());
}
std::vector<RgbColor> ImageProcessor::process(const RgbImage& image)