Ask Your Question

Revision history [back]

click to hide/show revision 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.

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.

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.