$search

histogram_segmentation.cpp File Reference

Histogram based segmentation node. \ Using histogram backprojection, normalization, thresholding and dilate operator. \ Erode operator can be added by uncommenting lines \ in histogram_segmentation.cpp and the corresponding cfg file. More...

#include <boost/filesystem.hpp>
#include <ros/ros.h>
#include <opencv2/core/core.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/video/video.hpp>
#include <image_transport/image_transport.h>
#include <cv_bridge/cv_bridge.h>
#include <sensor_msgs/image_encodings.h>
#include <dynamic_reconfigure/server.h>
#include <pal_vision_segmentation/HistogramSegmentConfig.h>
#include <pal_vision_segmentation/image_processing.h>
#include "histogram.h"
Include dependency graph for histogram_segmentation.cpp:

Go to the source code of this file.

Functions

void computeHistogramFromFile (const std::string &template_path, cv::MatND &hist)
void imageCb (const sensor_msgs::ImageConstPtr &msg)
int main (int argc, char *argv[])
void reconf_callback (pal_vision_segmentation::HistogramSegmentConfig &config, uint32_t level)

Variables

image_transport::Publisher debug_pub
int dilate_iterations
int dilate_size
int erode_iterations
int erode_size
image_transport::Publisher image_pub
cv::Mat image_rect
image_transport::Publisher mask_pub
cv::MatND target_hist
int threshold

Detailed Description

Histogram based segmentation node. \ Using histogram backprojection, normalization, thresholding and dilate operator. \ Erode operator can be added by uncommenting lines \ in histogram_segmentation.cpp and the corresponding cfg file.

Author:
Bence Magyar
Date:
May 2012

Definition in file histogram_segmentation.cpp.


Function Documentation

void computeHistogramFromFile ( const std::string &  template_path,
cv::MatND &  hist 
)

Definition at line 185 of file histogram_segmentation.cpp.

void imageCb ( const sensor_msgs::ImageConstPtr msg  ) 

Definition at line 75 of file histogram_segmentation.cpp.

int main ( int  argc,
char *  argv[] 
)

Definition at line 246 of file histogram_segmentation.cpp.

void reconf_callback ( pal_vision_segmentation::HistogramSegmentConfig &  config,
uint32_t  level 
)

Definition at line 176 of file histogram_segmentation.cpp.


Variable Documentation

Definition at line 71 of file histogram_segmentation.cpp.

Definition at line 65 of file histogram_segmentation.cpp.

Definition at line 66 of file histogram_segmentation.cpp.

Definition at line 67 of file histogram_segmentation.cpp.

Definition at line 68 of file histogram_segmentation.cpp.

Definition at line 70 of file histogram_segmentation.cpp.

cv::Mat image_rect

Definition at line 69 of file histogram_segmentation.cpp.

Definition at line 63 of file histogram_segmentation.cpp.

cv::MatND target_hist

Definition at line 72 of file histogram_segmentation.cpp.

int threshold

Definition at line 64 of file histogram_segmentation.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends


pal_vision_segmentation
Author(s): Created by Bence Magyar. Maintained by Jordi Pages
autogenerated on Fri Mar 1 16:38:33 2013