Ask Your Question

Rami's profile - activity

2018-10-07 07:08:14 -0600 received badge  Famous Question (source)
2017-08-12 04:06:34 -0600 received badge  Notable Question (source)
2017-04-23 05:27:56 -0600 received badge  Popular Question (source)
2016-01-17 11:42:50 -0600 received badge  Enthusiast
2016-01-16 14:05:07 -0600 asked a question convert Mat image into 2d Matrix double

Is there any way ,in which I can convert a Mat object into an double[][] array?I have some image proccesing algoritms that I don't know how to use them on Mat objects, but I can use them if I can find a way of transforming , on double[][]'s ! I'm a novice in Opencv! If the Mat's are converted into double[][]'s , and the Mat's are on 3 channels, do I lose some information, do I have to convert the Mat image in gray? What approach can I use?

2016-01-12 11:36:10 -0600 asked a question building a Mat image from different 1-column Mat images

Hi everyone! I'm a little bit at the beginning of working with opencv. How can I build a Mat image called let's say A,from other 1-column Mat images, in a way that, every column of image A, is one of the Mat 1-column images?