Open Source Computer Vision Library https://opencv.org/
 
 
 
 
 
 

9 lines
182 B

public class Documentation {
public static void main (String[] args) {
//! [hello_world]
System.out.println ("Hello World!");
//! [hello_world]
}
}