$search
#include <gtest/gtest.h>
#include <sys/time.h>
#include "filters/mean.h"
Go to the source code of this file.
Functions | |
void | generate_rand_vectors (double scale, uint64_t runs, std::vector< double > &xvalues, std::vector< double > &yvalues, std::vector< double > &zvalues) |
int | main (int argc, char **argv) |
void | seed_rand () |
TEST (MeanFilterDouble, ThreeRows) | |
TEST (MeanFilterDouble, ConfirmIdentityNRows) | |
TEST (MultiChannelMeanFilterDouble, ThreeRows) | |
TEST (MultiChannelMeanFilterDouble, ConfirmIdentityNRows) |
void generate_rand_vectors | ( | double | scale, | |
uint64_t | runs, | |||
std::vector< double > & | xvalues, | |||
std::vector< double > & | yvalues, | |||
std::vector< double > & | zvalues | |||
) |
Definition at line 44 of file test_mean.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 159 of file test_mean.cpp.
void seed_rand | ( | ) |
Definition at line 36 of file test_mean.cpp.
TEST | ( | MeanFilterDouble | , | |
ThreeRows | ||||
) |
Definition at line 135 of file test_mean.cpp.
TEST | ( | MeanFilterDouble | , | |
ConfirmIdentityNRows | ||||
) |
Definition at line 111 of file test_mean.cpp.
TEST | ( | MultiChannelMeanFilterDouble | , | |
ThreeRows | ||||
) |
Definition at line 81 of file test_mean.cpp.
TEST | ( | MultiChannelMeanFilterDouble | , | |
ConfirmIdentityNRows | ||||
) |
Definition at line 55 of file test_mean.cpp.