Ignore:
Timestamp:
01/10/17 15:56:53 (7 years ago)
Author:
Sanahuja Guillaume
Message:

vision filter

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairVisionFilter/src/VisionFilter.h

    r122 r123  
    11#include <string>
     2#include <cxtypes.h>
    23
    34/*!
    4 * \brief DSP setup
     5* \brief InitVisionFilter
    56*
    6 * Setup DSP executable file. \n
    7 * If this method is not called, no DSP processing will be available. \n
    8 *
    9 * \param file DSP executable file
    10 * \param globalTimeoutMs timeout for all DSP functions, in ms (timeout is only
    11 * used to display a warning. -1 to disable timeout
     7* \return true
    128*/
    13 void SetupDSP(std::string file,int globalTimeoutMs=-1);
    149
     10bool InitVisionFilter(std::string args);
    1511
    16 void CloseDSP(void);
     12void CloseVisionFilter(void);
     13
     14void saveToJpeg(IplImage* src_img,std::string filename,unsigned char compression_level=95);
Note: See TracChangeset for help on using the changeset viewer.