File: ImageIntensityStatistics.h

package info (click to toggle)
ants 2.6.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,692 kB
  • sloc: cpp: 85,933; sh: 15,793; perl: 863; xml: 115; python: 111; makefile: 68
file content (12 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef IMAGEINTENSITYSTATISTICS_H
#define IMAGEINTENSITYSTATISTICS_H

namespace ants
{
extern int
ImageIntensityStatistics(std::vector<std::string>, // equivalent to argv of command line parameters to main()
                         std::ostream * out_stream // [optional] output stream to write
);
} // namespace ants

#endif // IMAGEINTENSITYSTATISTICS_H