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

  /external/opencv3/modules/stitching/src/
camera.cpp 48 CameraParams::CameraParams() : focal(1), aspect(1), ppx(0), ppy(0),
56 ppx = other.ppx;
67 k(0,0) = focal; k(0,2) = ppx;
motion_estimators.cpp 72 K_from(0,2) = cameras[edge.from].ppx;
78 K_to(0,2) = cameras[edge.to].ppx;
151 cameras[i].ppx -= 0.5 * features[i].img_size.width;
165 cameras[i].ppx += 0.5 * features[i].img_size.width;
289 cam_params_.at<double>(i * 7 + 1, 0) = cameras[i].ppx;
313 cameras[i].ppx = cam_params_.at<double>(i * 7 + 1, 0);
stitcher.cpp 248 cameras_[i].ppx *= compose_work_aspect;
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
camera.hpp 67 double ppx; // Principal point X member in struct:cv::detail::CameraParams
  /external/libpng/contrib/examples/
pngpixel.c 284 png_uint_32 px, ppx; local
302 if (y == py) for (px = xstart, ppx = 0;
303 px < width; px += xstep, ++ppx) if (x == px)
305 /* 'ppx' is the index of the pixel in the row
308 print_pixel(png_ptr, info_ptr, row_tmp, ppx);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
shared_ptr.hpp 101 template< class X, class Y, class T > inline void sp_enable_shared_from_this( boost::shared_ptr<X> const * ppx, Y const * py, boost::enable_shared_from_this< T > const * pe )
105 pe->_internal_accept_owner( ppx, const_cast< Y* >( py ) );
109 template< class X, class Y, class T > inline void sp_enable_shared_from_this( boost::shared_ptr<X> * ppx, Y const * py, boost::enable_shared_from_this2< T > const * pe )
113 pe->_internal_accept_owner( ppx, const_cast< Y* >( py ) );
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
Dfp.java 1923 Dfp ppx = getZero(); local
    [all...]
  /external/opencv3/samples/cpp/
stitching_detailed.cpp 95 " <fx><skew><ppx><aspect><ppy>. The default mask is 'xxxxx'. If bundle\n"
747 cameras[i].ppx *= compose_work_aspect;

Completed in 976 milliseconds