The android/java bind system don't work with non-static values inside enum... (Bug #1800)


Added by Lucas Teixeira almost 13 years ago. Updated almost 13 years ago.


Status:Done Start date:2012-04-15
Priority:High Due date:
Assignee:Andrey Pavlenko % Done:

0%

Category:android
Target version:2.4.1 Estimated time:0.50 hour
Affected version: Operating System:
Difficulty: HW Platform:
Pull request:

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

Revision b0dd192d
Added by Andrey Pavlenko almost 13 years ago

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

Also available in: Atom PDF