Intelligent Video Content Analytics
This chapter focuses on the development of Java programs using the Watson Visual Recognition service to analyze video files and generate video content description.
The Intelligent Video Content Analytics sample application in this chapter performs object classification and face detection on videos instead of images.
In addition, VideoCapture and some other classes of the OpenCV library permit reading a video file and getting frames from it. See the
OpenCV website.
This chapter focuses on the development of Java ...