GraphExtractGlimpse Method |
Namespace: Emgu.TF
public Operation ExtractGlimpse( Output input, Output size, Output offsets, bool centered = true, bool normalized = true, bool uniform_noise = true, string noise = null, string opName = "ExtractGlimpse" )
Public Function ExtractGlimpse ( input As Output, size As Output, offsets As Output, Optional centered As Boolean = true, Optional normalized As Boolean = true, Optional uniform_noise As Boolean = true, Optional noise As String = Nothing, Optional opName As String = "ExtractGlimpse" ) As Operation
public: Operation^ ExtractGlimpse( Output^ input, Output^ size, Output^ offsets, bool centered = true, bool normalized = true, bool uniform_noise = true, String^ noise = nullptr, String^ opName = L"ExtractGlimpse" )
member ExtractGlimpse : input : Output * size : Output * offsets : Output * ?centered : bool * ?normalized : bool * ?uniform_noise : bool * ?noise : string * ?opName : string (* Defaults: let _centered = defaultArg centered true let _normalized = defaultArg normalized true let _uniform_noise = defaultArg uniform_noise true let _noise = defaultArg noise null let _opName = defaultArg opName "ExtractGlimpse" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,