Actual objects map building.

Namespace:  AForge.Imaging
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
protected abstract void BuildObjectsMap(
	UnmanagedImage image
)

Parameters

image
Type: AForge.Imaging..::.UnmanagedImage
Unmanaged image to process.

Remarks

Note:By the time this method is called bitmap's pixel format is not yet checked, so this should be done by the class inheriting from the base class. imageWidth and imageHeight members are initialized before the method is called, so these members may be used safely.

See Also