Projection Constructor (ImagePlane, Area2D, ProjectionMode, Double)

CVB.Net Documentation
Create a projection object.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public Projection(
	ImagePlane plane,
	Area2D aoi,
	ProjectionMode mode,
	double density
)

Parameters

plane
Type: Stemmer.CvbImagePlane
Image plane to create the projection from.
aoi
Type: Stemmer.CvbArea2D
Area of interest to scan.
mode
Type: Stemmer.Cvb.FoundationProjectionMode
Mode to use.
density
Type: SystemDouble

Density at which to scan.

This is a percentage value how many pixels to process: 0.0 means 0% and 1.0 means 100%.

See Also

Reference