#include <pcl/compression/entropy_range_coder.h>
#include <pcl/compression/impl/entropy_range_coder.hpp>
#include <gtest/gtest.h>
#include <vector>
#include <sstream>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (PCL, Adaptive_Range_Coder_Test) | |
TEST (PCL, Static_Range_Coder_Test) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 175 of file test_range_coder.cpp.
TEST | ( | PCL | , |
Adaptive_Range_Coder_Test | |||
) |
Definition at line 51 of file test_range_coder.cpp.
TEST | ( | PCL | , |
Static_Range_Coder_Test | |||
) |
Definition at line 98 of file test_range_coder.cpp.