@Namespace(value="cv::ximgproc") public static class opencv_ximgproc.RFFeatureGetter extends opencv_core.Algorithm
/** Helper class for training part of [P. Dollar and C. L. Zitnick. Structured Forests for Fast Edge Detection, 2013].
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_ximgproc.RFFeatureGetter(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
getFeatures(opencv_core.Mat src,
opencv_core.Mat features,
int gnrmRad,
int gsmthRad,
int shrink,
int outNum,
int gradNum)
This functions extracts feature channels from src.
|
clear, empty, getDefaultName, position, read, save, save, writeaddress, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_ximgproc.RFFeatureGetter(Pointer p)
Pointer.Pointer(Pointer).public void getFeatures(@Const@ByRef opencv_core.Mat src, @ByRef opencv_core.Mat features, int gnrmRad, int gsmthRad, int shrink, int outNum, int gradNum)
src - : source image to extract featuresfeatures - : output n-channel floating point feature matrix.gnrmRad - : __rf.options.gradientNormalizationRadiusgsmthRad - : __rf.options.gradientSmoothingRadiusshrink - : __rf.options.shrinkNumberoutNum - : __rf.options.numberOfOutputChannelsgradNum - : __rf.options.numberOfGradientOrientationsCopyright © 2016. All rights reserved.