Exemplo n.º 1
0
 public static ArthurImage minus(ArthurImage one, ArthurImage two) {
   return JavaImageMath.addition(two, one, 1);
 }
Exemplo n.º 2
0
 public static ArthurImage add(ArthurImage one, ArthurImage two) {
   return JavaImageMath.addition(one, two, 0);
 }