0
kicks
More Image Processing with C# Lambdas
This is a continuation of the earlier post on image processing with C# lambda expressions.
The previous blog describes a simple way to define image processing in terms of lambda expressions, and while efficient, it’s missing the ability to do commands that examine pixels outside of the source pixel in order to compute the destination pixel. The way around this is to provide more information to the lambda expression.