Ask Your Question
0

package bgsegm appears to be missing from OpenCV 4.5 Java

asked 2020-11-04 09:52:29 -0600

updated 2020-11-04 09:55:42 -0600

The package is not in the distributed jar file, and I have been unable to find even the relevant cpp source. Beyond the Javadoc for (for example) BackgroundSubtractorGSOC, the only other appearance of GSOC is in comments or XML files representing models.

Is there a reason the package is missing? Thanks

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2020-11-04 10:51:54 -0600

berak gravatar image

The package is not in the distributed jar file,

true

the prebuild packages do not contain any modules from opencv_contrib

this unfortunately means, you'll have to build from src (see README there for build instructions).

apart from a java SDK, you'll need a c++ compiler (e.g. VS or mingw64), cmake and the apache ant tool.

edit flag offensive delete link more

Comments

OK. Thanks.

Cayman Beach gravatar imageCayman Beach ( 2020-11-04 11:29:19 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2020-11-04 09:52:29 -0600

Seen: 118 times

Last updated: Nov 04 '20