(int elemChannels, int depth, boolean requireContinuous)
| 168 | |
| 169 | // javadoc: Mat::checkVector(elemChannels, depth, requireContinuous) |
| 170 | public int checkVector(int elemChannels, int depth, boolean requireContinuous) |
| 171 | { |
| 172 | |
| 173 | int retVal = n_checkVector(nativeObj, elemChannels, depth, requireContinuous); |
| 174 | |
| 175 | return retVal; |
| 176 | } |
| 177 | |
| 178 | // javadoc: Mat::checkVector(elemChannels, depth) |
| 179 | public int checkVector(int elemChannels, int depth) |
no test coverage detected