procedure SetKernel(K : PDoubleArray; Inverted : Boolean);
Use this procedure to set the convolution kernel for the convolver. K is array of kernel points (the number of points is assumed to be equal to the value of KernelWidth property. Inverted parameter allows you to tell the procedure if the kernel is inverted or not. You may call this procedure on the fly, to change the current convolution kernel, but note, that you cannot change KernelWidth value on the fly.
Copyright © 2002, 2003 Andrei Borovsky. All rights reserved.