ScriptIntrinsicHistogram.ForEach_Dot 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | Description |
|---|---|
| ForEach_Dot(Allocation) |
處理輸入緩衝區,並將直方圖放入輸出配置中。 |
| ForEach_Dot(Allocation, Script+LaunchOptions) |
處理輸入緩衝區,並將直方圖放入輸出配置中。 |
ForEach_Dot(Allocation)
處理輸入緩衝區,並將直方圖放入輸出配置中。
[Android.Runtime.Register("forEach_Dot", "(Landroid/renderscript/Allocation;)V", "")]
public void ForEach_Dot(Android.Renderscripts.Allocation? ain);
[<Android.Runtime.Register("forEach_Dot", "(Landroid/renderscript/Allocation;)V", "")>]
member this.ForEach_Dot : Android.Renderscripts.Allocation -> unit
參數
- ain
- Allocation
輸入影像
- 屬性
備註
處理輸入緩衝區,並將直方圖放入輸出配置中。 輸入通道的點積與「setDotCoefficients」的係數用於計算輸出值。
支援一維與二維輸入配置。
Java 文件 android.renderscript.ScriptIntrinsicHistogram.forEach_Dot(android.renderscript.Allocation)。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。
適用於
ForEach_Dot(Allocation, Script+LaunchOptions)
處理輸入緩衝區,並將直方圖放入輸出配置中。
[Android.Runtime.Register("forEach_Dot", "(Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V", "")]
public void ForEach_Dot(Android.Renderscripts.Allocation? ain, Android.Renderscripts.Script.LaunchOptions? opt);
[<Android.Runtime.Register("forEach_Dot", "(Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V", "")>]
member this.ForEach_Dot : Android.Renderscripts.Allocation * Android.Renderscripts.Script.LaunchOptions -> unit
參數
- ain
- Allocation
輸入影像
剪裁的啟動選項
- 屬性
備註
Java 文件 android.renderscript.ScriptIntrinsicHistogram.forEach_Dot(android.renderscript.Allocation)。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。