Prev: database
Next: tv tuner card.
From: Giorgos Tzampanakis on 22 Jan 2010 23:49 When using colfilt with sliding blocks, there will be some overlap between the blocks. Does matlab exploit this overlap in order to gain performance? For example, let's say the function whose handle is passed to colfilt calls another function on each of the pixels. When the calculation moves on to the next block and the overlapped value is encountered, will matlab call the function again on it, or will it be smart enough to use the previous value?
From: us on 23 Jan 2010 03:41 Giorgos Tzampanakis <gt67(a)hw.ac.uk> wrote in message <slrnhlkvu5.3ti.gt67(a)news.eternal-september.org>... > When using colfilt with sliding blocks, there will be some overlap between > the blocks. Does matlab exploit this overlap in order to gain performance? > > For example, let's say the function whose handle is passed to colfilt > calls another function on each of the pixels. When the calculation moves > on to the next block and the overlapped value is encountered, will matlab > call the function again on it, or will it be smart enough to use the previous > value? a hint: % at the command prompt type edit colfilt; % then study the code... us
|
Pages: 1 Prev: database Next: tv tuner card. |