Property | Type | Description | |
---|---|---|---|
ARKProcess | |||
alphabet | ].Bitmap[ | ||
currentResolution | int | ||
hashMap | List | ||
lastLetterPositions | Point>.Dictionary | ||
reducedAlphabet | ].Bitmap[ | ||
statPositions | Point>.Dictionary |
Method | Description | |
---|---|---|
ArkOCR ( ) : System | ||
CalibrateFromImage ( int resolution, |
||
GetGreyScale ( |
||
PercentageMatch ( |
||
SubImage ( |
||
calibrate ( |
||
doOCR ( string &OCRText, string &dinoName, string useImageFilePath = "", bool changeForegroundWindow = true ) : float[] | ||
isDinoInventoryVisible ( ) : bool | ||
lastLetterPosition ( |
||
removePixelsUnderThreshold ( |
Method | Description | |
---|---|---|
AddBitmapToDebug ( |
||
GenerateLetterImagesFromFont ( |
||
HasWhiteInVerticalLine ( |
||
StoreImageInAlphabet ( int resolution, char letter, |
||
letterRect ( |
||
readImage ( int resolution, |
||
readImageAtCoords ( int resolution, |
||
setDebugPanel ( System.Windows.Forms.FlowLayoutPanel OCRDebugLayoutPanel ) : void |
public CalibrateFromImage ( int resolution, |
||
resolution | int | |
source | ||
textInImage | string | |
return | void |
public GetGreyScale ( |
||
source | ||
writingInWhite | bool | |
return |
public PercentageMatch ( |
||
img1 | ||
img2 | ||
return | float |
public SubImage ( |
||
source | ||
x | int | |
y | int | |
width | int | |
height | int | |
return |
public calibrate ( |
||
screenshot | ||
return | bool |
public doOCR ( string &OCRText, string &dinoName, string useImageFilePath = "", bool changeForegroundWindow = true ) : float[] | ||
OCRText | string | |
dinoName | string | |
useImageFilePath | string | |
changeForegroundWindow | bool | |
return | float[] |
public lastLetterPosition ( |
||
source | ||
return | int |
public removePixelsUnderThreshold ( |
||
source | ||
threshold | int | |
return |
public Process,System.Diagnostics ARKProcess | ||
return |
public Dictionary |
||
return | Point>.Dictionary |