Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

element wise division in android

hi, i have two mat variable. i want to do element wise division. same as ./ in matlab for element wise divison. when i am using Core.divide(); method i am not getting the same result. i also used Mat a = b.mul(1/c); this also does not gives desired result.

help me !! thanks

element wise division in android

hi, i have two mat variable. i want to do element wise division. same as ./ in matlab for element wise divison. when i am using Core.divide(); method i am not getting the same result. i also used Mat a = b.mul(1/c); this also does not gives desired result.

help me !! thanks