CVBpy 14.0
ImageResolution Class Reference

Possible up sampling modes for extracted polarization planes. More...

Inherits object.

Static Public Attributes

int Full = 1
 When extracting the polarization angles as planes of a raw polarization image, the planes are interpolated via up sampling to smooth the image and better represent the real scene. More...
 
int Half = 0
 When extracting the polarization angles as planes of a raw polarization image, the planes are not up sampled and therefore only half the size of the raw image.
 

Detailed Description

Possible up sampling modes for extracted polarization planes.

Member Data Documentation

◆ Full

int Full = 1
static

When extracting the polarization angles as planes of a raw polarization image, the planes are interpolated via up sampling to smooth the image and better represent the real scene.

The resulting image will be the same size as the raw image.