Impact Acquire SDK Python
ChannelData Class Reference

A structure for image buffer channel specific data Channel specific data in an image is data, that in e.g. More...

Inheritance diagram for ChannelData:
[legend]

Public Member Functions

 __init__ (self)
 

Properties

 iChannelOffset = property(lib_mvIMPACT_acquire.ChannelData_iChannelOffset_get, lib_mvIMPACT_acquire.ChannelData_iChannelOffset_set, doc=)
 The offset (in bytes) to the next channel.
 
 iLinePitch = property(lib_mvIMPACT_acquire.ChannelData_iLinePitch_get, lib_mvIMPACT_acquire.ChannelData_iLinePitch_set, doc=)
 The offset (in bytes) to the next line of this channel.
 
 iPixelPitch = property(lib_mvIMPACT_acquire.ChannelData_iPixelPitch_get, lib_mvIMPACT_acquire.ChannelData_iPixelPitch_set, doc=)
 The offset (in bytes) to the next pixel of this channel.
 
 szChannelDesc = property(lib_mvIMPACT_acquire.ChannelData_szChannelDesc_get, lib_mvIMPACT_acquire.ChannelData_szChannelDesc_set, doc=)
 The string descriptor for this channel.
 
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

A structure for image buffer channel specific data Channel specific data in an image is data, that in e.g.

and RGB image might differ for the color components red, green and blue.

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Property Documentation

◆ iChannelOffset

iChannelOffset = property(lib_mvIMPACT_acquire.ChannelData_iChannelOffset_get, lib_mvIMPACT_acquire.ChannelData_iChannelOffset_set, doc=)
static

The offset (in bytes) to the next channel.

◆ iLinePitch

iLinePitch = property(lib_mvIMPACT_acquire.ChannelData_iLinePitch_get, lib_mvIMPACT_acquire.ChannelData_iLinePitch_set, doc=)
static

The offset (in bytes) to the next line of this channel.

◆ iPixelPitch

iPixelPitch = property(lib_mvIMPACT_acquire.ChannelData_iPixelPitch_get, lib_mvIMPACT_acquire.ChannelData_iPixelPitch_set, doc=)
static

The offset (in bytes) to the next pixel of this channel.

◆ szChannelDesc

szChannelDesc = property(lib_mvIMPACT_acquire.ChannelData_szChannelDesc_get, lib_mvIMPACT_acquire.ChannelData_szChannelDesc_set, doc=)
static

The string descriptor for this channel.

For an RGB image the string values of three mvIMPACT.acquire.ChannelData structures this might e.g. be "R", "G" and "B".

◆ thisown

thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static