to 1967 3rdparty/libpng/pngrtran.c CONFIGURATION ERROR: you must enable at least one 16 to 8 method to 984 3rdparty/libpng/pngset.c png_sPLT_tp to = np + info_ptr->splt_palettes_num + i; to 989 3rdparty/libpng/pngset.c to->name = (png_charp)png_malloc_warn(png_ptr, length); to 991 3rdparty/libpng/pngset.c if (to->name == NULL) to 998 3rdparty/libpng/pngset.c png_memcpy(to->name, from->name, length); to 999 3rdparty/libpng/pngset.c to->entries = (png_sPLT_entryp)png_malloc_warn(png_ptr, to 1002 3rdparty/libpng/pngset.c if (to->entries == NULL) to 1006 3rdparty/libpng/pngset.c png_free(png_ptr, to->name); to 1007 3rdparty/libpng/pngset.c to->name = NULL; to 1011 3rdparty/libpng/pngset.c png_memcpy(to->entries, from->entries, to 1014 3rdparty/libpng/pngset.c to->nentries = from->nentries; to 1015 3rdparty/libpng/pngset.c to->depth = from->depth; to 1056 3rdparty/libpng/pngset.c png_unknown_chunkp to = np + info_ptr->unknown_chunks_num + i; to 1059 3rdparty/libpng/pngset.c png_memcpy(to->name, from->name, png_sizeof(from->name)); to 1060 3rdparty/libpng/pngset.c to->name[png_sizeof(to->name)-1] = '\0'; to 1061 3rdparty/libpng/pngset.c to->size = from->size; to 1064 3rdparty/libpng/pngset.c to->location = (png_byte)(png_ptr->mode & 0xff); to 1067 3rdparty/libpng/pngset.c to->data=NULL; to 1071 3rdparty/libpng/pngset.c to->data = (png_bytep)png_malloc_warn(png_ptr, to 1074 3rdparty/libpng/pngset.c if (to->data == NULL) to 1078 3rdparty/libpng/pngset.c to->size = 0; to 1082 3rdparty/libpng/pngset.c png_memcpy(to->data, from->data, from->size); to 252 3rdparty/openexr/Imath/ImathMatrixAlgo.cpp template M44d procrustesRotationAndTranslation (const V3d* from, const V3d* to, const size_t numPoints, const bool doScale); to 253 3rdparty/openexr/Imath/ImathMatrixAlgo.cpp template M44d procrustesRotationAndTranslation (const V3f* from, const V3f* to, const size_t numPoints, const bool doScale); to 254 3rdparty/openexr/Imath/ImathMatrixAlgo.cpp template M44d procrustesRotationAndTranslation (const V3d* from, const V3d* to, const double* weights, const size_t numPoints, const bool doScale); to 255 3rdparty/openexr/Imath/ImathMatrixAlgo.cpp template M44d procrustesRotationAndTranslation (const V3f* from, const V3f* to, const float* weights, const size_t numPoints, const bool doScale); to 827 3rdparty/openexr/Imath/ImathMatrixAlgo.h rotationMatrix (const Vec3<T> &from, const Vec3<T> &to) to 830 3rdparty/openexr/Imath/ImathMatrixAlgo.h q.setRotation(from, to); to 702 3rdparty/openexr/Imath/ImathQuat.h Quat<T>::setRotation (const Vec3<T> &from, const Vec3<T> &to) to 721 3rdparty/openexr/Imath/ImathQuat.h Vec3<T> t0 = to.normalized(); to 408 modules/calib3d/src/ptsetreg.cpp const Point3f* to = m2.ptr<Point3f>(); to 421 modules/calib3d/src/ptsetreg.cpp Bdata[i*3] = to[i].x; to 422 modules/calib3d/src/ptsetreg.cpp Bdata[i*3+1] = to[i].y; to 423 modules/calib3d/src/ptsetreg.cpp Bdata[i*3+2] = to[i].z; to 446 modules/calib3d/src/ptsetreg.cpp const Point3f* to = m2.ptr<Point3f>(); to 459 modules/calib3d/src/ptsetreg.cpp const Point3f& t = to[i]; to 510 modules/calib3d/src/ptsetreg.cpp Mat from = _from.getMat(), to = _to.getMat(); to 513 modules/calib3d/src/ptsetreg.cpp CV_Assert( count >= 0 && to.checkVector(3) == count ); to 517 modules/calib3d/src/ptsetreg.cpp to.convertTo(dTo, CV_32F); to 74 modules/calib3d/test/test_affine3d_estimator.cpp float rngIn(float from, float to) { return from + (to-from) * (float)theRNG(); } to 4576 modules/core/src/matrix.cpp T2* to = (T2*)_to; to 4578 modules/core/src/matrix.cpp *to = saturate_cast<T2>(*from); to 4581 modules/core/src/matrix.cpp to[i] = saturate_cast<T2>(from[i]); to 4588 modules/core/src/matrix.cpp T2* to = (T2*)_to; to 4590 modules/core/src/matrix.cpp *to = saturate_cast<T2>(*from*alpha + beta); to 4593 modules/core/src/matrix.cpp to[i] = saturate_cast<T2>(from[i]*alpha + beta); to 4596 modules/core/src/matrix.cpp typedef void (*ConvertData)(const void* from, void* to, int cn); to 4597 modules/core/src/matrix.cpp typedef void (*ConvertScaleData)(const void* from, void* to, int cn, double alpha, double beta); to 4691 modules/core/src/matrix.cpp static inline void copyElem(const uchar* from, uchar* to, size_t elemSize) to 4695 modules/core/src/matrix.cpp *(int*)(to + i) = *(const int*)(from + i); to 4697 modules/core/src/matrix.cpp to[i] = from[i]; to 4756 modules/core/src/matrix.cpp uchar* to = newNode(idx, hash(idx)); to 4757 modules/core/src/matrix.cpp copyElem( dptr, to, esz ); to 4811 modules/core/src/matrix.cpp uchar* to = m.newNode(n->idx, n->hashval); to 4812 modules/core/src/matrix.cpp copyElem( from.ptr, to, esz ); to 4861 modules/core/src/matrix.cpp uchar* to = hdr == m.hdr ? from.ptr : m.newNode(n->idx, n->hashval); to 4862 modules/core/src/matrix.cpp cvtfunc( from.ptr, to, cn ); to 4871 modules/core/src/matrix.cpp uchar* to = hdr == m.hdr ? from.ptr : m.newNode(n->idx, n->hashval); to 4872 modules/core/src/matrix.cpp cvtfunc( from.ptr, to, cn, alpha, 0 ); to 4898 modules/core/src/matrix.cpp uchar* to = m.ptr(n->idx); to 4899 modules/core/src/matrix.cpp cvtfunc( from.ptr, to, cn ); to 4908 modules/core/src/matrix.cpp uchar* to = m.ptr(n->idx); to 4909 modules/core/src/matrix.cpp cvtfunc( from.ptr, to, cn, alpha, beta ); to 5429 modules/core/src/matrix.cpp uchar* to = cvPtrND(m, n->idx, 0, -2, 0); to 5430 modules/core/src/matrix.cpp cv::copyElem(from.ptr, to, esz); to 5446 modules/core/src/matrix.cpp uchar* to = m.newNode(idx, m.hash(idx)); to 5447 modules/core/src/matrix.cpp cv::copyElem((const uchar*)CV_NODE_VAL(this, n), to, esz); to 78 modules/cudaimgproc/src/mssegmentation.cpp GraphEdge(int to_, int next_, const T& val_) : to(to_), next(next_), val(val_) {} to 79 modules/cudaimgproc/src/mssegmentation.cpp int to; to 93 modules/cudaimgproc/src/mssegmentation.cpp void addEdge(int from, int to, const T& val=T()); to 124 modules/cudaimgproc/src/mssegmentation.cpp : from(from_), to(to_), val(val_) {} to 130 modules/cudaimgproc/src/mssegmentation.cpp int to; to 191 modules/cudaimgproc/src/mssegmentation.cpp inline void Graph<T>::addEdge(int from, int to, const T& val) to 193 modules/cudaimgproc/src/mssegmentation.cpp edges[nume] = Edge(to, start[from], val); to 324 modules/cudaimgproc/src/mssegmentation.cpp int c2 = comps.find(g.edges[e_it].to); to 339 modules/cudaimgproc/src/mssegmentation.cpp int c2 = comps.find(g.edges[e_it].to); to 352 modules/cudaimgproc/src/mssegmentation.cpp int c2 = comps.find(edges[i].to); to 22 modules/imgproc/perf/perf_resize.cpp Size to = get<2>(GetParam()); to 24 modules/imgproc/perf/perf_resize.cpp cv::Mat src(from, matType), dst(to, matType); to 28 modules/imgproc/perf/perf_resize.cpp TEST_CYCLE_MULTIRUN(10) resize(src, dst, to); to 49 modules/imgproc/perf/perf_resize.cpp Size to = get<2>(GetParam()); to 51 modules/imgproc/perf/perf_resize.cpp cv::Mat src(from, matType), dst(to, matType); to 55 modules/imgproc/perf/perf_resize.cpp TEST_CYCLE_MULTIRUN(10) resize(src, dst, to); to 112 modules/imgproc/perf/perf_resize.cpp Size to(cvRound(from.width * scale), cvRound(from.height * scale)); to 113 modules/imgproc/perf/perf_resize.cpp cv::Mat dst(to, matType); to 856 modules/python/src2/cv2.cpp return pyopencvVecConverter<_Tp>::to(obj, value, info); to 1280 modules/python/src2/cv2.cpp static int to_ok(PyTypeObject *to) to 1282 modules/python/src2/cv2.cpp to->tp_alloc = PyType_GenericAlloc; to 1283 modules/python/src2/cv2.cpp to->tp_new = PyType_GenericNew; to 1284 modules/python/src2/cv2.cpp to->tp_flags = Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE; to 1285 modules/python/src2/cv2.cpp return (PyType_Ready(to) == 0); to 124 modules/stitching/include/opencv2/stitching/detail/util.hpp GraphEdge(int from, int to, float weight); to 128 modules/stitching/include/opencv2/stitching/detail/util.hpp int from, to; to 132 modules/stitching/include/opencv2/stitching/detail/util.hpp inline GraphEdge::GraphEdge(int _from, int _to, float _weight) : from(_from), to(_to), weight(_weight) {} to 141 modules/stitching/include/opencv2/stitching/detail/util.hpp void addEdge(int from, int to, float weight); to 85 modules/stitching/include/opencv2/stitching/detail/util_inl.hpp if (!was[edge->to]) to 88 modules/stitching/include/opencv2/stitching/detail/util_inl.hpp was[edge->to] = true; to 89 modules/stitching/include/opencv2/stitching/detail/util_inl.hpp vertices.push(edge->to); to 77 modules/stitching/src/matchers.cpp int to = near_pairs[i].second; to 78 modules/stitching/src/matchers.cpp int pair_idx = from*num_images + to; to 80 modules/stitching/src/matchers.cpp matcher(features[from], features[to], pairwise_matches[pair_idx]); to 82 modules/stitching/src/matchers.cpp pairwise_matches[pair_idx].dst_img_idx = to; to 84 modules/stitching/src/matchers.cpp size_t dual_pair_idx = to*num_images + from; to 87 modules/stitching/src/matchers.cpp pairwise_matches[dual_pair_idx].src_img_idx = to; to 55 modules/stitching/src/motion_estimators.cpp void operator ()(const GraphEdge &edge) { dists[edge.to] = dists[edge.from] + 1; } to 67 modules/stitching/src/motion_estimators.cpp int pair_idx = edge.from * num_images + edge.to; to 76 modules/stitching/src/motion_estimators.cpp K_to(0,0) = cameras[edge.to].focal; to 77 modules/stitching/src/motion_estimators.cpp K_to(1,1) = cameras[edge.to].focal * cameras[edge.to].aspect; to 78 modules/stitching/src/motion_estimators.cpp K_to(0,2) = cameras[edge.to].ppx; to 79 modules/stitching/src/motion_estimators.cpp K_to(1,2) = cameras[edge.to].ppy; to 82 modules/stitching/src/motion_estimators.cpp cameras[edge.to].R = cameras[edge.from].R * R; to 840 modules/stitching/src/motion_estimators.cpp int comp2 = comps.findSetByElem(edges[i].to); to 844 modules/stitching/src/motion_estimators.cpp span_tree.addEdge(edges[i].from, edges[i].to, edges[i].weight); to 845 modules/stitching/src/motion_estimators.cpp span_tree.addEdge(edges[i].to, edges[i].from, edges[i].weight); to 847 modules/stitching/src/motion_estimators.cpp span_tree_powers[edges[i].to]++; to 95 modules/stitching/src/util.cpp void Graph::addEdge(int from, int to, float weight) to 97 modules/stitching/src/util.cpp edges_[from].push_back(GraphEdge(from, to, weight)); to 2286 modules/ts/include/opencv2/ts/ts_gtest.h const To to = NULL; to 2287 modules/ts/include/opencv2/ts/ts_gtest.h ::testing::internal::ImplicitCast_<From*>(to); to 7946 modules/ts/include/opencv2/ts/ts_gtest.h void CopyArray(const T* from, size_t size, U* to); to 7950 modules/ts/include/opencv2/ts/ts_gtest.h inline void CopyArray(const T& from, U* to) { *to = from; } to 7954 modules/ts/include/opencv2/ts/ts_gtest.h inline void CopyArray(const T(&from)[N], U(*to)[N]) { to 7955 modules/ts/include/opencv2/ts/ts_gtest.h internal::CopyArray(from, N, *to); to 7962 modules/ts/include/opencv2/ts/ts_gtest.h void CopyArray(const T* from, size_t size, U* to) { to 7964 modules/ts/include/opencv2/ts/ts_gtest.h internal::CopyArray(from[i], to + i); to 292 modules/videostab/include/opencv2/videostab/global_motion.hpp CV_EXPORTS Mat getMotion(int from, int to, const std::vector<Mat> &motions); to 845 modules/videostab/src/global_motion.cpp Mat getMotion(int from, int to, const std::vector<Mat> &motions) to 848 modules/videostab/src/global_motion.cpp if (to > from) to 850 modules/videostab/src/global_motion.cpp for (int i = from; i < to; ++i) to 853 modules/videostab/src/global_motion.cpp else if (from > to) to 855 modules/videostab/src/global_motion.cpp for (int i = to; i < from; ++i) to 661 modules/viz/include/opencv2/viz/widgets.hpp const Color &from = Color::red(), const Color &to = Color::white()); to 227 modules/viz/src/precomp.hpp inline Vec3d get_random_vec(double from = -10.0, double to = 10.0) to 230 modules/viz/src/precomp.hpp return Vec3d(rng.uniform(from, to), rng.uniform(from, to), rng.uniform(from, to)); to 1026 modules/viz/src/shapes.cpp cv::viz::WTrajectorySpheres::WTrajectorySpheres(InputArray _path, double line_length, double radius, const Color &from, const Color &to) to 1048 modules/viz/src/shapes.cpp Color c = from * (1 - alpha) + to * alpha;