ScriptIntrinsicHistogram.ForEach_Dot 方法

定義

多載

名稱 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

輸入影像

opt
Script.LaunchOptions

剪裁的啟動選項

屬性

備註

Java 文件 android.renderscript.ScriptIntrinsicHistogram.forEach_Dot(android.renderscript.Allocation)

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於