App
TGSharpen.cpp
Go to the documentation of this file.
1 /*
2  * TGSharpen.cpp
3  *
4  * Created on: Feb 5, 2013
5  * Author: xxx
6  */
7 
8 #include "TGSharpen.hpp"
9 
10 namespace app {
11 
12 template class TGSharpen<px_4x8bit, px_1x8bit>;
13 template class TGSharpen<px_1x8bit, px_1x8bit>;
14 
15 template <typename TPIXEL, typename TCHANNEL>
17 
18 } /* namespace app */