Boofcv Video Mosaic Example编译错误

Boofcv Video Mosaic Example compile error

我在 eclipse 中将 "boofcv\evaluation\visualization\src" 添加到我的正常 java 项目中。我也添加了预编译库。所有其他 java 文件都可以,除了这一行:

错误:

Exception in thread "main" java.lang.Error: Unresolved compilation problems: 
The constructor VideoProcessAppBase<I>(int, (color ? ImageType.ms(3, imageType) : ImageType.single(imageType))) is undefined
Type mismatch: cannot convert from ImageType<MultiSpectral<ImageSingleBand>> to Class<I>
Type mismatch: cannot convert from ImageType<MultiSpectral<ImageSingleBand>> to Class<I>
Type mismatch: cannot convert from ImageType<ImageSingleBand> to Class<I>
Type mismatch: cannot convert from ImageType<ImageSingleBand> to Class<I>

at boofcv.alg.sfm.d2.VideoStitchBaseApp.<init>(VideoStitchBaseApp.java:97)
at boofcv.alg.sfm.d2.VideoMosaicSequentialPointApp.<init>(VideoMosaicSequentialPointApp.java:55)
at boofcv.alg.sfm.d2.VideoMosaicSequentialPointApp.main(VideoMosaicSequentialPointApp.java:137)

感谢任何帮助。

已修复 我用这些来修复错误:

  1. 评估库未预编译libs.I下载并添加
  2. 我删除了同一个包中的其他 java 个文件,特别是那个有错误的文件。我的项目中只有一个java文件