(int elemChannels, int depth, boolean requireContinuous)
| 166 | |
| 167 | // javadoc: Mat::checkVector(elemChannels, depth, requireContinuous) |
| 168 | public int checkVector(int elemChannels, int depth, boolean requireContinuous) { |
| 169 | return n_checkVector(nativeObj, elemChannels, depth, requireContinuous); |
| 170 | } |
| 171 | |
| 172 | // javadoc: Mat::checkVector(elemChannels, depth) |
| 173 | public int checkVector(int elemChannels, int depth) { |
no test coverage detected