#include <people_detection.h>
|
void | configCallback (Config &config, uint32_t level) |
|
virtual void | detect (const sensor_msgs::PointCloud2::ConstPtr &cloud_msg) |
|
virtual void | ground_coeffs_callback (const jsk_recognition_msgs::ModelCoefficientsArray::ConstPtr &coefficients_msg) |
|
virtual void | infoCallback (const sensor_msgs::CameraInfo::ConstPtr &info_msg) |
|
virtual void | onInit () |
|
virtual void | set_ground_coeffs (const pcl_msgs::ModelCoefficients &coefficients) |
|
virtual void | subscribe () |
|
virtual void | unsubscribe () |
|
virtual void | updateDiagnostic (diagnostic_updater::DiagnosticStatusWrapper &stat) |
|
ros::Publisher | advertise (ros::NodeHandle &nh, std::string topic, int queue_size) |
|
image_transport::CameraPublisher | advertiseCamera (ros::NodeHandle &nh, image_transport::ImageTransport &it, const std::string &topic, int queue_size) |
|
image_transport::CameraPublisher | advertiseCamera (ros::NodeHandle &nh, const std::string &topic, int queue_size) |
|
image_transport::Publisher | advertiseImage (ros::NodeHandle &nh, image_transport::ImageTransport &it, const std::string &topic, int queue_size) |
|
image_transport::Publisher | advertiseImage (ros::NodeHandle &nh, const std::string &topic, int queue_size) |
|
virtual void | cameraConnectionBaseCallback () |
|
virtual void | cameraConnectionCallback (const image_transport::SingleSubscriberPublisher &pub) |
|
virtual void | cameraInfoConnectionCallback (const ros::SingleSubscriberPublisher &pub) |
|
virtual void | connectionCallback (const ros::SingleSubscriberPublisher &pub) |
|
virtual void | imageConnectionCallback (const image_transport::SingleSubscriberPublisher &pub) |
|
virtual bool | isSubscribed () |
|
virtual void | onInitPostProcess () |
|
virtual void | warnNeverSubscribedCallback (const ros::WallTimerEvent &event) |
|
virtual void | warnOnInitPostProcessCalledCallback (const ros::WallTimerEvent &event) |
|
ros::CallbackQueueInterface & | getMTCallbackQueue () const |
|
ros::NodeHandle & | getMTNodeHandle () const |
|
ros::NodeHandle & | getMTPrivateNodeHandle () const |
|
const V_string & | getMyArgv () const |
|
const std::string & | getName () const |
|
ros::NodeHandle & | getNodeHandle () const |
|
ros::NodeHandle & | getPrivateNodeHandle () const |
|
const M_string & | getRemappingArgs () const |
|
ros::CallbackQueueInterface & | getSTCallbackQueue () const |
|
std::string | getSuffixedName (const std::string &suffix) const |
|
Definition at line 52 of file people_detection.h.
jsk_pcl_ros::PeopleDetection::PeopleDetection |
( |
| ) |
|
|
inline |
void jsk_pcl_ros::PeopleDetection::configCallback |
( |
Config & |
config, |
|
|
uint32_t |
level |
|
) |
| |
|
protected |
void jsk_pcl_ros::PeopleDetection::detect |
( |
const sensor_msgs::PointCloud2::ConstPtr & |
cloud_msg | ) |
|
|
protectedvirtual |
void jsk_pcl_ros::PeopleDetection::ground_coeffs_callback |
( |
const jsk_recognition_msgs::ModelCoefficientsArray::ConstPtr & |
coefficients_msg | ) |
|
|
protectedvirtual |
void jsk_pcl_ros::PeopleDetection::infoCallback |
( |
const sensor_msgs::CameraInfo::ConstPtr & |
info_msg | ) |
|
|
protectedvirtual |
void jsk_pcl_ros::PeopleDetection::onInit |
( |
void |
| ) |
|
|
protectedvirtual |
void jsk_pcl_ros::PeopleDetection::set_ground_coeffs |
( |
const pcl_msgs::ModelCoefficients & |
coefficients | ) |
|
|
protectedvirtual |
void jsk_pcl_ros::PeopleDetection::subscribe |
( |
| ) |
|
|
protectedvirtual |
void jsk_pcl_ros::PeopleDetection::unsubscribe |
( |
| ) |
|
|
protectedvirtual |
double jsk_pcl_ros::PeopleDetection::box_depth_ |
|
protected |
double jsk_pcl_ros::PeopleDetection::box_width_ |
|
protected |
Eigen::VectorXf jsk_pcl_ros::PeopleDetection::ground_coeffs_ |
|
protected |
sensor_msgs::CameraInfo::ConstPtr jsk_pcl_ros::PeopleDetection::latest_camera_info_ |
|
protected |
double jsk_pcl_ros::PeopleDetection::min_confidence_ |
|
protected |
pcl::people::GroundBasedPeopleDetectionApp<pcl::PointXYZRGBA> jsk_pcl_ros::PeopleDetection::people_detector_ |
|
protected |
double jsk_pcl_ros::PeopleDetection::people_height_threshold_ |
|
protected |
pcl::people::PersonClassifier<pcl::RGB> jsk_pcl_ros::PeopleDetection::person_classifier_ |
|
protected |
int jsk_pcl_ros::PeopleDetection::queue_size_ |
|
protected |
std::string jsk_pcl_ros::PeopleDetection::trained_filename_ |
|
protected |
double jsk_pcl_ros::PeopleDetection::voxel_size_ |
|
protected |
The documentation for this class was generated from the following files: