Searched refs:getCols (Results 1 – 25 of 26) sorted by relevance
12
69 const int cols = getCols(src); in gridMerge_()71 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridMerge_()88 const int cols = getCols(src); in gridMerge_()90 CV_Assert( getRows(dst) == rows && getCols(dst) == cols ); in gridMerge_()91 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridMerge_()106 const int cols = getCols(src); in gridMerge_()123 const int cols = getCols(src); in gridMerge_()125 CV_Assert( getRows(dst) == rows && getCols(dst) == cols ); in gridMerge_()140 const int cols = getCols(src); in gridSplit_()142 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridSplit_()[all …]
67 const int cols = getCols(src); in gridCopy_()69 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridCopy_()80 const int cols = getCols(src); in gridCopy_()82 CV_Assert( getRows(dst) == rows && getCols(dst) == cols ); in gridCopy_()83 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridCopy_()92 const int cols = getCols(src); in gridCopy_()103 const int cols = getCols(src); in gridCopy_()105 CV_Assert( getRows(dst) == rows && getCols(dst) == cols ); in gridCopy_()116 const int cols = getCols(src); in gridCopy_()118 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridCopy_()[all …]
67 const int cols = getCols(src); in gridTransformUnary_()69 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridTransformUnary_()80 const int cols = getCols(src); in gridTransformUnary_()82 CV_Assert( getRows(dst) == rows && getCols(dst) == cols ); in gridTransformUnary_()83 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridTransformUnary_()92 const int cols = getCols(src); in gridTransformUnary_()103 const int cols = getCols(src); in gridTransformUnary_()105 CV_Assert( getRows(dst) == rows && getCols(dst) == cols ); in gridTransformUnary_()114 const int cols = getCols(src1); in gridTransformBinary_()116 CV_Assert( getRows(src2) == rows && getCols(src2) == cols ); in gridTransformBinary_()[all …]
74 const int cols = getCols(src); in gridCalcSum_()76 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridCalcSum_()96 const int cols = getCols(src); in gridCalcSum_()112 const int cols = getCols(src); in gridFindMinVal_()114 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridFindMinVal_()130 const int cols = getCols(src); in gridFindMinVal_()146 const int cols = getCols(src); in gridFindMaxVal_()148 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridFindMaxVal_()164 const int cols = getCols(src); in gridFindMaxVal_()181 const int cols = getCols(src); in gridFindMinMaxVal_()[all …]
149 const int cols = getCols(src); in gridReduceToRow()151 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridReduceToRow()166 const int cols = getCols(src); in gridReduceToRow()181 const int cols = getCols(src); in gridReduceToColumn_()183 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridReduceToColumn_()198 const int cols = getCols(src); in gridReduceToColumn_()
64 const int cols = getCols(src); in gridTranspose_()75 const int cols = getCols(src); in gridTranspose_()77 CV_Assert( getRows(dst) == cols && getCols(dst) == rows ); in gridTranspose_()
66 const int cols = getCols(src); in gridHistogram_()68 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridHistogram_()86 const int cols = getCols(src); in gridHistogram_()
65 const int cols = getCols(src); in gridPyrDown_()82 const int cols = getCols(src); in gridPyrUp()
63 const int cols = getCols(src); in gridIntegral()
121 const int cols = getCols(ptr0); in zipPtr()123 CV_Assert( getRows(ptr1) == rows && getCols(ptr1) == cols ); in zipPtr()138 const int cols = getCols(ptr0); in zipPtr()140 CV_Assert( getRows(ptr1) == rows && getCols(ptr1) == cols ); in zipPtr()141 CV_Assert( getRows(ptr2) == rows && getCols(ptr2) == cols ); in zipPtr()156 const int cols = getCols(ptr0); in zipPtr()158 CV_Assert( getRows(ptr1) == rows && getCols(ptr1) == cols ); in zipPtr()159 CV_Assert( getRows(ptr2) == rows && getCols(ptr2) == cols ); in zipPtr()160 CV_Assert( getRows(ptr3) == rows && getCols(ptr3) == cols ); in zipPtr()
74 __host__ static int getCols(const Ptr2DSz& ptr) in getCols() function97 __host__ int getCols(const Ptr2DSz& ptr) in getCols() function99 return PtrTraits<Ptr2DSz>::getCols(ptr); in getCols()
81 b.cols = getCols(src); in brdConstant()139 b.cols = getCols(src); in brdReplicate()165 b.cols = getCols(src); in brdReflect101()191 b.cols = getCols(src); in brdReflect()216 b.cols = getCols(src); in brdWrap()
91 s.cols = getCols(src); in derivXPtr()131 s.cols = getCols(src); in derivYPtr()178 s.cols = getCols(src); in sobelXPtr()224 s.cols = getCols(src); in sobelYPtr()271 s.cols = getCols(src); in scharrXPtr()317 s.cols = getCols(src); in scharrYPtr()386 ptr.cols = getCols(src); in laplacianPtr()
94 ptr.cols = getCols(src); in transformPtr()135 const int cols = getCols(src1); in transformPtr()137 CV_Assert( getRows(src2) == rows && getCols(src2) == cols ); in transformPtr()
119 const int cols = getCols(map); in remapPtr()134 const int cols = getCols(mapx); in remapPtr()136 CV_Assert( getRows(mapy) == rows && getCols(mapy) == cols ); in remapPtr()
87 i.cols = getCols(src); in interNearest()145 i.cols = getCols(src); in interLinear()224 i.cols = getCols(src); in interCubic()284 i.cols = getCols(src); in interArea()378 i.cols = getCols(src); in interArea()
96 ptr.cols = getCols(mask) * channels; in singleMaskChannels()
96 r.cols = cv::saturate_cast<int>(getCols(src) * fx); in resizePtr()
93 ptr.cols = getCols(src); in lutPtr()
87 __host__ static int getCols(const Expr<Body>& expr) in getCols() function89 return PtrTraits<Body>::getCols(expr.body); in getCols()
46 UnsafeCols(new bool[M.getCols() - 1]()) { in MatrixMetadata()48 unsigned* ColCounts = new unsigned[M.getCols() - 1](); in MatrixMetadata()52 for (unsigned j = 1; j < M.getCols(); ++j) { in MatrixMetadata()63 *std::max_element(ColCounts, ColCounts + M.getCols() - 1); in MatrixMetadata()
479 assert(CostMat.getCols() == Allowed2.size() + 1 && "Size mismatch."); in addVirtRegCoalesce()835 assert(M.getCols() != 0 && "No cols in matrix."); in dump()837 OS << PrintNodeInfo(N2Id, *this) << ' ' << M.getCols() << " cols:\n"; in dump()
418 getNodeCosts(N2Id).getLength() == Costs.getCols() && in addEdge()444 getNodeCosts(N2Id).getLength() == Costs->getCols() && in addEdgeBypassingCostAllocator()
231 unsigned getCols() const { in getCols() function
META-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/ ...