ExtractGlimpse.Options
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
שיטות בירושה
מכיתה java.lang.Object בוליאני | שווה (Object arg0) |
שיעור אחרון<?> | getClass () |
int | hashcode () |
ריק סופי | להודיע () |
ריק סופי | הודע הכל () |
חוּט | toString () |
ריק סופי | המתן (ארג0 ארוך, int arg1) |
ריק סופי | חכה (ארג0 ארוך) |
ריק סופי | חכה () |
שיטות ציבוריות
פרמטרים
מְרוּכָּז | מציין אם קואורדינטות ההיסט ממורכזות ביחס לתמונה, ובמקרה זה ההיסט (0, 0) הוא ביחס למרכז תמונות הקלט. אם False, ההיסט (0,0) מתאים לפינה השמאלית העליונה של תמונות הקלט. |
---|
פרמטרים
רַעַשׁ | מציין אם הרעש צריך להיות 'אחיד', 'גאוסי' או 'אפס'. ברירת המחדל היא 'אחיד' מה שאומר שסוג הרעש יוחלט על ידי 'רעש_אחיד'. |
---|
פרמטרים
מנורמל | מציין אם קואורדינטות ההיסט מנורמלות. |
---|
פרמטרים
רעש אחיד | מציין אם יש להפיק את הרעש באמצעות התפלגות אחידה או התפלגות גאוסית. |
---|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[],[],null,["# ExtractGlimpse.Options\n\npublic static class **ExtractGlimpse.Options** \nOptional attributes for [ExtractGlimpse](/jvm/api_docs/java/org/tensorflow/op/image/ExtractGlimpse) \n\n### Public Methods\n\n|---------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|\n| [ExtractGlimpse.Options](/jvm/api_docs/java/org/tensorflow/op/image/ExtractGlimpse.Options) | [centered](/jvm/api_docs/java/org/tensorflow/op/image/ExtractGlimpse.Options#centered(java.lang.Boolean))(Boolean centered) |\n| [ExtractGlimpse.Options](/jvm/api_docs/java/org/tensorflow/op/image/ExtractGlimpse.Options) | [noise](/jvm/api_docs/java/org/tensorflow/op/image/ExtractGlimpse.Options#noise(java.lang.String))(String noise) |\n| [ExtractGlimpse.Options](/jvm/api_docs/java/org/tensorflow/op/image/ExtractGlimpse.Options) | [normalized](/jvm/api_docs/java/org/tensorflow/op/image/ExtractGlimpse.Options#normalized(java.lang.Boolean))(Boolean normalized) |\n| [ExtractGlimpse.Options](/jvm/api_docs/java/org/tensorflow/op/image/ExtractGlimpse.Options) | [uniformNoise](/jvm/api_docs/java/org/tensorflow/op/image/ExtractGlimpse.Options#uniformNoise(java.lang.Boolean))(Boolean uniformNoise) |\n\n### Inherited Methods\n\nFrom class java.lang.Object \n\n|------------------|---------------------------|\n| boolean | equals(Object arg0) |\n| final Class\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| String | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nPublic Methods\n--------------\n\n#### public [ExtractGlimpse.Options](/jvm/api_docs/java/org/tensorflow/op/image/ExtractGlimpse.Options)\n**centered**\n(Boolean centered)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| centered | indicates if the offset coordinates are centered relative to the image, in which case the (0, 0) offset is relative to the center of the input images. If false, the (0,0) offset corresponds to the upper left corner of the input images. |\n|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n\n#### public [ExtractGlimpse.Options](/jvm/api_docs/java/org/tensorflow/op/image/ExtractGlimpse.Options)\n**noise**\n(String noise)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| noise | indicates if the noise should \\`uniform\\`, \\`gaussian\\`, or \\`zero\\`. The default is \\`uniform\\` which means the the noise type will be decided by \\`uniform_noise\\`. |\n|-------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n\n#### public [ExtractGlimpse.Options](/jvm/api_docs/java/org/tensorflow/op/image/ExtractGlimpse.Options)\n**normalized**\n(Boolean normalized)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| normalized | indicates if the offset coordinates are normalized. |\n|------------|-----------------------------------------------------|\n\n#### public [ExtractGlimpse.Options](/jvm/api_docs/java/org/tensorflow/op/image/ExtractGlimpse.Options)\n**uniformNoise**\n(Boolean uniformNoise)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| uniformNoise | indicates if the noise should be generated using a uniform distribution or a Gaussian distribution. |\n|--------------|-----------------------------------------------------------------------------------------------------|"]]