bytedeco / javacpp-presets

The missing Java distribution of native C++ libraries
Other
2.66k stars 741 forks source link

Can't import class like TrackerMedianFlow. #1078

Open dmichalskii opened 3 years ago

dmichalskii commented 3 years ago

Hello,

When I import opencv-4.3.0-1.5.3 I can normally import TrackerMedianFlow, but now I do some updates despite of fixes and after update to opencv-4.5.3-1.5.6 I can't import TrakcerMedianFlow. I only do version updates.

What can cause problem?

saudet commented 3 years ago

There's been some changes in the API around those classes. Please ask upstream about what you should do! Thanks