ImageExtensions Class

CVB.Net Documentation
Extension methods the Foundation Package adds to Image objects.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.FoundationImageExtensions

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

public static class ImageExtensions
Methods

  NameDescription
Public methodStatic memberInit(Image, Double)
Initialize the planes of this image to a value.
Public methodStatic memberInit(Image, Double)
Initialize the planes of this image to different values.
Public methodStatic memberInit(Image, Rect, Double)
Initialize the planes of this image to a value.
Public methodStatic memberInit(Image, Rect, Double)
Initialize the planes of this image to different values.
Public methodStatic memberSubImage(Image, Area2D)
Extract the content of an aoi (area of interest) into a new image using linear interpolation.
Public methodStatic memberSubImage(Image, Area2D, Interpolation)
Extract the content of an aoi (area of interest) into a new image.
Top
See Also

Reference