
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 42 of file test_median.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 167 of file test_median.cpp.
| void seed_rand | ( | ) |
Definition at line 37 of file test_median.cpp.
| TEST | ( | MultiChannelMedianFilterDouble | , |
| ConfirmIdentityNRows | |||
| ) |
Definition at line 53 of file test_median.cpp.
| TEST | ( | MultiChannelMedianFilterDouble | , |
| ThreeRows | |||
| ) |
Definition at line 81 of file test_median.cpp.
| TEST | ( | MultiChannelMedianFilterFloat | , |
| ConfirmIdentityNRows | |||
| ) |
Definition at line 110 of file test_median.cpp.
| TEST | ( | MultiChannelMedianFilterFloat | , |
| ThreeRows | |||
| ) |
Definition at line 137 of file test_median.cpp.