HomeSort by relevance Sort by last modified time
    Searched refs:boxMin (Results 1 - 3 of 3) sorted by null

  /external/eigen/doc/snippets/
MatrixBase_all.cpp 1 Vector3f boxMin(Vector3f::Zero()), boxMax(Vector3f::Ones());
3 // let's check if p0 and p1 are inside the axis aligned box defined by the corners boxMin,boxMax:
5 << ((boxMin.array()<p0.array()).all() && (boxMax.array()>p0.array()).all()) << endl;
7 << ((boxMin.array()<p1.array()).all() && (boxMax.array()>p1.array()).all()) << endl;
  /external/opencv/cvaux/src/
cvbgfg_codebook.cpp 164 e->boxMin[0] = MIN(e->boxMin[0], p0);
166 e->boxMin[1] = MIN(e->boxMin[1], p1);
168 e->boxMin[2] = MIN(e->boxMin[2], p2);
209 e->boxMin[0] = e->boxMax[0] = p0;
210 e->boxMin[1] = e->boxMax[1] = p1;
211 e->boxMin[2] = e->boxMax[2] = p2;
277 if( e->boxMin[0] <= l0 && h0 <= e->boxMax[0] &
    [all...]
  /external/opencv/cvaux/include/
cvaux.h     [all...]

Completed in 192 milliseconds