Ncv32s 150 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32s x; ///< x-coordinate of upper left corner. Ncv32s 151 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32s y; ///< y-coordinate of upper left corner. Ncv32s 152 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32s width; ///< Rectangle width. Ncv32s 153 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32s height; ///< Rectangle height. Ncv32s 155 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp __host__ __device__ NcvRect32s(Ncv32s x_, Ncv32s y_, Ncv32s width_, Ncv32s height_) Ncv32s 174 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32s width; ///< Rectangle width. Ncv32s 175 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32s height; ///< Rectangle height. Ncv32s 177 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp __host__ __device__ NcvSize32s(Ncv32s width_, Ncv32s height_) : width(width_), height(height_) {} Ncv32s 193 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32s x; ///< Point X. Ncv32s 194 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp Ncv32s y; ///< Point Y. Ncv32s 196 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp __host__ __device__ NcvPoint2D32s(Ncv32s x_, Ncv32s y_) : x(x_), y(y_) {} Ncv32s 213 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NCV_CT_ASSERT(sizeof(Ncv32s) == 4); Ncv32s 222 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NCV_CT_ASSERT(sizeof(NcvRect32s) == 4 * sizeof(Ncv32s)); Ncv32s 186 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32s nKernelSize, Ncv32s 187 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32s nAnchor, Ncv32s 220 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32s nKernelSize, Ncv32s 221 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32s nAnchor, Ncv32s 360 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStDecimate_32s_C1R(Ncv32s *d_src, Ncv32u srcStep, Ncv32s 361 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32s *d_dst, Ncv32u dstStep, Ncv32s 433 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStDecimate_32s_C1R_host(Ncv32s *h_src, Ncv32u srcStep, Ncv32s 434 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32s *h_dst, Ncv32u dstStep, Ncv32s 546 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStTranspose_32s_C1R(Ncv32s *d_src, Ncv32u srcStride, Ncv32s 547 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32s *d_dst, Ncv32u dstStride, NcvSize32u srcRoi); Ncv32s 616 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppiStTranspose_32s_C1R_host(Ncv32s *h_src, Ncv32u srcStride, Ncv32s 617 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32s *h_dst, Ncv32u dstStride, NcvSize32u srcRoi); Ncv32s 851 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppsStCompact_32s(Ncv32s *d_src, Ncv32u srcLen, Ncv32s 852 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32s *d_dst, Ncv32u *p_dstLen, Ncv32s 853 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32s elemRemove, Ncv8u *pBuffer, Ncv32s 889 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp NCVStatus nppsStCompact_32s_host(Ncv32s *h_src, Ncv32u srcLen, Ncv32s 890 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp Ncv32s *h_dst, Ncv32u *dstLen, Ncv32s elemRemove); Ncv32s 56 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> inline __host__ __device__ Ncv32s _pixMaxVal<Ncv32s>() {return INT_MAX;} Ncv32s 66 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> inline __host__ __device__ Ncv32s _pixMinVal<Ncv32s>() {return INT_MIN;} Ncv32s 78 modules/cudalegacy/test/TestHypothesesFilter.cpp return std::abs((Ncv32s)r1.x - (Ncv32s)r2.x) <= delta && Ncv32s 79 modules/cudalegacy/test/TestHypothesesFilter.cpp std::abs((Ncv32s)r1.y - (Ncv32s)r2.y) <= delta && Ncv32s 80 modules/cudalegacy/test/TestHypothesesFilter.cpp std::abs((Ncv32s)r1.x + (Ncv32s)r1.width - (Ncv32s)r2.x - (Ncv32s)r2.width) <= delta && Ncv32s 81 modules/cudalegacy/test/TestHypothesesFilter.cpp std::abs((Ncv32s)r1.y + (Ncv32s)r1.height - (Ncv32s)r2.y - (Ncv32s)r2.height) <= delta; Ncv32s 129 modules/cudalegacy/test/TestHypothesesFilter.cpp (Ncv32s)(h_vecDst_groundTruth.ptr()[i].width * this->eps * (randVal - 0.5)); Ncv32s 133 modules/cudalegacy/test/TestHypothesesFilter.cpp (Ncv32s)(h_vecDst_groundTruth.ptr()[i].height * this->eps * (randVal - 0.5)); Ncv32s 144 modules/cudalegacy/test/TestHypothesesFilter.cpp (Ncv32s)(h_vecDst_groundTruth.ptr()[i].width * this->eps * (randVal - 0.5)); Ncv32s 148 modules/cudalegacy/test/TestHypothesesFilter.cpp (Ncv32s)(h_vecDst_groundTruth.ptr()[i].height * this->eps * (randVal - 0.5)); Ncv32s 83 modules/cudalegacy/test/TestRectStdDev.cpp Ncv32s _normWidth = (Ncv32s)this->width - this->rect.x - this->rect.width + 1; Ncv32s 84 modules/cudalegacy/test/TestRectStdDev.cpp Ncv32s _normHeight = (Ncv32s)this->height - this->rect.y - this->rect.height + 1; Ncv32s 84 modules/cudalegacy/test/TestResize.cpp Ncv32s smallWidth = this->width / this->scaleFactor; Ncv32s 85 modules/cudalegacy/test/TestResize.cpp Ncv32s smallHeight = this->height / this->scaleFactor;