First time here? Check out the FAQ!
answered 2018-01-11 02:19:48 -0600
since 3.0, the (java wrappers for) image readinig and video were moved to seperate other modules:
imread() and friends are in imgcodecs
the videocapture is in videoio , not in highgui
(your code / docs might be outdated)
updated 2018-01-11 02:21:00 -0600
since 3.0, the (java wrappers for) functions for image readinig reading and video were moved to seperate other modules: