|
OpenCV for Unity 3.0.0
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.12.0/index.html ) for the details of the argument of the method.
|
This is the complete list of members for OpenCVForUnity.ObjdetectModule.CascadeClassifier, including all inherited members.
| __fromPtr__(IntPtr addr) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | static |
| CascadeClassifier() | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| CascadeClassifier(string filename) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| convert(string oldcascade, string newcascade) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | static |
| detectMultiScale(Mat image, MatOfRect objects, double scaleFactor, int minNeighbors, int flags, Size minSize, Size maxSize) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale(Mat image, MatOfRect objects, double scaleFactor, int minNeighbors, int flags, Size minSize) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale(Mat image, MatOfRect objects, double scaleFactor, int minNeighbors, int flags) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale(Mat image, MatOfRect objects, double scaleFactor, int minNeighbors) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale(Mat image, MatOfRect objects, double scaleFactor) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale(Mat image, MatOfRect objects) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale(Mat image, MatOfRect objects, double scaleFactor, int minNeighbors, int flags, in Vec2d minSize, in Vec2d maxSize) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale(Mat image, MatOfRect objects, double scaleFactor, int minNeighbors, int flags, in Vec2d minSize) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale(Mat image, MatOfRect objects, double scaleFactor, int minNeighbors, int flags, in(double width, double height) minSize, in(double width, double height) maxSize) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale(Mat image, MatOfRect objects, double scaleFactor, int minNeighbors, int flags, in(double width, double height) minSize) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale2(Mat image, MatOfRect objects, MatOfInt numDetections, double scaleFactor, int minNeighbors, int flags, Size minSize, Size maxSize) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale2(Mat image, MatOfRect objects, MatOfInt numDetections, double scaleFactor, int minNeighbors, int flags, Size minSize) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale2(Mat image, MatOfRect objects, MatOfInt numDetections, double scaleFactor, int minNeighbors, int flags) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale2(Mat image, MatOfRect objects, MatOfInt numDetections, double scaleFactor, int minNeighbors) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale2(Mat image, MatOfRect objects, MatOfInt numDetections, double scaleFactor) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale2(Mat image, MatOfRect objects, MatOfInt numDetections) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale2(Mat image, MatOfRect objects, MatOfInt numDetections, double scaleFactor, int minNeighbors, int flags, in Vec2d minSize, in Vec2d maxSize) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale2(Mat image, MatOfRect objects, MatOfInt numDetections, double scaleFactor, int minNeighbors, int flags, in Vec2d minSize) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale2(Mat image, MatOfRect objects, MatOfInt numDetections, double scaleFactor, int minNeighbors, int flags, in(double width, double height) minSize, in(double width, double height) maxSize) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale2(Mat image, MatOfRect objects, MatOfInt numDetections, double scaleFactor, int minNeighbors, int flags, in(double width, double height) minSize) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale3(Mat image, MatOfRect objects, MatOfInt rejectLevels, MatOfDouble levelWeights, double scaleFactor, int minNeighbors, int flags, Size minSize, Size maxSize, bool outputRejectLevels) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale3(Mat image, MatOfRect objects, MatOfInt rejectLevels, MatOfDouble levelWeights, double scaleFactor, int minNeighbors, int flags, Size minSize, Size maxSize) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale3(Mat image, MatOfRect objects, MatOfInt rejectLevels, MatOfDouble levelWeights, double scaleFactor, int minNeighbors, int flags, Size minSize) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale3(Mat image, MatOfRect objects, MatOfInt rejectLevels, MatOfDouble levelWeights, double scaleFactor, int minNeighbors, int flags) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale3(Mat image, MatOfRect objects, MatOfInt rejectLevels, MatOfDouble levelWeights, double scaleFactor, int minNeighbors) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale3(Mat image, MatOfRect objects, MatOfInt rejectLevels, MatOfDouble levelWeights, double scaleFactor) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale3(Mat image, MatOfRect objects, MatOfInt rejectLevels, MatOfDouble levelWeights) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale3(Mat image, MatOfRect objects, MatOfInt rejectLevels, MatOfDouble levelWeights, double scaleFactor, int minNeighbors, int flags, in Vec2d minSize, in Vec2d maxSize, bool outputRejectLevels) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale3(Mat image, MatOfRect objects, MatOfInt rejectLevels, MatOfDouble levelWeights, double scaleFactor, int minNeighbors, int flags, in Vec2d minSize, in Vec2d maxSize) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale3(Mat image, MatOfRect objects, MatOfInt rejectLevels, MatOfDouble levelWeights, double scaleFactor, int minNeighbors, int flags, in Vec2d minSize) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale3(Mat image, MatOfRect objects, MatOfInt rejectLevels, MatOfDouble levelWeights, double scaleFactor, int minNeighbors, int flags, in(double width, double height) minSize, in(double width, double height) maxSize, bool outputRejectLevels) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale3(Mat image, MatOfRect objects, MatOfInt rejectLevels, MatOfDouble levelWeights, double scaleFactor, int minNeighbors, int flags, in(double width, double height) minSize, in(double width, double height) maxSize) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| detectMultiScale3(Mat image, MatOfRect objects, MatOfInt rejectLevels, MatOfDouble levelWeights, double scaleFactor, int minNeighbors, int flags, in(double width, double height) minSize) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| DisposableObject() | OpenCVForUnity.DisposableObject | protected |
| DisposableObject(bool isEnabledDispose) | OpenCVForUnity.DisposableObject | protected |
| DisposableOpenCVObject() | OpenCVForUnity.DisposableOpenCVObject | protected |
| DisposableOpenCVObject(IntPtr ptr) | OpenCVForUnity.DisposableOpenCVObject | protected |
| DisposableOpenCVObject(bool isEnabledDispose) | OpenCVForUnity.DisposableOpenCVObject | protected |
| DisposableOpenCVObject(IntPtr ptr, bool isEnabledDispose) | OpenCVForUnity.DisposableOpenCVObject | protected |
| Dispose(bool disposing) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | protectedvirtual |
| OpenCVForUnity::DisposableObject.Dispose() | OpenCVForUnity.DisposableObject | |
| empty() | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| getFeatureType() | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| getNativeObjAddr() | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| getOriginalWindowSize() | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| getOriginalWindowSizeAsValueTuple() | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| getOriginalWindowSizeAsVec2d() | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| IsDisposed | OpenCVForUnity.DisposableObject | |
| IsEnabledDispose | OpenCVForUnity.DisposableObject | |
| isOldFormatCascade() | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| load(string filename) | OpenCVForUnity.ObjdetectModule.CascadeClassifier | |
| ThrowIfDisposed() | OpenCVForUnity.DisposableObject | |
| ThrowIfNullIntPtr(IntPtr ptr) | OpenCVForUnity.DisposableObject | static |
| width | OpenCVForUnity.ObjdetectModule.CascadeClassifier |