Calculate derivative of projection using rectangular filter kernel.
More...
#include <CRectDerivativeProcessor.h>
|
template<typename InData , typename OutData , typename ValueType > |
static bool | CalculateDerivative (const InData *channelData, int samplesCount, double filterLength, OutData *results) |
|
template<typename ValueType > |
static bool | CalculateDerivative (const imeas::IDataSequence &source, double filterLength, imeas::IDataSequence &results) |
|
static bool | DoDerivativeProcessing (const imeas::IDataSequence &source, double filterLength, imeas::IDataSequence &results, bool doublePrecision=false) |
| Do extremum features analyze.
|
|
Calculate derivative of projection using rectangular filter kernel.
Definition at line 26 of file CRectDerivativeProcessor.h.
◆ CRectDerivativeProcessor()
iipr::CRectDerivativeProcessor::CRectDerivativeProcessor |
( |
| ) |
|
◆ CalculateDerivative() [1/2]
template<typename ValueType >
◆ CalculateDerivative() [2/2]
template<typename InData , typename OutData , typename ValueType >
bool iipr::CRectDerivativeProcessor::CalculateDerivative |
( |
const InData * | channelData, |
|
|
int | samplesCount, |
|
|
double | filterLength, |
|
|
OutData * | results ) |
|
static |
◆ DoDerivativeProcessing()
Do extremum features analyze.
◆ DoProcessing()
◆ GetFilterConstraints()
◆ GetFilterParamsId()
const QByteArray & iipr::CRectDerivativeProcessor::GetFilterParamsId |
( |
| ) |
const |
|
inline |
◆ SetFilterParamsId()
void iipr::CRectDerivativeProcessor::SetFilterParamsId |
( |
const QByteArray & | id | ) |
|
|
inline |
◆ UseDoublePrecision()
void iipr::CRectDerivativeProcessor::UseDoublePrecision |
( |
bool | on | ) |
|
|
inline |
The documentation for this class was generated from the following file: