|
Isis 3.0 Application Source Code Reference |
Home |
Go to the source code of this file.
Typedefs | |
| typedef TNT::Array1D< double > | HiVector |
| 1-D Buffer | |
Functions | |
| void | histitch (vector< Buffer * > &in, vector< Buffer * > &out) |
| void | getStats (std::vector< Isis::Buffer * > &in, std::vector< Isis::Buffer * > &out) |
| HiVector | filter (const HiVector &v, int width) |
| HiVector | filler (const HiVector &v, int &nfilled) |
| HiVector | compRatio (const HiVector &c0, const HiVector &c1, int &nNull) |
| HiVector | compAdd (const HiVector &c0, const HiVector &c1, int &nNull) |
| void | IsisMain () |
| void | getStats (std::vector< Buffer * > &in, std::vector< Buffer * > &out) |
Variables | |
| Statistics | stats0 |
| Statistics | stats1 |
| MultivariateStatistics | stats |
| double | average0 = Isis::Null |
| double | average1 = Isis::Null |
| HiVector | f0LineAvg |
| HiVector | f1LineAvg |
| double | coeff |
| QString | balance |
| int | seamSize |
| int | skipSize |
| typedef TNT::Array1D<double> HiVector |
1-D Buffer
Definition at line 16 of file histitch.cpp.
| void histitch | ( | vector< Buffer * > & | in, | |
| vector< Buffer * > & | out | |||
| ) |
Definition at line 402 of file histitch.cpp.
| void getStats | ( | std::vector< Isis::Buffer * > & | in, | |
| std::vector< Isis::Buffer * > & | out | |||
| ) |
Definition at line 49 of file histitch.cpp.
Definition at line 60 of file histitch.cpp.
Definition at line 83 of file histitch.cpp.
Definition at line 98 of file histitch.cpp.
| void IsisMain | ( | ) |
Definition at line 115 of file histitch.cpp.
| void getStats | ( | std::vector< Buffer * > & | in, | |
| std::vector< Buffer * > & | out | |||
| ) |
Definition at line 378 of file histitch.cpp.
| Statistics stats0 |
Definition at line 25 of file histitch.cpp.
| Statistics stats1 |
Definition at line 26 of file histitch.cpp.
| MultivariateStatistics stats |
Definition at line 27 of file histitch.cpp.
| double average0 = Isis::Null |
Definition at line 39 of file histitch.cpp.
| double average1 = Isis::Null |
Definition at line 40 of file histitch.cpp.
Definition at line 41 of file histitch.cpp.
Definition at line 42 of file histitch.cpp.
| double coeff |
Definition at line 43 of file histitch.cpp.
| QString balance |
Definition at line 44 of file histitch.cpp.
| int seamSize |
Definition at line 45 of file histitch.cpp.
| int skipSize |
Definition at line 46 of file histitch.cpp.