Ask Your Question

JojoF's profile - activity

2020-09-23 07:26:01 -0600 commented answer How to display multiple images in one window?

just wanted to correct this answer(atleast as I did it in Java): imshow("result",matSrc); -> imshow("result",matDst)

2020-09-23 07:25:28 -0600 commented answer How to display multiple images in one window?

just wanted to correct this answer(atleast as I did it in Java): imshow("result",matSrc); -> imshow("result",matDst);

2020-09-17 14:55:59 -0600 answered a question CvMlData read_csv in java

File file = new File("infraImage_045_270.csv"); int rows = 240; int cols = 320; double buffRes[] = new d