Searched refs:clip_ (Results 1 – 3 of 3) sorted by relevance
182 double top = clip_[0] * principal_point_[1] / focal_[1]; in computeProjectionMatrix()183 double left = -clip_[0] * principal_point_[0] / focal_[0]; in computeProjectionMatrix()184 double right = clip_[0] * (window_size_.width - principal_point_[0]) / focal_[0]; in computeProjectionMatrix()185 double bottom = -clip_[0] * (window_size_.height - principal_point_[1]) / focal_[1]; in computeProjectionMatrix()187 double temp1 = 2.0 * clip_[0]; in computeProjectionMatrix()190 double temp4 = 1.0 / (clip_[0] - clip_[1]); in computeProjectionMatrix()197 proj(2,2) = (clip_[1]+clip_[0]) * temp4; in computeProjectionMatrix()199 proj(2,3) = (temp1 * clip_[1]) * temp4; in computeProjectionMatrix()
175 const Vec2d & getClip() const { return clip_; } in getClip()176 void setClip(const Vec2d &clip) { clip_ = clip; } in setClip()203 Vec2d clip_; member in cv::viz::Camera
131 #define TAG(x) clip_##x##_verts144 #define TAG(x) clip_##x##_elts