DefectivePixel

namespace Itala

Typedefs

typedef std::vector<DefectivePixel> DefectivePixelList
struct DefectivePixel

Public Functions

uint64_t X() const

Get the X image coordinate of the defective pixel.

uint64_t Y() const

Get the Y image coordinate of the defective pixel.

DefectType Type() const

Get the type of defect the pixel has.

GENICAM_NAMESPACE::gcstring TypeString() const

Get the string representation of the type of defect the pixel has.

DefectivePixel()
DefectivePixel(DefectivePixelData *data)
DefectivePixel(const DefectivePixel &other)
DefectivePixel(DefectivePixel &&other)
DefectivePixel &operator=(const DefectivePixel &other)
DefectivePixel &operator=(DefectivePixel &&other)
~DefectivePixel()
bool operator==(const DefectivePixel &other)
DefectivePixelData &GetOp()

Private Members

DefectivePixelData *op