jsk_recognition_msgs/PanoramaInfo Message

File: jsk_recognition_msgs/PanoramaInfo.msg

Raw Message Definition

# This message defines meta information for a panorama image.

#######################################################################
#                     Image acquisition info                          #
#######################################################################
std_msgs/Header header

#######################################################################
#                      Image projection info                          #
#######################################################################
string projection_model

#######################################################################
#                      Image shape info                               #
#######################################################################
uint32 image_height
uint32 image_width

#######################################################################
#                     Field of View Parameters                        #
#######################################################################
float64 theta_min
float64 theta_max
float64 phi_min
float64 phi_max

Compact Message Definition

std_msgs/Header header
string projection_model
uint32 image_height
uint32 image_width
float64 theta_min
float64 theta_max
float64 phi_min
float64 phi_max