Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Types | Public Member Functions
pcl::cuda::Debayering< Storage > Class Template Reference

#include </__w/1/s/cuda/io/include/pcl/cuda/io/debayering.h>

Public Types

using RGBImageType = typename Storage< OpenNIRGB >::type
 

Public Member Functions

void computeBilinear (const openni_wrapper::Image::Ptr &bayer_image, RGBImageType &rgb_image) const
 

Detailed Description

template<template< typename > class Storage>
class pcl::cuda::Debayering< Storage >

Definition at line 124 of file debayering.h.

Member Typedef Documentation

◆ RGBImageType

template<template< typename > class Storage>
using pcl::cuda::Debayering< Storage >::RGBImageType = typename Storage<OpenNIRGB>::type

Definition at line 127 of file debayering.h.

Member Function Documentation

◆ computeBilinear()

template<template< typename > class Storage>
void pcl::cuda::Debayering< Storage >::computeBilinear ( const openni_wrapper::Image::Ptr bayer_image,
RGBImageType rgb_image 
) const

The documentation for this class was generated from the following file: