GeneralizedHoughDetect Method (InputArray, OutputArray, OutputArray)
|
find template on image
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic virtual void Detect(
InputArray image,
OutputArray positions,
OutputArray votes = null
)
Public Overridable Sub Detect (
image As InputArray,
positions As OutputArray,
Optional votes As OutputArray = Nothing
)
public:
virtual void Detect(
InputArray^ image,
OutputArray^ positions,
OutputArray^ votes = nullptr
)
abstract Detect :
image : InputArray *
positions : OutputArray *
?votes : OutputArray
(* Defaults:
let _votes = defaultArg votes null
*)
-> unit
override Detect :
image : InputArray *
positions : OutputArray *
?votes : OutputArray
(* Defaults:
let _votes = defaultArg votes null
*)
-> unit
function Detect(image, positions, votes);
Parameters
- image
- Type: OpenCvSharpInputArray
- positions
- Type: OpenCvSharpOutputArray
- votes (Optional)
- Type: OpenCvSharpOutputArray
See Also