Home | History | Annotate | Download | only in opencv2

Lines Matching refs:Stream

83 @param stream Stream for the asynchronous version.
90 CV_EXPORTS void cvtColor(InputArray src, OutputArray dst, int code, int dcn = 0, Stream& stream = Stream::Null());
118 @param stream Stream for the asynchronous version.
136 CV_EXPORTS void demosaicing(InputArray src, OutputArray dst, int code, int dcn = -1, Stream& stream = Stream::Null());
144 @param stream Stream for the asynchronous version.
148 CV_EXPORTS void swapChannels(InputOutputArray image, const int dstOrder[4], Stream& stream = Stream::Null());
155 @param stream Stream for the asynchronous version.
157 CV_EXPORTS void gammaCorrection(InputArray src, OutputArray dst, bool forward = true, Stream& stream = Stream::Null());
181 @param stream Stream for the asynchronous version.
187 CV_EXPORTS void alphaComp(InputArray img1, InputArray img2, OutputArray dst, int alpha_op, Stream& stream = Stream::Null());
200 @param stream Stream for the asynchronous version.
202 CV_EXPORTS void calcHist(InputArray src, OutputArray hist, Stream& stream = Stream::Null());
208 @param stream Stream for the asynchronous version.
212 CV_EXPORTS void equalizeHist(InputArray src, OutputArray dst, Stream& stream = Stream::Null());
224 @param stream Stream for the asynchronous version.
226 virtual void apply(InputArray src, OutputArray dst, Stream& stream) = 0;
243 @param stream Stream for the asynchronous version.
245 CV_EXPORTS void evenLevels(OutputArray levels, int nLevels, int lowerLevel, int upperLevel, Stream& stream = Stream::Null());
255 @param stream Stream for the asynchronous version.
257 CV_EXPORTS void histEven(InputArray src, OutputArray hist, int histSize, int lowerLevel, int upperLevel, Stream& stream = Stream::Null());
259 CV_EXPORTS void histEven(InputArray src, GpuMat hist[4], int histSize[4], int lowerLevel[4], int upperLevel[4], Stream& stream = Stream::Null());
267 @param stream Stream for the asynchronous version.
269 CV_EXPORTS void histRange(InputArray src, OutputArray hist, InputArray levels, Stream& stream = Stream::Null());
271 CV_EXPORTS void histRange(InputArray src, GpuMat hist[4], const GpuMat levels[4], Stream& stream = Stream::Null());
286 @param stream Stream for the asynchronous version.
288 virtual void detect(InputArray image, OutputArray edges, Stream& stream = Stream::Null()) = 0;
293 @param stream Stream for the asynchronous version.
295 virtual void detect(InputArray dx, InputArray dy, OutputArray edges, Stream& stream = Stream::Null()) = 0;
342 @param stream Stream for the asynchronous version.
346 virtual void detect(InputArray src, OutputArray lines, Stream& stream = Stream::Null()) = 0;
353 @param stream Stream for the asynchronous version.
355 virtual void downloadResults(InputArray d_lines, OutputArray h_lines, OutputArray h_votes = noArray(), Stream& stream = Stream::Null()) = 0;
399 @param stream Stream for the asynchronous version.
403 Stream& stream = Stream::Null()) = 0;
444 @param stream Stream for the asynchronous version.
448 virtual void detect(InputArray src, OutputArray circles, Stream& stream = Stream::Null()) = 0;
518 @param stream Stream for the asynchronous version.
520 virtual void compute(InputArray src, OutputArray dst, Stream& stream = Stream::Null()) = 0;
563 @param stream Stream for the asynchronous version.
565 virtual void detect(InputArray image, OutputArray corners, InputArray mask = noArray(), Stream& stream = Stream::Null()) = 0;
601 @param stream Stream for the asynchronous version.
608 Stream& stream = Stream::Null());
621 @param stream Stream for the asynchronous version.
627 Stream& stream = Stream::Null());
637 @param stream Stream for the asynchronous version.
641 Stream& stream = Stream::Null());
656 @param stream Stream for the asynchronous version.
658 virtual void match(InputArray image, InputArray templ, OutputArray result, Stream& stream = Stream::Null()) = 0;
701 @param stream Stream for the asynchronous version.
706 int borderMode = BORDER_DEFAULT, Stream& stream = Stream::Null());
719 @param stream Stream for the asynchronous version.
722 OutputArray result, Stream& stream = Stream::Null());