Ask Your Question

Atul's profile - activity

2014-02-25 14:02:54 -0600 received badge  Necromancer (source)
2014-02-18 15:43:47 -0600 answered a question imshow equivalence in Java

This is a readymade solution for Imshow() equivalent in Java OpenCV Its simple to use . API will look like:

Imshow im = new Imshow("Title");

im.showImage(matimage);

Visit here https://github.com/master-atul/ImShow-Java-OpenCV