|
CEBL
2.1
|
Go to the source code of this file.
Namespaces | |
| namespace | CEBL |
Typedefs | |
| typedef ublas::matrix< double > | Matrix |
Functions | |
| template<typename T > | |
| double | logb (int base, T value) |
| template<typename T > | |
| double | log2 (T value) |
| CEBL::Feature * | ObjectCreate () |
| void | ObjectDestroy (CEBL::Feature *p) |
Variables | |
| double const | pi = M_PI |
| typedef ublas::matrix<double> Matrix |
Definition at line 9 of file PassBand.cpp.
| double log2 | ( | T | value | ) |
| double logb | ( | int | base, |
| T | value | ||
| ) |
Definition at line 18 of file PassBand.cpp.
Referenced by log2().
| CEBL::Feature* ObjectCreate | ( | ) |
Definition at line 484 of file PassBand.cpp.
| void ObjectDestroy | ( | CEBL::Feature * | p | ) |
Definition at line 490 of file PassBand.cpp.
| double const pi = M_PI |
Definition at line 15 of file PassBand.cpp.
Referenced by chebbp2(), and makePassband().
1.8.1.1