Transformations Class

CVB.Net Documentation
Container class for a selection of functions that perform a (non-geometric) transformation on the input image.
Inheritance Hierarchy

SystemObject
  Stemmer.CvbTransformations

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

public static class Transformations

The Transformations type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCreateOverlayCapableCopy
Creates a copy of the input image that is guaranteed to be overlay capable. If the input image already is an overlay-capable image, the input image will simply be copied (preserving all overlay information). Otherwise a new image with the overlay flag set will be generated and receive a copy of the input image, but all the overlay bits will be set to zero.
Public methodStatic memberCreateOverlayFreeCopy
Creates a copy of the input image that does not have the overlay flag set. If the input image already is a non-overlay image, the input image will simply be copied (preserving the information in bit 0). Otherwise a new image with the overlay bits removed (= set to 0) will be generated and returned.
Top
See Also

Reference