Aurelon Open API 8.1.1
Loading...
Searching...
No Matches
AOI_Screener.h
1/*
2 * AOI_Screener
3 * Copyright (c) 2008-2017 Aurelon BV. All rights reserved.
4 *
5 */
6#pragma once
7
8#include "./AOI_Types.h"
9
10class AOIAPI AOI_Screener
11{
15 class Internal;
16 Internal* mInternal;
20public:
21 AOI_Screener( const char* screenerType );
23 void PageStart( uint32_t channelCnt, uint32_t width, uint32_t height, uint32_t levels, const float* dotWeights, const uint16_t* linCurve );
24 void PageEnd();
25 void ProcessLine( const void* inLine, void* outLine );
26};
Screener / halftoning.