Esempio n. 1
0
 public static ArthurImage multiply(ArthurImage one, ArthurVideo two) {
   return JavaImageMath.multiply(one, two.toImage());
 }
Esempio n. 2
0
 public static ArthurImage divide(ArthurImage one, ArthurVideo two) {
   return JavaImageMath.divide(one, two.toImage());
 }