OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:points_
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/mca/filterfw/native/core/
geometry.h
53
Quad() :
points_
(4) {}
57
:
points_
(4) {
58
points_
[0] = p0;
59
points_
[1] = p1;
60
points_
[2] = p2;
61
points_
[3] = p3;
64
const std::vector<Point>& points() const { return
points_
; }
68
std::vector<Point>
points_
;
member in class:android::filterfw::Quad
/frameworks/base/media/mca/filterpacks/native/base/
geometry.h
53
Quad() :
points_
(4) {}
57
:
points_
(4) {
58
points_
[0] = p0;
59
points_
[1] = p1;
60
points_
[2] = p2;
61
points_
[3] = p3;
64
const std::vector<Point>& points() const { return
points_
; }
68
std::vector<Point>
points_
;
member in class:android::filterfw::Quad
/external/opencv3/modules/videostab/include/opencv2/videostab/
global_motion.hpp
248
std::vector<Point2f> pointsPrev_,
points_
;
member in class:cv::videostab::KeypointBasedMotionEstimator
275
cuda::GpuMat pointsPrev_,
points_
;
member in class:cv::videostab::KeypointBasedMotionEstimatorGpu
/external/opencv3/modules/features2d/src/
brisk.cpp
124
unsigned int
points_
; // total number of collocation points
member in class:cv::BRISK_Impl
335
points_
= 0; // remember the total number of points
338
points_
+= numberList[ring];
341
patternPoints_ = new BriskPatternPoint[
points_
* scales_ * n_rot_];
396
shortPairs_ = new BriskShortPair[
points_
* (
points_
- 1) / 2];
397
longPairs_ = new BriskLongPair[
points_
* (
points_
- 1) / 2];
405
indexChange.resize(
points_
* (
points_
- 1) / 2)
[
all
...]
Completed in 416 milliseconds