Exemple #1
0
 public PrewittKernel(IApplicableFilter decoratingKernel, Direction compass)
     : base(decoratingKernel, 3, 3, PrewittKernel.constructWeights(3, 3, compass))
 {
     // What's the heading capt'n?
 }