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