Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How can I speed up filter2D

Hi,

My algorithm calls filter2D around 256 times. Because of this the processing time of the overall algorithm is high. I tried all other ways to minimize the number of convolutions(by scaling image etc). Is there any alternative function or something for reducing the time of filter2D(without using gpu etc).