Changeset 187 in flair-src for trunk/lib/FlairVisionFilter


Ignore:
Timestamp:
07/04/17 09:38:26 (7 years ago)
Author:
Sanahuja Guillaume
Message:

changement post/pre rotation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairVisionFilter/src/OpticalFlow.cpp

    r167 r187  
    5454
    5555    GroupBox* reglages_groupbox=new GroupBox(position,name);
    56     rotation=new OneAxisRotation(reglages_groupbox->NewRow(),"post rotation");
     56    rotation=new OneAxisRotation(reglages_groupbox->NewRow(),"post rotation",OneAxisRotation::PostRotation);
    5757    max_features=new SpinBox(reglages_groupbox->NewRow(),"max features:",1,65535,1,1);
    5858
Note: See TracChangeset for help on using the changeset viewer.