The android/java bind system don't work with non-static values inside enum... (Bug #1800)
Description
This follow line stop to compile using cmake_android.cmd on the video.java file that is a bind of part of tracking.hpp of video module. This part of code was recently modified.
ilysenkov 4/11/2012 9:36:16 AM
Added OPTFLOW_LK_GET_MIN_EIGENVALS flag as alias for CV_LKFLOW_GET_MIN_EIGENVALS.
tracking.hpp
enum
{
OPTFLOW_USE_INITIAL_FLOW = CV_LKFLOW_INITIAL_GUESSES,
OPTFLOW_LK_GET_MIN_EIGENVALS = CV_LKFLOW_GET_MIN_EIGENVALS,
OPTFLOW_FARNEBACK_GAUSSIAN = 256
};
Associated revisions
fixing #1800
History
Updated by Kirill Kornyakov almost 13 years ago
Andrey, could you please look into this?
- Assignee changed from Kirill Kornyakov to Andrey Pavlenko
Updated by Andrey Pavlenko almost 13 years ago
- Status changed from Open to Done
- Target version changed from 2.4.0 to 3.0
Updated by Andrey Kamaev almost 13 years ago
- Target version changed from 3.0 to 2.4.1