tags:

views:

45

answers:

0

I have a binarization code in open cv which displaying the binarization of an jpg image. Also i have a Java frame which contain binarization button (simply core java program). When i click this binarization button it'll display the binarization image. So how can i make a interface between open cv and Java? I mean through JNI. Can anybody help me?

Thanks a lot.