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 |