OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSubmatrix
(Results
1 - 17
of
17
) sorted by null
/external/opencv3/modules/core/misc/java/test/
MatTest.java
27
assertTrue(adjusted.
isSubmatrix
());
496
assertFalse(gray0.
isSubmatrix
());
498
assertTrue(subMat.
isSubmatrix
());
923
assertTrue(submat.
isSubmatrix
());
931
assertTrue(submat.
isSubmatrix
());
940
assertTrue(submat.
isSubmatrix
());
/external/opencv3/modules/core/misc/java/src/java/
core+Mat.java
546
// C++: bool Mat::
isSubmatrix
()
549
// javadoc: Mat::
isSubmatrix
()
550
public boolean
isSubmatrix
()
920
", isCont=" + isContinuous() + ", isSubmat=" +
isSubmatrix
() +
1213
// C++: bool Mat::
isSubmatrix
()
[
all
...]
/external/opencv3/modules/core/test/
test_umat.cpp
156
ASSERT_EQ(ua.
isSubmatrix
(), true);
160
ASSERT_EQ(ua.
isSubmatrix
(), false);
/external/opencv3/modules/imgproc/src/
corner.cpp
551
if ((borderTypeNI == BORDER_REPLICATE && (!src.
isSubmatrix
() || isolated)) &&
614
(borderTypeNI == BORDER_CONSTANT || borderTypeNI == BORDER_REPLICATE) && cn == 1 && (!src.
isSubmatrix
() || isolated) )
pyramids.cpp
[
all
...]
morph.cpp
[
all
...]
canny.cpp
131
if (aperture_size == 3 && !_src.
isSubmatrix
())
[
all
...]
deriv.cpp
813
if ((ksize == 3 || ksize == 5) && ((borderType & BORDER_ISOLATED) != 0 || !_src.
isSubmatrix
()) &&
[
all
...]
smooth.cpp
[
all
...]
filter.cpp
[
all
...]
/external/opencv3/modules/core/src/
matrix.cpp
707
if(
isSubmatrix
() )
727
if(
isSubmatrix
() || dataend + step.p[0] > datalimit )
743
if( !
isSubmatrix
() && data + step.p[0]*nelems <= datalimit )
778
if(
isSubmatrix
() || data + step.p[0]*nelems > datalimit )
825
if(
isSubmatrix
() || dataend + step.p[0]*delta > datalimit )
[
all
...]
copy.cpp
[
all
...]
/external/opencv3/modules/core/include/opencv2/core/
mat.hpp
214
bool
isSubmatrix
(int i=-1) const;
[
all
...]
mat.inl.hpp
699
bool Mat::
isSubmatrix
() const
[
all
...]
/external/opencv3/modules/java/generator/src/cpp/
Mat.cpp
1031
// bool Mat::
isSubmatrix
()
1044
return me->
isSubmatrix
( );
[
all
...]
/external/opencv3/modules/video/src/
lkpyramid.cpp
757
if(tryReuseInputImage && img.
isSubmatrix
() && (pyrBorder & BORDER_ISOLATED) == 0)
[
all
...]
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 290 milliseconds