1 | initial version |
1) What is the requirement here? Opencv can read lots of image files, including jpg and png 2) Adding a border should be possible with cv::Mat operations and also definitely faster than 5-6 seconds. The rest will be easy, too 3) Its definitely there: http://opencv.org/opencv-java-api.html 4) Yes, windows and linux are supported. 5) The GPU module is not supported in the opencv java api, but maybe you could achieve some results with a jni wrapper.
2 | No.2 Revision |
1) What is the requirement here? Opencv can read lots of image files, including jpg and png png.