#include <gtest/gtest.h>#include <ros/ros.h>#include <ros/package.h>#include <opencv2/core/core.hpp>#include <opencv2/highgui/highgui.hpp>#include <pal_vision_segmentation/histogram.h>
Go to the source code of this file.
Functions | |
| void | backProjectionTest (const std::string &imageFileName, const std::string &templateFileName, int dilateIterations, int dilateSize, int erodeIterations, int erodeSize, cv::Mat &mask) |
| int | main (int argc, char **argv) |
| TEST (histogram, test_back_projection) | |
Variables | |
| bool | isInteractive |
| void backProjectionTest | ( | const std::string & | imageFileName, |
| const std::string & | templateFileName, | ||
| int | dilateIterations, | ||
| int | dilateSize, | ||
| int | erodeIterations, | ||
| int | erodeSize, | ||
| cv::Mat & | mask | ||
| ) |
Definition at line 13 of file histogram_segmentation_unit_test.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 106 of file histogram_segmentation_unit_test.cpp.
| TEST | ( | histogram | , |
| test_back_projection | |||
| ) |
Definition at line 67 of file histogram_segmentation_unit_test.cpp.
| bool isInteractive |
Definition at line 11 of file histogram_segmentation_unit_test.cpp.