Advertisement
Guest User

Untitled

a guest
Feb 16th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1. package edu.northeaststate.jkyte4;
  2.  
  3. import static org.bytedeco.javacpp.opencv_core.*;
  4.  
  5. public class Main {
  6.  
  7.     public static void main(String[] args) {
  8.         System.out.println("OpenCV version " + CV_VERSION + " loaded successfully.");
  9.     }
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement