PixEngineHistogram structure

Represents a histogram of a texture.

Syntax


typedef struct PixEngineHistogram {
  PixEnginePoint4D horizontalMin;
  PixEnginePoint4D horizontalMax;
  PixEngineInt4    verticalMin;
  PixEngineInt4    verticalMax;
  int              dataLength;
} PixEngineHistogram;

Members

horizontalMin

The minimum values for each of the X, Y, Z, and W components in the horizontal axis (domain) of the histogram.

horizontalMax

The maximum values for each of the X, Y, Z, and W components in the horizontal axis (domain) of the histogram.

verticalMin

The minimum values for each of the X, Y, Z, and W components in the vertical axis (range) of the histogram.

verticalMax

The maximum values for each of the X, Y, Z, and W components in the vertical axis (range) of the histogram.

dataLength

The number of samples considered in the histogram.

Requirements

Header

Vspixengine.h

 

 

Community Additions

ADD
Show: