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:
| معامل | نوع | الوصف |
|---|---|---|
| arg0 | java.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:
| معامل | نوع | الوصف |
|---|---|---|
| result | RecognitionResult | نتيجة التعرف لتحديثها. |
recalculate(RecognitionResult result, int recognitionThreshold)
public final void recalculate(RecognitionResult result, int recognitionThreshold)
يقوم بتحديث نتيجة التعرف باستخدام معلمات مُضبوطة بدقة.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| result | RecognitionResult | نتيجة التعرف لتحديثها. |
| recognitionThreshold | int | (اختياري) عتبة التعرف في النطاق (0..100). فقط العناصر المملوءة فوق العتبة سيتم احتسابها كمملوءة. |
recognizeImage(BufferedImage bufferedImage)
public final RecognitionResult recognizeImage(BufferedImage bufferedImage)
يتعرف على الصورة
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| bufferedImage | java.awt.image.BufferedImage | الصورة للتعرف عليها |
Returns: RecognitionResult - The recognition result
recognizeImage(BufferedImage bufferedImage, int recognitionThreshold)
public final RecognitionResult recognizeImage(BufferedImage bufferedImage, int recognitionThreshold)
يتعرف على الصورة
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| bufferedImage | java.awt.image.BufferedImage | الصورة للتعرف عليها |
| recognitionThreshold | int | (اختياري) عتبة التعرف في النطاق (0..100). فقط العناصر المملوءة فوق العتبة سيتم احتسابها كمملوءة. |
Returns: RecognitionResult - The recognition result
recognizeImage(InputStream inputStream)
public final RecognitionResult recognizeImage(InputStream inputStream)
يتعرف على الصورة
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| inputStream | java.io.InputStream | دفق الصورة |
Returns: RecognitionResult - The recognition result
recognizeImage(InputStream inputStream, int recognitionThreshold)
public final RecognitionResult recognizeImage(InputStream inputStream, int recognitionThreshold)
يتعرف على الصورة
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| inputStream | java.io.InputStream | دفق الصورة |
| recognitionThreshold | int | (اختياري) عتبة التعرف في النطاق (0..100). فقط العناصر المملوءة فوق العتبة سيتم احتسابها كمملوءة. |
Returns: RecognitionResult - The recognition result
recognizeImage(String imagePath)
public final RecognitionResult recognizeImage(String imagePath)
يتعرف على الصورة
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| imagePath | java.lang.String | المسار إلى الصورة للتعرف عليها |
Returns: RecognitionResult - The recognition result
recognizeImage(String imagePath, int recognitionThreshold)
public final RecognitionResult recognizeImage(String imagePath, int recognitionThreshold)
يتعرف على الصورة
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| imagePath | java.lang.String | المسار إلى الصورة للتعرف عليها |
| recognitionThreshold | int | (اختياري) عتبة التعرف في النطاق (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:
| معامل | نوع | الوصف |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| arg0 | long | |
| arg1 | int |