Changeset 328 in flair-src for branches/sanscv/demos


Ignore:
Timestamp:
09/04/19 15:11:26 (5 years ago)
Author:
Sanahuja Guillaume
Message:

add imagesize to iplimage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/sanscv/demos/OpticalFlow/uav/src/DemoOpticalFlow.cpp

    r325 r328  
    114114}
    115115
    116 void DemoOpticalFlow::SignalEvent(Event_t event) {
     116void DemoOpticalFlow::SignalEvent(Event_t event) {/*
    117117    UavStateMachine::SignalEvent(event);
    118118    switch(event) {
     
    129129        opticalFlowRealAcceleration->SetValue(1,0,opticalFlowAcceleration->Output(1,0)*scale);
    130130        break;
    131     }
     131    }*/
    132132}
    133133
Note: See TracChangeset for help on using the changeset viewer.