GeneralizedHoughSetTemplate Method (InputArray, NullablePoint)
|
set template to search
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic void SetTemplate(
InputArray templ,
Nullable<Point> templCenter = null
)
Public Sub SetTemplate (
templ As InputArray,
Optional templCenter As Nullable(Of Point) = Nothing
)
public:
void SetTemplate(
InputArray^ templ,
Nullable<Point> templCenter = nullptr
)
member SetTemplate :
templ : InputArray *
?templCenter : Nullable<Point>
(* Defaults:
let _templCenter = defaultArg templCenter null
*)
-> unit
function SetTemplate(templ, templCenter);
Parameters
- templ
- Type: OpenCvSharpInputArray
- templCenter (Optional)
- Type: SystemNullablePoint
See Also