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 (MultiChannelMedianFilterDouble, ConfirmIdentityNRows) | |
TEST (MultiChannelMedianFilterDouble, ThreeRows) | |
TEST (MultiChannelMedianFilterFloat, ConfirmIdentityNRows) | |
TEST (MultiChannelMedianFilterFloat, ThreeRows) |
void generate_rand_vectors | ( | double | scale, |
uint64_t | runs, | ||
std::vector< double > & | xvalues, | ||
std::vector< double > & | yvalues, | ||
std::vector< double > & | zvalues | ||
) |
Definition at line 45 of file test_median.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 170 of file test_median.cpp.
void seed_rand | ( | ) |
Definition at line 37 of file test_median.cpp.
TEST | ( | MultiChannelMedianFilterDouble | , |
ConfirmIdentityNRows | |||
) |
Definition at line 56 of file test_median.cpp.
TEST | ( | MultiChannelMedianFilterDouble | , |
ThreeRows | |||
) |
Definition at line 84 of file test_median.cpp.
TEST | ( | MultiChannelMedianFilterFloat | , |
ConfirmIdentityNRows | |||
) |
Definition at line 113 of file test_median.cpp.
TEST | ( | MultiChannelMedianFilterFloat | , |
ThreeRows | |||
) |
Definition at line 140 of file test_median.cpp.