Home | History | Annotate | Download | only in opencv2

Lines Matching refs:Null

73     virtual void getLayer(OutputArray outImg, Size outRoi, Stream& stream = Stream::Null()) const = 0;
76 CV_EXPORTS Ptr<ImagePyramid> createImagePyramid(InputArray img, int nLayers = -1, Stream& stream = Stream::Null());
197 Stream& stream = Stream::Null());
202 void operator ()(const GpuMat& I0, const GpuMat& I1, GpuMat& flowx, GpuMat& flowy, int search_window = 21, int block_window = 7, Stream& s = Stream::Null());
230 Stream& stream = Stream::Null());
240 GpuMat& buf, Stream& stream = Stream::Null());
246 GpuMat& buf, Stream& stream = Stream::Null());
249 CV_EXPORTS void connectivityMask(const GpuMat& image, GpuMat& mask, const cv::Scalar& lo, const cv::Scalar& hi, Stream& stream = Stream::Null());
252 CV_EXPORTS void labelComponents(const GpuMat& mask, GpuMat& components, int flags = 0, Stream& stream = Stream::Null());
259 GpuMat& dst, Stream& stream = Stream::Null());
263 Stream& stream = Stream::Null());
284 std::vector<int>* inliers=NULL);