origin            111 3rdparty/include/opencl/1.2/CL/cl.h     size_t                  origin;
origin           5442 3rdparty/include/opencl/1.2/CL/cl.hpp         const size_t<3>& origin,
origin           5453 3rdparty/include/opencl/1.2/CL/cl.hpp                 object_, image(), blocking, (const ::size_t *) origin,
origin           5469 3rdparty/include/opencl/1.2/CL/cl.hpp         const size_t<3>& origin,
origin           5480 3rdparty/include/opencl/1.2/CL/cl.hpp                 object_, image(), blocking, (const ::size_t *) origin,
origin           5529 3rdparty/include/opencl/1.2/CL/cl.hpp         const size_t<3>& origin,
origin           5540 3rdparty/include/opencl/1.2/CL/cl.hpp                 (const ::size_t *) origin, 
origin           5563 3rdparty/include/opencl/1.2/CL/cl.hpp         const size_t<3>& origin,
origin           5574 3rdparty/include/opencl/1.2/CL/cl.hpp                 (const ::size_t *) origin, 
origin           5597 3rdparty/include/opencl/1.2/CL/cl.hpp         const size_t<3>& origin,
origin           5608 3rdparty/include/opencl/1.2/CL/cl.hpp                 (const ::size_t *) origin, 
origin           5701 3rdparty/include/opencl/1.2/CL/cl.hpp         const size_t<3>& origin,
origin           5712 3rdparty/include/opencl/1.2/CL/cl.hpp             (const ::size_t *) origin, (const ::size_t *) region,
origin           6399 3rdparty/include/opencl/1.2/CL/cl.hpp     const size_t<3>& origin,
origin           6417 3rdparty/include/opencl/1.2/CL/cl.hpp         origin,
origin           6429 3rdparty/include/opencl/1.2/CL/cl.hpp     const size_t<3>& origin,
origin           6447 3rdparty/include/opencl/1.2/CL/cl.hpp         origin,
origin            106 3rdparty/libjasper/jas_stream.c static long mem_seek(jas_stream_obj_t *obj, long offset, int origin);
origin            111 3rdparty/libjasper/jas_stream.c static long sfile_seek(jas_stream_obj_t *obj, long offset, int origin);
origin            116 3rdparty/libjasper/jas_stream.c static long file_seek(jas_stream_obj_t *obj, long offset, int origin);
origin            649 3rdparty/libjasper/jas_stream.c long jas_stream_seek(jas_stream_t *stream, long offset, int origin)
origin            661 3rdparty/libjasper/jas_stream.c         if (origin == SEEK_CUR) {
origin            673 3rdparty/libjasper/jas_stream.c     if ((newpos = (*stream->ops_->seek_)(stream->obj_, offset, origin))
origin           1057 3rdparty/libjasper/jas_stream.c static long mem_seek(jas_stream_obj_t *obj, long offset, int origin)
origin           1062 3rdparty/libjasper/jas_stream.c     switch (origin) {
origin           1111 3rdparty/libjasper/jas_stream.c static long file_seek(jas_stream_obj_t *obj, long offset, int origin)
origin           1114 3rdparty/libjasper/jas_stream.c     return lseek(fileobj->fd, offset, origin);
origin           1147 3rdparty/libjasper/jas_stream.c static long sfile_seek(jas_stream_obj_t *obj, long offset, int origin)
origin           1151 3rdparty/libjasper/jas_stream.c     return fseek(fp, offset, origin);
origin            189 3rdparty/libjasper/jasper/jas_stream.h     long (*seek_)(jas_stream_obj_t *obj, long offset, int origin);
origin            393 3rdparty/libjasper/jasper/jas_stream.h long jas_stream_seek(jas_stream_t *stream, long offset, int origin);
origin            210 3rdparty/libtiff/tif_stream.cxx         ios::pos_type	origin;
origin            218 3rdparty/libtiff/tif_stream.cxx                 origin = data->start_pos;
origin            221 3rdparty/libtiff/tif_stream.cxx                 origin = os->tellp();
origin            225 3rdparty/libtiff/tif_stream.cxx                 origin = os->tellp();
origin            232 3rdparty/libtiff/tif_stream.cxx         if( (static_cast<uint64>(origin) + off) > static_cast<uint64>(data->start_pos) ) {
origin            240 3rdparty/libtiff/tif_stream.cxx             num_fill = (static_cast<uint64>(origin)) + off - os->tellp();
origin            245 3rdparty/libtiff/tif_stream.cxx             os->seekp(static_cast<ios::off_type>(static_cast<uint64>(origin) + off), ios::beg);
origin           1314 modules/calib3d/src/circlesgrid.cpp void CirclesGridFinder::drawBasis(const std::vector<Point2f> &basis, Point2f origin, Mat &drawImg) const
origin           1319 modules/calib3d/src/circlesgrid.cpp     line(drawImg, origin, origin + pt, Scalar(0, (double)(i * 255), 0), 2);
origin            159 modules/calib3d/src/circlesgrid.hpp   void drawBasis(const std::vector<cv::Point2f> &basis, cv::Point2f origin, cv::Mat &drawImg) const;
origin            110 modules/core/include/opencv2/core/core_c.h                                    int channels, int origin CV_DEFAULT(0),
origin            312 modules/core/include/opencv2/core/types_c.h     int  origin;            /**< 0 - top-left origin,
origin           1369 modules/core/include/opencv2/core/types_c.h     CvPoint  origin;
origin           2914 modules/core/src/array.cpp                    int channels, int origin, int align )
origin           2937 modules/core/src/array.cpp     if( origin != CV_ORIGIN_BL && origin != CV_ORIGIN_TL )
origin           2959 modules/core/src/array.cpp     image->origin = origin;
origin            288 modules/core/src/ocl.cpp     size_t                  origin;
origin           5637 modules/core/src/ocl.cpp         size_t origin[] = { 0, 0, 0 };
origin           5647 modules/core/src/ocl.cpp             CV_Assert(clEnqueueCopyBufferRect(queue, (cl_mem)src.handle(ACCESS_READ), devData, origin, origin,
origin           5659 modules/core/src/ocl.cpp             CV_OclDbgAssert(clEnqueueCopyBufferToImage(queue, devData, handle, 0, origin, region, 0, NULL, 0) == CL_SUCCESS);
origin           3879 modules/core/src/persistence.cpp     cvWriteString( fs, "origin", image->origin == IPL_ORIGIN_TL
origin           3925 modules/core/src/persistence.cpp     const char* origin, *data_order;
origin           3930 modules/core/src/persistence.cpp     origin = cvReadStringByName( fs, node, "origin", 0 );
origin           3932 modules/core/src/persistence.cpp     if( width == 0 || height == 0 || dt == 0 || origin == 0 )
origin           4046 modules/core/src/persistence.cpp             cvWriteInt( fs, "x", chain->origin.x );
origin           4047 modules/core/src/persistence.cpp             cvWriteInt( fs, "y", chain->origin.y );
origin           4307 modules/core/src/persistence.cpp         chain->origin.x = cvReadIntByName( fs, origin_node, "x", 0 );
origin           4308 modules/core/src/persistence.cpp         chain->origin.y = cvReadIntByName( fs, origin_node, "y", 0 );
origin           2398 modules/highgui/src/window_QT.cpp     int origin = 0;
origin           2401 modules/highgui/src/window_QT.cpp         origin = ((IplImage*)arr)->origin;
origin           2422 modules/highgui/src/window_QT.cpp     cvConvertImage(mat, image2Draw_mat, (origin != 0 ? CV_CVTIMG_FLIP : 0) + CV_CVTIMG_SWAP_RB);
origin            232 modules/highgui/src/window_carbon.cpp         CGPoint origin = {0,0};
origin            234 modules/highgui/src/window_carbon.cpp         rect.origin = origin; rect.size = size;
origin            238 modules/highgui/src/window_carbon.cpp         CGPoint origin = {0, portrect.bottom - height - window->trackbarheight};
origin            240 modules/highgui/src/window_carbon.cpp         rect.origin = origin; rect.size = size;
origin            378 modules/highgui/src/window_carbon.cpp     int origin = 0;
origin            396 modules/highgui/src/window_carbon.cpp         origin = ((IplImage*)arr)->origin;
origin            417 modules/highgui/src/window_carbon.cpp     cvConvertImage( image, window->image, (origin != 0 ? CV_CVTIMG_FLIP : 0) + CV_CVTIMG_SWAP_RB );
origin            113 modules/highgui/src/window_gtk.cpp     int origin=0;
origin            118 modules/highgui/src/window_gtk.cpp         origin = ((IplImage*)arr)->origin;
origin            130 modules/highgui/src/window_gtk.cpp                             (origin != 0 ? CV_CVTIMG_FLIP : 0) + CV_CVTIMG_SWAP_RB );
origin            102 modules/highgui/src/window_w32.cpp static void FillBitmapInfo( BITMAPINFO* bmi, int width, int height, int bpp, int origin )
origin            111 modules/highgui/src/window_w32.cpp     bmih->biHeight = origin ? abs(height) : -abs(height);
origin           1097 modules/highgui/src/window_w32.cpp     int origin = 0;
origin           1115 modules/highgui/src/window_w32.cpp         origin = ((IplImage*)arr)->origin;
origin           1154 modules/highgui/src/window_w32.cpp     cvConvertImage( image, &dst, origin == 0 ? CV_CVTIMG_FLIP : 0 );
origin           1178 modules/highgui/src/window_w32.cpp     int origin = 0;
origin           1192 modules/highgui/src/window_w32.cpp         origin = ((IplImage*)arr)->origin;
origin           1232 modules/highgui/src/window_w32.cpp     cvConvertImage( image, &dst, origin == 0 ? CV_CVTIMG_FLIP : 0 );
origin            660 modules/imgcodecs/src/loadsave.cpp         CV_IS_IMAGE(arr) && ((const IplImage*)arr)->origin == IPL_ORIGIN_BL );
origin            690 modules/imgcodecs/src/loadsave.cpp     if( CV_IS_IMAGE(arr) && ((const IplImage*)arr)->origin == IPL_ORIGIN_BL )
origin           2160 modules/imgproc/misc/java/test/ImgprocTest.java         Point origin = new Point(10, labelSize.height + 10);
origin           2162 modules/imgproc/misc/java/test/ImgprocTest.java         Imgproc.putText(img, text, origin, Core.FONT_HERSHEY_SIMPLEX, 1.0, colorWhite);
origin           2174 modules/imgproc/misc/java/test/ImgprocTest.java         Point origin = new Point(10, labelSize.height + 10);
origin           2176 modules/imgproc/misc/java/test/ImgprocTest.java         Imgproc.putText(img, text, origin, Core.FONT_HERSHEY_SIMPLEX, 1.0, colorWhite, 2);
origin           2189 modules/imgproc/misc/java/test/ImgprocTest.java         Point origin = new Point(10, 10);
origin           2191 modules/imgproc/misc/java/test/ImgprocTest.java         Imgproc.putText(img, text, origin, Core.FONT_HERSHEY_SIMPLEX, 1.0, colorWhite, 1, Imgproc.LINE_8, true);
origin             72 modules/imgproc/src/approx.cpp     CvPoint         pt = chain->origin;
origin             66 modules/imgproc/src/contours.cpp     reader->pt = chain->origin;
origin            121 modules/imgproc/src/contours.cpp     CvPoint origin;             /* origin point (where the contour was traced from) */
origin            523 modules/imgproc/src/contours.cpp         ((CvChain *) contour)->origin = pt;
origin            695 modules/imgproc/src/contours.cpp         ((CvChain *)contour)->origin = pt;
origin            885 modules/imgproc/src/contours.cpp         ((CvChain *)contour)->origin = pt;
origin           1050 modules/imgproc/src/contours.cpp                 CvPoint origin;
origin           1071 modules/imgproc/src/contours.cpp                 origin.y = y;
origin           1072 modules/imgproc/src/contours.cpp                 origin.x = x - is_hole;
origin           1095 modules/imgproc/src/contours.cpp                                      icvTraceContour_32s( img0_i + par_info->origin.y * step_i +
origin           1096 modules/imgproc/src/contours.cpp                                                           par_info->origin.x, step_i, img_i + lnbd.x,
origin           1099 modules/imgproc/src/contours.cpp                                      icvTraceContour( img0 + par_info->origin.y * step +
origin           1100 modules/imgproc/src/contours.cpp                                                       par_info->origin.x, step, img + lnbd.x,
origin           1143 modules/imgproc/src/contours.cpp                                      cvPoint( origin.x + scanner->offset.x,
origin           1144 modules/imgproc/src/contours.cpp                                               origin.y + scanner->offset.y),
origin           1159 modules/imgproc/src/contours.cpp                                               cvPoint( origin.x + scanner->offset.x,
origin           1160 modules/imgproc/src/contours.cpp                                                        origin.y + scanner->offset.y),
origin           1171 modules/imgproc/src/contours.cpp                                            cvPoint( origin.x + scanner->offset.x,
origin           1172 modules/imgproc/src/contours.cpp                                                     origin.y + scanner->offset.y),
origin           1185 modules/imgproc/src/contours.cpp                 l_cinfo->origin = origin;
origin            706 modules/imgproc/src/deriv.cpp         Point origin;
origin            749 modules/imgproc/src/deriv.cpp         src.locateROI(wholeSize, origin);
origin            952 modules/imgproc/src/deriv.cpp     if( CV_IS_IMAGE(srcarr) && ((IplImage*)srcarr)->origin && dy % 2 != 0 )
origin           2412 modules/imgproc/src/drawing.cpp             cv::Point pt = ((CvChain*)contour)->origin;
origin           2441 modules/imgproc/src/drawing.cpp                     cv::Point(((CvChain*)contour)->origin) + offset,
origin           2662 modules/imgproc/src/drawing.cpp                 CV_IS_IMAGE(_img) && ((IplImage*)_img)->origin != 0 );
origin           4311 modules/imgproc/src/filter.cpp     Point origin;
origin           4354 modules/imgproc/src/filter.cpp     src.locateROI(wholeSize, origin);
origin            489 modules/imgproc/test/test_filter.cpp     int dx, dy, origin;
origin            503 modules/imgproc/test/test_filter.cpp     origin = cvtest::randInt(rng) % 2;
origin            124 modules/ts/include/opencv2/ts.hpp CV_EXPORTS Mat calcSobelKernel2D( int dx, int dy, int apertureSize, int origin=0 );
origin           2720 modules/ts/src/ts_func.cpp Mat calcSobelKernel2D( int dx, int dy, int _aperture_size, int origin )
origin           2735 modules/ts/src/ts_func.cpp         float ay = (float)ky[i]*(origin && (dy & 1) ? -1 : 1);
origin            684 modules/videoio/src/cap.cpp     if(_img->origin == IPL_ORIGIN_TL)
origin            241 modules/videoio/src/cap_ffmpeg.cpp              image->widthStep, image->width, image->height, image->nChannels, image->origin) !=0;
origin             52 modules/videoio/src/cap_ffmpeg_api.hpp                                           int step, int width, int height, int cn, int origin);
origin             67 modules/videoio/src/cap_ffmpeg_api.hpp                                     int width, int height, int cn, int origin);
origin           1002 modules/videoio/src/cap_ffmpeg_impl.hpp     bool writeFrame( const unsigned char* data, int step, int width, int height, int cn, int origin );
origin           1349 modules/videoio/src/cap_ffmpeg_impl.hpp bool CvVideoWriter_FFMPEG::writeFrame( const unsigned char* data, int step, int width, int height, int cn, int origin )
origin           1367 modules/videoio/src/cap_ffmpeg_impl.hpp     if( c->codec_id == CV_CODEC(CODEC_ID_RAWVIDEO) && origin != 1 )
origin           1393 modules/videoio/src/cap_ffmpeg_impl.hpp         if (origin == 1)
origin           1903 modules/videoio/src/cap_ffmpeg_impl.hpp                          int width, int height, int cn, int origin)
origin           1905 modules/videoio/src/cap_ffmpeg_impl.hpp     return writer->writeFrame(data, step, width, height, cn, origin);
origin            476 modules/videoio/src/cap_giganetix.cpp               m_raw_image->origin = IPL_ORIGIN_TL;
origin            493 modules/videoio/src/cap_giganetix.cpp               m_raw_image->origin = IPL_ORIGIN_TL;
origin            819 modules/videoio/src/cap_vfw.cpp         image->origin == 0 ||
origin            822 modules/videoio/src/cap_vfw.cpp         cvConvertImage( image, tempFrame, image->origin == 0 ? CV_CVTIMG_FLIP : 0 );
origin            177 modules/viz/include/opencv2/viz/viz3d.hpp             void converTo3DRay(const Point3d &window_coord, Point3d &origin, Vec3d &direction);
origin             70 modules/viz/include/opencv2/viz/vizcore.hpp         CV_EXPORTS Affine3d makeTransformToGlobal(const Vec3d& axis_x, const Vec3d& axis_y, const Vec3d& axis_z, const Vec3d& origin = Vec3d::all(0));
origin            132 modules/viz/src/viz3d.cpp void cv::viz::Viz3d::converTo3DRay(const Point3d &window_coord, Point3d &origin, Vec3d &direction) { impl_->converTo3DRay(window_coord, origin, direction); }
origin             48 modules/viz/src/vizcore.cpp cv::Affine3d cv::viz::makeTransformToGlobal(const Vec3d& axis_x, const Vec3d& axis_y, const Vec3d& axis_z, const Vec3d& origin)
origin             54 modules/viz/src/vizcore.cpp     return Affine3d(R, origin);
origin            469 modules/viz/src/vizimpl.cpp void cv::viz::Viz3d::VizImpl::converTo3DRay(const Point3d &window_coord, Point3d &origin, Vec3d &direction)
origin            474 modules/viz/src/vizimpl.cpp     origin = cam_pos;
origin             90 modules/viz/src/vizimpl.hpp     void converTo3DRay(const Point3d &window_coord, Point3d &origin, Vec3d &direction);
origin             19 samples/cpp/camshiftdemo.cpp Point origin;
origin             27 samples/cpp/camshiftdemo.cpp         selection.x = MIN(x, origin.x);
origin             28 samples/cpp/camshiftdemo.cpp         selection.y = MIN(y, origin.y);
origin             29 samples/cpp/camshiftdemo.cpp         selection.width = std::abs(x - origin.x);
origin             30 samples/cpp/camshiftdemo.cpp         selection.height = std::abs(y - origin.y);
origin             38 samples/cpp/camshiftdemo.cpp         origin = Point(x,y);
origin            136 samples/cpp/facedetect.cpp             if( iplImg->origin == IPL_ORIGIN_TL )
origin            130 samples/cpp/smiledetect.cpp             if( iplImg->origin == IPL_ORIGIN_TL )
origin             20 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.cpp cv::Point3f get_nearest_3D_point(std::vector<cv::Point3f> &points_list, cv::Point3f origin);
origin             52 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.cpp cv::Point3f get_nearest_3D_point(std::vector<cv::Point3f> &points_list, cv::Point3f origin)
origin             57 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.cpp   double d1 = std::sqrt( std::pow(p1.x-origin.x, 2) + std::pow(p1.y-origin.y, 2) + std::pow(p1.z-origin.z, 2) );
origin             58 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.cpp   double d2 = std::sqrt( std::pow(p2.x-origin.x, 2) + std::pow(p2.y-origin.y, 2) + std::pow(p2.z-origin.z, 2) );
origin            138 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp   cv::Point2i origin = list_points2d[0];
origin            143 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp   drawArrow(image, origin, pointX, red, 9, 2);
origin            144 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp   drawArrow(image, origin, pointY, blue, 9, 2);
origin            145 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp   drawArrow(image, origin, pointZ, green, 9, 2);
origin            146 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp   cv::circle(image, origin, radius/2, black, -1, lineType );
origin             21 samples/tapi/camshift.cpp     static cv::Point origin;
origin             25 samples/tapi/camshift.cpp         selection.x = std::min(x, origin.x);
origin             26 samples/tapi/camshift.cpp         selection.y = std::min(y, origin.y);
origin             27 samples/tapi/camshift.cpp         selection.width = std::abs(x - origin.x);
origin             28 samples/tapi/camshift.cpp         selection.height = std::abs(y - origin.y);
origin             36 samples/tapi/camshift.cpp         origin = cv::Point(x, y);