Class that provides image format conversion functions.
Inheritance Hierarchy
Cognex.VisionPro CogImageConvert
Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.0.0.0
Syntax
The CogImageConvert type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogImageConvert |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetHSIColor | Produce an HSI color from the supplied input color. | |
| GetHSIImage | Produce an HSI image from the supplied input image. | |
| GetHSIImageFromBayer(ICogImage, Int32, Int32, Int32, Int32, Double, Double, Double) | Produce an HSI image from the supplied Bayer format image. | |
| GetHSIImageFromBayer(ICogImage, Int32, Int32, Int32, Int32, Double, Double, Double, CogImageConvertBayerTypeConstants) | Produce an HSI image from the supplied Bayer format image. | |
| GetIntensityImage | Produce an intensity image from the supplied input image. | |
| GetIntensityImageFromBayer(ICogImage, Int32, Int32, Int32, Int32, Double, Double, Double) | Produce an intensity image from the supplied Bayer format image. | |
| GetIntensityImageFromBayer(ICogImage, Int32, Int32, Int32, Int32, Double, Double, Double, CogImageConvertBayerTypeConstants) | Produce an intensity image from the supplied Bayer format image. | |
| GetIntensityImageFromWeightedRGB | Produce an intensity image from the supplied input RGB image. | |
| GetRGBColor | Produce an RGB color from the supplied input color. | |
| GetRGBImage | Produce an RGB image from the supplied input image. | |
| GetRGBImageFromBayer(ICogImage, Int32, Int32, Int32, Int32, Double, Double, Double) | Produce an RGB image from the supplied Bayer format image. | |
| GetRGBImageFromBayer(ICogImage, Int32, Int32, Int32, Int32, Double, Double, Double, CogImageConvertBayerTypeConstants) | Produce an RGB image from the supplied Bayer format image. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also