Static Public Attributes | List of all members
ProjectionMode Class Reference

Options affecting the result of the projection. More...

Inherits object.

Static Public Attributes

int Average = 0
 Projection value is the average value per projection line. More...
 
int Sum = 1
 Projection value is the sum of all gray values per projection line. More...
 

Detailed Description

Options affecting the result of the projection.

Member Data Documentation

◆ Average

int Average = 0
static

Projection value is the average value per projection line.

◆ Sum

int Sum = 1
static

Projection value is the sum of all gray values per projection line.