Constructs a CogImage8Interlaced, allocating image memory with the given width and height.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 80.0.0.0
Syntax
Parameters
- width
- Type: System Int32
Type: System.Int32. The width of the new image.
- height
- Type: System Int32
Type: System.Int32. The height of the new image. Note that height here is the sum of all interlaced image rows.
See Also