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

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfVecAttribute.h 88 typedef TypedAttribute<Imath::V3d> V3dAttribute;
  /external/opencv3/3rdparty/openexr/Imath/
ImathMatrixAlgo.cpp 112 V3d Acenter (0.0);
113 V3d Bcenter (0.0);
120 Acenter += (V3d) A[i];
121 Bcenter += (V3d) B[i];
132 Acenter += w * (V3d) A[i];
133 Bcenter += w * (V3d) B[i];
156 C += outerProduct ((V3d) B[i] - Bcenter, (V3d) A[i] - Acenter);
163 C += outerProduct (w * ((V3d) B[i] - Bcenter), (V3d) A[i] - Acenter)
    [all...]
ImathBox.h 138 typedef Box <V3d> Box3d;
ImathVec.h 693 typedef Vec3 <double> V3d;
    [all...]

Completed in 387 milliseconds