how to display IplImage in an javafx imageview

235 views Asked by At

I am trying to display IplImage on imageview in application. But Imageview_id.setImage() allows only Image obj as parameter. Is there is another method to display iplImage in imageview ? or How to convert IplImage to Image?

0

There are 0 answers