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