~charon-developers/hekate/stable

« back to all changes in this revision

Viewing changes to include/hekate/DepthEdgeFeatures.h

  • Committer: mbussler
  • Date: 2014-02-03 07:46:52 UTC
  • mfrom: (637.1.4 hekate)
  • Revision ID: michael.bussler@filmakademie.de-20140203074652-600o1bw44ojntylx
merged

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
        /// Path to folder
81
81
        Parameter< std::string > filename;
82
82
 
 
83
        /// Ignore pattern to save file
 
84
        Parameter < bool > ignorePattern;
 
85
 
83
86
        /// If of first image in sequence
84
87
        Parameter < int > startFrame;
85
88
        
259
262
        /// Update object.
260
263
        void execute();
261
264
        
 
265
        /// Save file
 
266
        bool writeToFile( CImgList<float> &features, const int index );
 
267
 
262
268
        /// Returns grey scale image
263
269
        inline CImg<T> getGreyScale( const CImg<T> &img );
264
270