add test5
This commit is contained in:
@@ -22,7 +22,7 @@ template <typename T> static std::vector<double> apply_filter(T& filter, std::ve
|
||||
void npy_save(std::string path, std::vector<double>& x);
|
||||
void npy_save(std::string path, std::vector<bool>& x);
|
||||
|
||||
std::vector<double> fetch_y_axis(npy::npy_data<double>& acc);
|
||||
std::vector<double> fetch_y_axis(npy::npy_data<double>& acc, int dim = 1);
|
||||
|
||||
/** Returns the ssf_threshold as the filter output for debugging. */
|
||||
class DebugSsfStepDetectorThreshold : public SsfStepDetector {
|
||||
|
||||
Reference in New Issue
Block a user