Ask Your Question

S.P's profile - activity

2019-11-14 14:21:48 -0600 commented answer How to copy a mat object to a integer 2D matrix in opencv java ?

Please suggest me what to write in line instead of image object in line: sub[p][q] = image[p+(i-1)][q+(j-1)]; Previous

2019-11-14 14:18:34 -0600 commented answer How to copy a mat object to a integer 2D matrix in opencv java ?

Here I neet to traverse along the large matrix which i got from image and extract 3*3 submatrix within it. code: Sys

2019-11-14 14:17:55 -0600 commented answer How to copy a mat object to a integer 2D matrix in opencv java ?

Here I needt to traverse along the large matrix which i got from image and extract 3*3 submatrix within it. code: Sys

2019-11-14 14:11:57 -0600 commented answer How to copy a mat object to a integer 2D matrix in opencv java ?

while i am writing this code getting one error like : "Type mismatch: cannot convert from long to int". at line :- byte

2019-11-14 07:37:40 -0600 commented question How to copy a mat object to a integer 2D matrix in opencv java ?

Posting the remaining code below : public class SampleImage { //public static void subMatrix(int startRow, int startC

2019-11-14 07:37:15 -0600 commented question How to copy a mat object to a integer 2D matrix in opencv java ?

Posting the remaining code below : public class SampleImage { //public static void subMatrix(int startRow, int startC

2019-11-14 07:36:59 -0600 commented question How to copy a mat object to a integer 2D matrix in opencv java ?

Posting the remaining code below : public class SampleImage { //public static void subMatrix(int startRow, int startC

2019-11-14 07:31:16 -0600 commented question How to copy a mat object to a integer 2D matrix in opencv java ?

Previously I was working with random 128*!28 matrix. Bu now I have to work with the matrix i got from that grayscale im

2019-11-14 07:17:31 -0600 commented question How to copy a mat object to a integer 2D matrix in opencv java ?

I have to convert a grayscale matrix to a 2D integer array( or matrix) so that I can do some Operation on that matrix (

2019-11-11 14:32:22 -0600 edited question How to copy a mat object to a integer 2D matrix in opencv java ?

How to copy a mat object to a integer 2D matrix in opencv java ? Here is my code below: System.loadLibrary( Core.NATIVE

2019-11-11 14:31:47 -0600 received badge  Editor (source)
2019-11-11 14:31:47 -0600 edited question How to copy a mat object to a integer 2D matrix in opencv java ?

How to copy a mat object to a integer 2D matrix in opencv java ? Here is my code below: System.loadLibrary( Core.NATIVE

2019-11-11 14:30:28 -0600 asked a question How to copy a mat object to a integer 2D matrix in opencv java ?

How to copy a mat object to a integer 2D matrix in opencv java ? Here is my code below: System.loadLibrary( Core.NATIVE_