Lesson of 4 March 2011 (part b)

Bit matrix convolution

A simple bit-matrix convolution example

File mask.cc

Fast bit-matrix convolution example, header file

File imageConvolution.hh

Fast bit-matrix convolution example, implementation

File imageConvolution.cc

Test without thread

File maskBit.cc

Test with thread

File maskBitThread.cc