Ignore:
Timestamp:
11/30/18 17:00:20 (5 years ago)
Author:
Sanahuja Guillaume
Message:

maj

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/FlairVisionFilter/OpticalFlowSpeed.h

    r68 r82  
    1919        class Matrix;
    2020    }
     21  namespace gui {
     22    class LayoutPosition;
     23    class SpinBox;
     24    class DoubleSpinBox;
     25    class CheckBox;
     26  }
    2127}
    2228
     
    3137    * \brief Optical flow speed calculation
    3238    *
    33     * Speed is the mean of all optical flow values divided by the delta time between images.
     39    * Speed is the mean of all optical flow values.
    3440    */
    3541    class OpticalFlowSpeed : public core::IODevice
     
    4450            * \param name name
    4551            */
    46             OpticalFlowSpeed(const core::IODevice* parent,std::string name);
     52            OpticalFlowSpeed(const core::IODevice* parent, const gui::LayoutPosition* position,std::string name);
    4753
    4854            /*!
     
    6773            * \brief Output matrix
    6874            *
    69             * Matrix is of size (2,1). \n
     75            * Matrix is of sze (2,1). \n
    7076            * First line is speed along x axis. \n
    7177            * Second line is speed along y axis. \n
     
    8490
    8591            core::Matrix *output;
    86     };
     92      gui::DoubleSpinBox *quality;
     93      gui::CheckBox *weightedAverage;
     94      gui::CheckBox *timeMultiplication;
     95};
     96
    8797} // end namespace filter
    8898} // end namespace flair
Note: See TracChangeset for help on using the changeset viewer.