1 | initial version |
OpenCV version 3.0 for Java doesn't have any function which show the image, it is done converting Mat
object to BufferedImage
then show it in a JPanel
2 | No.2 Revision |
OpenCV version 3.0 for Java doesn't have any function which show the image, it is now done by converting Mat
object to BufferedImage
then show it in a JPanel