HOGDescriptor Class |
Namespace: OpenCvSharp
The HOGDescriptor type exposes the following members.
| Name | Description | |
|---|---|---|
| HOGDescriptor |
Default constructor
| |
| HOGDescriptor(String) |
Construct from a file containing HOGDescriptor properties and coefficients for the linear SVM classifier.
| |
| HOGDescriptor(NullableSize, NullableSize, NullableSize, NullableSize, Int32, Int32, Double, HistogramNormType, Double, Boolean, Int32) |
Creates the HOG descriptor and detector.
|
| Name | Description | |
|---|---|---|
| AllocatedMemory |
Gets or sets a memory address allocated by AllocMemory.
(Inherited from DisposableObject.) | |
| AllocatedMemorySize |
Gets or sets the byte length of the allocated memory
(Inherited from DisposableObject.) | |
| BlockSize |
Block size in pixels. Align to cell size. Default value is Size(16,16).
| |
| BlockStride |
Block stride. It must be a multiple of cell size. Default value is Size(8,8).
| |
| CellSize |
Cell size. Default value is Size(8,8).
| |
| CvPtr |
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.) | |
| DataHandle |
Gets or sets a handle which allocates using cvSetData.
(Inherited from DisposableObject.) | |
| DerivAperture | ||
| GammaCorrection |
Flag to specify whether the gamma correction preprocessing is required or not.
| |
| HistogramNormType |
HistogramNormType
| |
| IsDisposed |
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.) | |
| IsEnabledDispose |
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.) | |
| L2HysThreshold |
L2-Hys normalization method shrinkage.
| |
| Nbins |
Number of bins used in the calculation of histogram of gradients. Default value is 9.
| |
| NLevels |
Maximum number of detection window increases. Default value is 64
| |
| SignedGradient |
Indicates signed gradient will be used or not
| |
| WinSigma |
Gaussian smoothing window parameter.
| |
| WinSize |
Detection window size. Align to block size and block stride. Default value is Size(64,128).
|
| 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 |
Computes HOG descriptors of given image.
| |
| ComputeGradient |
Computes gradients and quantized gradient orientations.
| |
| 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) |
Releases the resources
(Inherited from DisposableObject.) | |
| DisposeManaged |
Releases managed resources
(Inherited from DisposableObject.) | |
| DisposeUnmanaged |
Releases unmanaged resources
(Overrides DisposableCvObjectDisposeUnmanaged.) | |
| Equals | Determines whether the specified object is equal to the current object. (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 | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetWinSigma | ||
| GroupRectangles |
Groups the object candidate rectangles.
| |
| Load |
loads HOGDescriptor parameters and coefficients for the linear SVM classifier from a file.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NotifyMemoryPressure |
Notifies the allocated size of memory.
(Inherited from DisposableObject.) | |
| Save |
saves HOGDescriptor parameters and coefficients for the linear SVM classifier to a file
| |
| SetSVMDetector |
Sets coefficients for the linear SVM classifier.
| |
| ThrowIfDisposed |
If this object is disposed, then ObjectDisposedException is thrown.
(Inherited from DisposableObject.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| DaimlerPeopleDetector |
This field returns 1981 SVM coeffs obtained from daimler's base.
To use these coeffs the detection window size should be (48,96)
| |
| DefaultNlevels | ||
| DefaultPeopleDetector |
Returns coefficients of the classifier trained for people detection (for default window size).
| |
| L2Hys | ||
| ptr |
Data pointer
(Inherited from DisposableCvObject.) |