14 #ifndef ITALA_API_IDEFECTDETECTION_H 15 #define ITALA_API_IDEFECTDETECTION_H 17 #include "ItalaApi/DefectivePixel.h" 18 #include "ItalaApi/Export.h" 19 #include "ItalaApi/IDisposable.h" 70 virtual DefectivePixelList
FindLeaky(uint64_t maxFound,
float threshold) = 0;
77 virtual DefectivePixelList
FindHotNCold(uint64_t maxFound,
float threshold) = 0;
98 ITALA_API
IDefectDetection* CreateDefectDetection(
size_t width,
size_t height, PixelDepth depth);
Definition: DefectivePixel.h:23
Definition: IDefectDetection.h:29
virtual DefectivePixelList FindLeaky(uint64_t maxFound, float threshold)=0
Definition: IDisposable.h:27
virtual DefectivePixelList FindHotNCold(uint64_t maxFound, float threshold)=0
virtual void AccumulateGray(uint8_t *imageBuffer)=0
virtual void AccumulateDark(uint8_t *imageBuffer)=0
virtual void ResetDark()=0
virtual void ResetGray()=0