Initializes a new instance of the LatentSvmDetectorObjectDetection class
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ObjectDetection( Nullable<Rect> rect = null, float score = 0f, int classId = -1 )
Parameters
- rect (Optional)
- Type: SystemNullableRect
[Missing <param name="rect"/> documentation for "M:OpenCvSharp.CPlusPlus.LatentSvmDetector.ObjectDetection.#ctor(System.Nullable{OpenCvSharp.CPlusPlus.Rect},System.Single,System.Int32)"]
- score (Optional)
- Type: SystemSingle
[Missing <param name="score"/> documentation for "M:OpenCvSharp.CPlusPlus.LatentSvmDetector.ObjectDetection.#ctor(System.Nullable{OpenCvSharp.CPlusPlus.Rect},System.Single,System.Int32)"]
- classId (Optional)
- Type: SystemInt32
[Missing <param name="classId"/> documentation for "M:OpenCvSharp.CPlusPlus.LatentSvmDetector.ObjectDetection.#ctor(System.Nullable{OpenCvSharp.CPlusPlus.Rect},System.Single,System.Int32)"]
See Also