The HOGDescriptor type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AllocGCHandle |
Pins the object to be allocated by cvSetData.
(Inherited from DisposableObject.) | |
| AllocMemory |
Allocates the specified size of memory.
(Inherited from DisposableObject.) | |
| CheckDetectorSize | ||
| Compute | ||
| ComputeGradient | ||
| Detect(Mat, Double, NullableSize, NullableSize, Point) |
Performs object detection without a multi-scale window.
| |
| Detect(Mat, Double, Double, NullableSize, NullableSize, Point) |
Performs object detection without a multi-scale window.
| |
| DetectMultiScale(Mat, Double, NullableSize, NullableSize, Double, Int32) |
Performs object detection with a multi-scale window.
| |
| DetectMultiScale(Mat, Double, Double, NullableSize, NullableSize, Double, Int32) |
Performs object detection with a multi-scale window.
| |
| DetectMultiScaleROI |
evaluate specified ROI and return confidence value for each location in multiple scales
| |
| DetectROI |
evaluate specified ROI and return confidence value for each location
| |
| Dispose |
Releases the resources
(Inherited from DisposableObject.) | |
| Dispose(Boolean) |
Clean up any resources being used.
(Overrides DisposableCvObjectDispose(Boolean).) | |
| Equals | (Inherited from Object.) | |
| Finalize |
Destructor
(Inherited from DisposableObject.) | |
| GetDaimlerPeopleDetector |
This method returns 1981 SVM coeffs obtained from daimler's base.
To use these coeffs the detection window size should be (48,96)
| |
| GetDefaultPeopleDetector |
Returns coefficients of the classifier trained for people detection (for default window size).
| |
| GetDescriptorSize | ||
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| GetWinSigma | ||
| GroupRectangles | ||
| Load | ||
| MemberwiseClone | (Inherited from Object.) | |
| NotifyMemoryPressure |
Notifies the allocated size of memory.
(Inherited from DisposableObject.) | |
| ReadALTModel |
read/parse Dalal's alt model file
| |
| Save | ||
| SetSVMDetector | ||
| ThrowIfDisposed |
If this object is disposed, then ObjectDisposedException is thrown.
(Inherited from DisposableObject.) | |
| ToString | (Inherited from Object.) |
See Also