OpenCV for Unity  2.6.0
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.9.0/index.html ) for the details of the argument of the method.
OpenCVForUnity.ObjdetectModule.HOGDescriptor Member List

This is the complete list of members for OpenCVForUnity.ObjdetectModule.HOGDescriptor, including all inherited members.

__fromPtr__(IntPtr addr)OpenCVForUnity.ObjdetectModule.HOGDescriptorstatic
checkDetectorSize()OpenCVForUnity.ObjdetectModule.HOGDescriptor
compute(Mat img, MatOfFloat descriptors, Size winStride, Size padding, MatOfPoint locations)OpenCVForUnity.ObjdetectModule.HOGDescriptor
compute(Mat img, MatOfFloat descriptors, Size winStride, Size padding)OpenCVForUnity.ObjdetectModule.HOGDescriptor
compute(Mat img, MatOfFloat descriptors, Size winStride)OpenCVForUnity.ObjdetectModule.HOGDescriptor
compute(Mat img, MatOfFloat descriptors)OpenCVForUnity.ObjdetectModule.HOGDescriptor
computeGradient(Mat img, Mat grad, Mat angleOfs, Size paddingTL, Size paddingBR)OpenCVForUnity.ObjdetectModule.HOGDescriptor
computeGradient(Mat img, Mat grad, Mat angleOfs, Size paddingTL)OpenCVForUnity.ObjdetectModule.HOGDescriptor
computeGradient(Mat img, Mat grad, Mat angleOfs)OpenCVForUnity.ObjdetectModule.HOGDescriptor
DEFAULT_NLEVELSOpenCVForUnity.ObjdetectModule.HOGDescriptor
DESCR_FORMAT_COL_BY_COLOpenCVForUnity.ObjdetectModule.HOGDescriptor
DESCR_FORMAT_ROW_BY_ROWOpenCVForUnity.ObjdetectModule.HOGDescriptor
detect(Mat img, MatOfPoint foundLocations, MatOfDouble weights, double hitThreshold, Size winStride, Size padding, MatOfPoint searchLocations)OpenCVForUnity.ObjdetectModule.HOGDescriptor
detect(Mat img, MatOfPoint foundLocations, MatOfDouble weights, double hitThreshold, Size winStride, Size padding)OpenCVForUnity.ObjdetectModule.HOGDescriptor
detect(Mat img, MatOfPoint foundLocations, MatOfDouble weights, double hitThreshold, Size winStride)OpenCVForUnity.ObjdetectModule.HOGDescriptor
detect(Mat img, MatOfPoint foundLocations, MatOfDouble weights, double hitThreshold)OpenCVForUnity.ObjdetectModule.HOGDescriptor
detect(Mat img, MatOfPoint foundLocations, MatOfDouble weights)OpenCVForUnity.ObjdetectModule.HOGDescriptor
detectMultiScale(Mat img, MatOfRect foundLocations, MatOfDouble foundWeights, double hitThreshold, Size winStride, Size padding, double scale, double groupThreshold, bool useMeanshiftGrouping)OpenCVForUnity.ObjdetectModule.HOGDescriptor
detectMultiScale(Mat img, MatOfRect foundLocations, MatOfDouble foundWeights, double hitThreshold, Size winStride, Size padding, double scale, double groupThreshold)OpenCVForUnity.ObjdetectModule.HOGDescriptor
detectMultiScale(Mat img, MatOfRect foundLocations, MatOfDouble foundWeights, double hitThreshold, Size winStride, Size padding, double scale)OpenCVForUnity.ObjdetectModule.HOGDescriptor
detectMultiScale(Mat img, MatOfRect foundLocations, MatOfDouble foundWeights, double hitThreshold, Size winStride, Size padding)OpenCVForUnity.ObjdetectModule.HOGDescriptor
detectMultiScale(Mat img, MatOfRect foundLocations, MatOfDouble foundWeights, double hitThreshold, Size winStride)OpenCVForUnity.ObjdetectModule.HOGDescriptor
detectMultiScale(Mat img, MatOfRect foundLocations, MatOfDouble foundWeights, double hitThreshold)OpenCVForUnity.ObjdetectModule.HOGDescriptor
detectMultiScale(Mat img, MatOfRect foundLocations, MatOfDouble foundWeights)OpenCVForUnity.ObjdetectModule.HOGDescriptor
DisposableObject()OpenCVForUnity.DisposableObjectprotected
DisposableObject(bool isEnabledDispose)OpenCVForUnity.DisposableObjectprotected
DisposableOpenCVObject()OpenCVForUnity.DisposableOpenCVObjectprotected
DisposableOpenCVObject(IntPtr ptr)OpenCVForUnity.DisposableOpenCVObjectprotected
DisposableOpenCVObject(bool isEnabledDispose)OpenCVForUnity.DisposableOpenCVObjectprotected
DisposableOpenCVObject(IntPtr ptr, bool isEnabledDispose)OpenCVForUnity.DisposableOpenCVObjectprotected
Dispose(bool disposing)OpenCVForUnity.ObjdetectModule.HOGDescriptorprotectedvirtual
OpenCVForUnity::DisposableObject.Dispose()OpenCVForUnity.DisposableObject
get_blockSize()OpenCVForUnity.ObjdetectModule.HOGDescriptor
get_blockStride()OpenCVForUnity.ObjdetectModule.HOGDescriptor
get_cellSize()OpenCVForUnity.ObjdetectModule.HOGDescriptor
get_derivAperture()OpenCVForUnity.ObjdetectModule.HOGDescriptor
get_gammaCorrection()OpenCVForUnity.ObjdetectModule.HOGDescriptor
get_histogramNormType()OpenCVForUnity.ObjdetectModule.HOGDescriptor
get_L2HysThreshold()OpenCVForUnity.ObjdetectModule.HOGDescriptor
get_nbins()OpenCVForUnity.ObjdetectModule.HOGDescriptor
get_nlevels()OpenCVForUnity.ObjdetectModule.HOGDescriptor
get_signedGradient()OpenCVForUnity.ObjdetectModule.HOGDescriptor
get_svmDetector()OpenCVForUnity.ObjdetectModule.HOGDescriptor
get_winSigma()OpenCVForUnity.ObjdetectModule.HOGDescriptor
get_winSize()OpenCVForUnity.ObjdetectModule.HOGDescriptor
getDaimlerPeopleDetector()OpenCVForUnity.ObjdetectModule.HOGDescriptorstatic
getDefaultPeopleDetector()OpenCVForUnity.ObjdetectModule.HOGDescriptorstatic
getDescriptorSize()OpenCVForUnity.ObjdetectModule.HOGDescriptor
getNativeObjAddr()OpenCVForUnity.ObjdetectModule.HOGDescriptor
getWinSigma()OpenCVForUnity.ObjdetectModule.HOGDescriptor
HOGDescriptor()OpenCVForUnity.ObjdetectModule.HOGDescriptor
HOGDescriptor(Size _winSize, Size _blockSize, Size _blockStride, Size _cellSize, int _nbins, int _derivAperture, double _winSigma, int _histogramNormType, double _L2HysThreshold, bool _gammaCorrection, int _nlevels, bool _signedGradient)OpenCVForUnity.ObjdetectModule.HOGDescriptor
HOGDescriptor(Size _winSize, Size _blockSize, Size _blockStride, Size _cellSize, int _nbins, int _derivAperture, double _winSigma, int _histogramNormType, double _L2HysThreshold, bool _gammaCorrection, int _nlevels)OpenCVForUnity.ObjdetectModule.HOGDescriptor
HOGDescriptor(Size _winSize, Size _blockSize, Size _blockStride, Size _cellSize, int _nbins, int _derivAperture, double _winSigma, int _histogramNormType, double _L2HysThreshold, bool _gammaCorrection)OpenCVForUnity.ObjdetectModule.HOGDescriptor
HOGDescriptor(Size _winSize, Size _blockSize, Size _blockStride, Size _cellSize, int _nbins, int _derivAperture, double _winSigma, int _histogramNormType, double _L2HysThreshold)OpenCVForUnity.ObjdetectModule.HOGDescriptor
HOGDescriptor(Size _winSize, Size _blockSize, Size _blockStride, Size _cellSize, int _nbins, int _derivAperture, double _winSigma, int _histogramNormType)OpenCVForUnity.ObjdetectModule.HOGDescriptor
HOGDescriptor(Size _winSize, Size _blockSize, Size _blockStride, Size _cellSize, int _nbins, int _derivAperture, double _winSigma)OpenCVForUnity.ObjdetectModule.HOGDescriptor
HOGDescriptor(Size _winSize, Size _blockSize, Size _blockStride, Size _cellSize, int _nbins, int _derivAperture)OpenCVForUnity.ObjdetectModule.HOGDescriptor
HOGDescriptor(Size _winSize, Size _blockSize, Size _blockStride, Size _cellSize, int _nbins)OpenCVForUnity.ObjdetectModule.HOGDescriptor
HOGDescriptor(string filename)OpenCVForUnity.ObjdetectModule.HOGDescriptor
IsDisposedOpenCVForUnity.DisposableObject
IsEnabledDisposeOpenCVForUnity.DisposableObject
L2HysOpenCVForUnity.ObjdetectModule.HOGDescriptor
load(string filename, string objname)OpenCVForUnity.ObjdetectModule.HOGDescriptor
load(string filename)OpenCVForUnity.ObjdetectModule.HOGDescriptor
save(string filename, string objname)OpenCVForUnity.ObjdetectModule.HOGDescriptor
save(string filename)OpenCVForUnity.ObjdetectModule.HOGDescriptor
setSVMDetector(Mat svmdetector)OpenCVForUnity.ObjdetectModule.HOGDescriptor
ThrowIfDisposed()OpenCVForUnity.DisposableObject
ThrowIfNullIntPtr(IntPtr ptr)OpenCVForUnity.DisposableObjectstatic