Home
last modified time | relevance | path

Searched refs:Vec2f (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/include/colorchecker/
Dcolorcheckertest.h42 const std::vector<std::vector<Vec2f> >* getCheckerCenterAdd() const { in getCheckerCenterAdd()
43 std::vector<std::vector<Vec2f> >* returnPositions = in getCheckerCenterAdd()
44 new std::vector<std::vector<Vec2f> >( in getCheckerCenterAdd()
45 4, std::vector<Vec2f>(6, Vec2f(0.f, 0.f))); in getCheckerCenterAdd()
82 Vec2f findCrossing(std::vector<int> line1, std::vector<int> line2);
85 bool verifyPointPair(Vec2f pointUpperLeft, Vec2f pointBottomRight,
86 Vec2f* pointCenter, Vec3i* color);
94 std::vector<std::vector< Vec2f* > > mCandidatePositions;
97 std::vector<std::vector< Vec2f* > > mMatchPositions;
Dtestingimage.h43 Vec3i getPixelValue(const Vec2f &pixelPosition) const;
55 const std::vector<std::vector< Vec2f > >* centerAddress,
Dvec2.h73 typedef Vec2<float> Vec2f; typedef