#include <sensor_msgs/Image.h>
#include <HalconCpp.h>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | halcon_bridge::Exception |
class | halcon_bridge::HalconImage |
Image message class that is interoperable with sensor_msgs/Image but uses a HImage representation for the image data. More... | |
Namespaces | |
namespace | halcon_bridge |
Typedefs | |
typedef boost::shared_ptr < HalconImage > | halcon_bridge::HalconImagePtr |
Functions | |
HalconImagePtr | halcon_bridge::toHalconCopy (const sensor_msgs::ImageConstPtr &source) |
Convert a sensor_msgs::Image message to a Halcon-compatible HImage, copying the image data. | |
HalconImagePtr | halcon_bridge::toHalconCopy (const sensor_msgs::Image &source) |
Convert a sensor_msgs::Image message to a Halcon-compatible HImage, copying the image data. |