Luigi De Russis
Luigi De Russis
It seems that the problem is in the linking between the Java method and the underlying C++ function. Which IDE are you using? Do you properly set up the location...
Thanks, @amarlearning. I just tried the program with the same OpenCV version and IDE on macOS and Windows and it works without any problem. Are you using the OpenJDK? Does...
Hi @AhmedAGH, that error is *typically* related to a wrong path declared for the `FXMLLoader`: `FXMLLoader loader = new FXMLLoader(getClass().getResource("FXHelloCV.fxml"));` Is the `FXHelloCV.fxml` file still in the same package of...