1 | initial version |
i guess, your problem is, that you founda Mat.mul() member function, but there is no Mat.div() or similar.
use Core.divide in that case.
2 | No.2 Revision |
i guess, your problem is, that you founda found a Mat.mul() member function, but there is no Mat.div() or similar.
use Core.divide in that case.
3 | No.3 Revision |
i guess, your the problem is, that you found a Mat.mul() member function, but there is no Mat.div() or similar.
use Core.divideCore.divide(src1, src2, dst) in that case.