TemplateProcessor

Inheritance: java.lang.Object

public class TemplateProcessor

فئة لمعالجة القوالب والصور.

طرق

طريقةالوصف
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
recalculate(RecognitionResult result)يقوم بتحديث نتيجة التعرف باستخدام معلمات مُضبوطة بدقة.
recalculate(RecognitionResult result, int recognitionThreshold)يقوم بتحديث نتيجة التعرف باستخدام معلمات مُضبوطة بدقة.
recognizeImage(BufferedImage bufferedImage)يتعرف على الصورة
recognizeImage(BufferedImage bufferedImage, int recognitionThreshold)يتعرف على الصورة
recognizeImage(InputStream inputStream)يتعرف على الصورة
recognizeImage(InputStream inputStream, int recognitionThreshold)يتعرف على الصورة
recognizeImage(String imagePath)يتعرف على الصورة
recognizeImage(String imagePath, int recognitionThreshold)يتعرف على الصورة
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

معاملنوعالوصف
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

recalculate(RecognitionResult result)

public final void recalculate(RecognitionResult result)

يقوم بتحديث نتيجة التعرف باستخدام معلمات مُضبوطة بدقة.

Parameters:

معاملنوعالوصف
resultRecognitionResultنتيجة التعرف لتحديثها.

recalculate(RecognitionResult result, int recognitionThreshold)

public final void recalculate(RecognitionResult result, int recognitionThreshold)

يقوم بتحديث نتيجة التعرف باستخدام معلمات مُضبوطة بدقة.

Parameters:

معاملنوعالوصف
resultRecognitionResultنتيجة التعرف لتحديثها.
recognitionThresholdint(اختياري) عتبة التعرف في النطاق (0..100). فقط العناصر المملوءة فوق العتبة سيتم احتسابها كمملوءة.

recognizeImage(BufferedImage bufferedImage)

public final RecognitionResult recognizeImage(BufferedImage bufferedImage)

يتعرف على الصورة

Parameters:

معاملنوعالوصف
bufferedImagejava.awt.image.BufferedImageالصورة للتعرف عليها

Returns: RecognitionResult - The recognition result

recognizeImage(BufferedImage bufferedImage, int recognitionThreshold)

public final RecognitionResult recognizeImage(BufferedImage bufferedImage, int recognitionThreshold)

يتعرف على الصورة

Parameters:

معاملنوعالوصف
bufferedImagejava.awt.image.BufferedImageالصورة للتعرف عليها
recognitionThresholdint(اختياري) عتبة التعرف في النطاق (0..100). فقط العناصر المملوءة فوق العتبة سيتم احتسابها كمملوءة.

Returns: RecognitionResult - The recognition result

recognizeImage(InputStream inputStream)

public final RecognitionResult recognizeImage(InputStream inputStream)

يتعرف على الصورة

Parameters:

معاملنوعالوصف
inputStreamjava.io.InputStreamدفق الصورة

Returns: RecognitionResult - The recognition result

recognizeImage(InputStream inputStream, int recognitionThreshold)

public final RecognitionResult recognizeImage(InputStream inputStream, int recognitionThreshold)

يتعرف على الصورة

Parameters:

معاملنوعالوصف
inputStreamjava.io.InputStreamدفق الصورة
recognitionThresholdint(اختياري) عتبة التعرف في النطاق (0..100). فقط العناصر المملوءة فوق العتبة سيتم احتسابها كمملوءة.

Returns: RecognitionResult - The recognition result

recognizeImage(String imagePath)

public final RecognitionResult recognizeImage(String imagePath)

يتعرف على الصورة

Parameters:

معاملنوعالوصف
imagePathjava.lang.Stringالمسار إلى الصورة للتعرف عليها

Returns: RecognitionResult - The recognition result

recognizeImage(String imagePath, int recognitionThreshold)

public final RecognitionResult recognizeImage(String imagePath, int recognitionThreshold)

يتعرف على الصورة

Parameters:

معاملنوعالوصف
imagePathjava.lang.Stringالمسار إلى الصورة للتعرف عليها
recognitionThresholdint(اختياري) عتبة التعرف في النطاق (0..100) فقط العناصر المملوءة فوق العتبة سيتم احتسابها كمملوءة.

Returns: RecognitionResult - The recognition result

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

معاملنوعالوصف
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

معاملنوعالوصف
arg0long
arg1int