Lagrange
Loading...
Searching...
No Matches
ConstWeightedTextureView< ValueType > Struct Template Reference

A view of a texture with weights associated with each texel. More...

#include <lagrange/texproc/texture_compositing.h>

Public Attributes

image::experimental::View3D< const ValueType > texture
 Texture data for a specific view.
 
image::experimental::View3D< const float > weights
 Confidence weights for each texel.
 

Detailed Description

template<typename ValueType>
struct lagrange::texproc::ConstWeightedTextureView< ValueType >

A view of a texture with weights associated with each texel.

Member Data Documentation

◆ weights

template<typename ValueType>
image::experimental::View3D<const float> weights

Confidence weights for each texel.

0 means the texel should be ignored, 1 means the texel should be fully trusted.


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