Method
n_checkVector
(long nativeObj, int elemChannels, int depth, boolean requireContinuous)
Source from the content-addressed store, hash-verified
| 1129 | // C++: int Mat::checkVector(int elemChannels, int depth = -1, bool |
| 1130 | // requireContinuous = true) |
| 1131 | private static native int n_checkVector(long nativeObj, int elemChannels, int depth, boolean requireContinuous); |
| 1132 | |
| 1133 | private static native int n_checkVector(long nativeObj, int elemChannels, int depth); |
| 1134 | |
Tested by
no test coverage detected