OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Vec4s
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/cudaarithm/test/
test_element_operations.cpp
818
const cv::
Vec4s
* mat1_row = mat1.ptr<cv::
Vec4s
>(y);
820
const cv::
Vec4s
* dst_row = h_dst.ptr<cv::
Vec4s
>(y);
824
cv::
Vec4s
val1 = mat1_row[x];
826
cv::
Vec4s
actual = dst_row[x];
828
cv::
Vec4s
gold;
[
all
...]
/external/opencv3/modules/core/test/
test_mat.cpp
689
Scalar(B.at<
Vec4s
>(idx0[0], idx0[1], idx0[2])) != val1 ||
690
Scalar(B.at<
Vec4s
>(idx1[0], idx1[1], idx1[2])) != -val1 ||
[
all
...]
/external/opencv3/modules/core/include/opencv2/core/
mat.hpp
[
all
...]
matx.hpp
363
typedef Vec<short, 4>
Vec4s
;
[
all
...]
Completed in 85 milliseconds