MCPcopy Create free account
hub / github.com/bitristan/OpenCVSamples / submat

Method submat

OpenCV Library - 2.4.3/src/org/opencv/core/Mat.java:2249–2255  ·  view source on GitHub ↗

Extracts a rectangular submatrix. The operators make a new header for the specified sub-array of this . They are the most generalized forms of "Mat.row", "Mat.col", "Mat.rowRange", and "Mat.colRange". For example, A(Range(0, 10), Range.all()) is equivalent to <co

(int rowStart, int rowEnd, int colStart, int colEnd)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

onTouchMethod · 0.80
onCameraFrameMethod · 0.80
CreateAuxiliaryMatsMethod · 0.80
prepareGameSizeMethod · 0.80
puzzleFrameMethod · 0.80
runMethod · 0.80

Calls 2

n_submat_rrMethod · 0.95
n_submatMethod · 0.95

Tested by

no test coverage detected