Method
n_checkVector
(long nativeObj, int elemChannels, int depth, boolean requireContinuous)
Source from the content-addressed store, hash-verified
| 1650 | // C++: int Mat::checkVector(int elemChannels, int depth = -1, bool |
| 1651 | // requireContinuous = true) |
| 1652 | private static native int n_checkVector(long nativeObj, int elemChannels, int depth, boolean requireContinuous); |
| 1653 | |
| 1654 | private static native int n_checkVector(long nativeObj, int elemChannels, int depth); |
| 1655 | |
Tested by
no test coverage detected