Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package edu.northeaststate.jkyte4;
- import static org.bytedeco.javacpp.opencv_core.*;
- public class Main {
- public static void main(String[] args) {
- System.out.println("OpenCV version " + CV_VERSION + " loaded successfully.");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement