HOGDescriptorAsync extension

on

Methods

computeAsync(Mat img, {(int, int) winStride = (0, 0), (int, int) padding = (0, 0)}) Future<(VecF32, VecPoint)>

Available on HOGDescriptor, provided by the HOGDescriptorAsync extension

computeGradientAsync(InputArray img, Mat grad, Mat angleOfs, {(int, int) paddingTL = (0, 0), (int, int) paddingBR = (0, 0)}) Future<(Mat, Mat)>

Available on HOGDescriptor, provided by the HOGDescriptorAsync extension

detect2Async(InputArray img, {double hitThreshold = 0, (int, int) winStride = (0, 0), (int, int) padding = (0, 0)}) Future<(VecPoint, VecF64, VecPoint)>

Available on HOGDescriptor, provided by the HOGDescriptorAsync extension

detectAsync(InputArray img, {double hitThreshold = 0, (int, int) winStride = (0, 0), (int, int) padding = (0, 0)}) Future<(VecPoint, VecPoint)>

Available on HOGDescriptor, provided by the HOGDescriptorAsync extension

detectMultiScaleAsync(InputArray image, {double hitThreshold = 0, int minNeighbors = 3, (int, int) winStride = (0, 0), (int, int) padding = (0, 0), double scale = 1.05, double groupThreshold = 2.0, bool useMeanshiftGrouping = false}) Future<VecRect>

Available on HOGDescriptor, provided by the HOGDescriptorAsync extension

getDescriptorSizeAsync() Future<int>

Available on HOGDescriptor, provided by the HOGDescriptorAsync extension

getWinSigmaAsync() Future<double>

Available on HOGDescriptor, provided by the HOGDescriptorAsync extension

groupRectanglesAsync(VecRect rectList, VecF64 weights, int groupThreshold, double eps) Future<(VecRect, VecF64)>

Available on HOGDescriptor, provided by the HOGDescriptorAsync extension

loadAsync(String name) Future<bool>

Available on HOGDescriptor, provided by the HOGDescriptorAsync extension

setSVMDetectorAsync(VecF32 det) Future<void>

Available on HOGDescriptor, provided by the HOGDescriptorAsync extension

Static Methods

emptyNewAsync() Future<HOGDescriptor>

Available on HOGDescriptor, provided by the HOGDescriptorAsync extension

fromFileAsync(String filename) Future<HOGDescriptor>

Available on HOGDescriptor, provided by the HOGDescriptorAsync extension

getDaimlerPeopleDetectorAsync() Future<VecF32>

Available on HOGDescriptor, provided by the HOGDescriptorAsync extension

getDefaultPeopleDetectorAsync() Future<VecF32>

Available on HOGDescriptor, provided by the HOGDescriptorAsync extension