/external/opencv3/modules/shape/include/opencv2/shape/ |
shape_transformer.hpp | 75 CV_WRAP virtual float applyTransformation(InputArray input, OutputArray output=noArray()) = 0; 85 CV_WRAP virtual void warpImage(InputArray transformingImage, OutputArray output,
|
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/ |
warpers.hpp | 82 virtual Rect buildMaps(Size src_size, InputArray K, InputArray R, OutputArray xmap, OutputArray ymap) = 0; 95 OutputArray dst) = 0; 108 Size dst_size, OutputArray dst) = 0; 146 Rect buildMaps(Size src_size, InputArray K, InputArray R, OutputArray xmap, OutputArray ymap); 149 OutputArray dst); 152 Size dst_size, OutputArray dst); 192 virtual Rect buildMaps(Size src_size, InputArray K, InputArray R, InputArray T, OutputArray xmap, OutputArray ymap) [all...] |
/external/opencv3/modules/videoio/src/ |
cap_dshow.hpp | 33 virtual bool retrieveFrame(int outputType, OutputArray frame);
|
cap_winrt_capture.hpp | 56 virtual bool retrieveFrame(int channel, cv::OutputArray outArray);
|
/external/opencv3/modules/core/include/opencv2/core/ |
directx.hpp | 87 CV_EXPORTS void convertFromD3D11Texture2D(ID3D11Texture2D* pD3D11Texture2D, OutputArray dst); 90 CV_EXPORTS void convertFromD3D10Texture2D(ID3D10Texture2D* pD3D10Texture2D, OutputArray dst); 93 CV_EXPORTS void convertFromDirect3DSurface9(IDirect3DSurface9* pDirect3DSurface9, OutputArray dst, void* surfaceSharedHandle = NULL);
|
cuda.hpp | 161 void download(OutputArray dst) const; 164 void download(OutputArray dst, Stream& stream) const; 170 void copyTo(OutputArray dst) const; 173 void copyTo(OutputArray dst, Stream& stream) const; 176 void copyTo(OutputArray dst, InputArray mask) const; 179 void copyTo(OutputArray dst, InputArray mask, Stream& stream) const; 194 void convertTo(OutputArray dst, int rtype) const; 197 void convertTo(OutputArray dst, int rtype, Stream& stream) const; 200 void convertTo(OutputArray dst, int rtype, double alpha, double beta = 0.0) const; 203 void convertTo(OutputArray dst, int rtype, double alpha, Stream& stream) const [all...] |
/external/opencv3/modules/superres/include/opencv2/ |
superres.hpp | 71 virtual void nextFrame(OutputArray frame) = 0; 100 void nextFrame(OutputArray frame); 171 virtual void processImpl(Ptr<FrameSource>& frameSource, OutputArray output) = 0;
|
/external/opencv3/modules/cudaarithm/src/ |
element_operations.cpp | 50 void cv::cuda::add(InputArray, InputArray, OutputArray, InputArray, int, Stream&) { throw_no_cuda(); } 51 void cv::cuda::subtract(InputArray, InputArray, OutputArray, InputArray, int, Stream&) { throw_no_cuda(); } 52 void cv::cuda::multiply(InputArray, InputArray, OutputArray, double, int, Stream&) { throw_no_cuda(); } 53 void cv::cuda::divide(InputArray, InputArray, OutputArray, double, int, Stream&) { throw_no_cuda(); } 54 void cv::cuda::absdiff(InputArray, InputArray, OutputArray, Stream&) { throw_no_cuda(); } 56 void cv::cuda::abs(InputArray, OutputArray, Stream&) { throw_no_cuda(); } 57 void cv::cuda::sqr(InputArray, OutputArray, Stream&) { throw_no_cuda(); } 58 void cv::cuda::sqrt(InputArray, OutputArray, Stream&) { throw_no_cuda(); } 59 void cv::cuda::exp(InputArray, OutputArray, Stream&) { throw_no_cuda(); } 60 void cv::cuda::log(InputArray, OutputArray, Stream&) { throw_no_cuda(); [all...] |
core.cpp | 50 void cv::cuda::merge(const GpuMat*, size_t, OutputArray, Stream&) { throw_no_cuda(); } 51 void cv::cuda::merge(const std::vector<GpuMat>&, OutputArray, Stream&) { throw_no_cuda(); } 56 void cv::cuda::transpose(InputArray, OutputArray, Stream&) { throw_no_cuda(); } 58 void cv::cuda::flip(InputArray, OutputArray, int, Stream&) { throw_no_cuda(); } 62 void cv::cuda::copyMakeBorder(InputArray, OutputArray, int, int, int, int, int, Scalar, Stream&) { throw_no_cuda(); } 109 void cv::cuda::flip(InputArray _src, OutputArray _dst, int flipCode, Stream& stream)
|
/external/opencv3/modules/videostab/src/ |
optical_flow.cpp | 59 OutputArray status, OutputArray errors) 76 OutputArray status, OutputArray errors) 124 OutputArray errors)
|
/external/opencv3/modules/cudafeatures2d/include/opencv2/ |
cudafeatures2d.hpp | 182 OutputArray matches, 189 OutputArray matches, 258 OutputArray matches, 266 OutputArray matches, 342 OutputArray matches, 350 OutputArray matches, 391 OutputArray keypoints, 403 OutputArray keypoints, 404 OutputArray descriptors, 410 OutputArray keypoints [all...] |
/external/opencv3/modules/superres/src/ |
frame_source.cpp | 61 void nextFrame(OutputArray frame); 65 void EmptyFrameSource::nextFrame(OutputArray frame) 106 void nextFrame(OutputArray frame); 115 void CaptureFrameSource::nextFrame(OutputArray _frame) 213 void nextFrame(OutputArray frame); 227 void VideoFrameSource_CUDA::nextFrame(OutputArray _frame)
|
super_resolution.cpp | 62 void cv::superres::SuperResolution::nextFrame(OutputArray frame)
|
input_array_utility.cpp | 101 void mat2mat(InputArray src, OutputArray dst) 105 void arr2buf(InputArray src, OutputArray dst) 109 void mat2gpu(InputArray src, OutputArray dst) 113 void buf2arr(InputArray src, OutputArray dst) 117 void gpu2mat(InputArray src, OutputArray dst) 124 void gpu2gpu(InputArray src, OutputArray dst) 130 void cv::superres::arrCopy(InputArray src, OutputArray dst) 138 typedef void (*func_t)(InputArray src, OutputArray dst); 167 void convertToCn(InputArray src, OutputArray dst, int cn) 201 void convertToDepth(InputArray src, OutputArray dst, int depth [all...] |
/external/opencv3/modules/cudaobjdetect/include/opencv2/ |
cudaobjdetect.hpp | 187 OutputArray descriptors, 272 OutputArray objects, 280 virtual void convert(OutputArray gpu_objects,
|
/external/opencv3/modules/calib3d/src/ |
fisheye.hpp | 22 void projectPoints(cv::InputArray objectPoints, cv::OutputArray imagePoints, 24 const IntrinsicParams& param, cv::OutputArray jacobian); 47 void dAB(cv::InputArray A, InputArray B, OutputArray dABdA, OutputArray dABdB);
|
/external/opencv3/modules/cudawarping/src/ |
pyramids.cpp | 50 void cv::cuda::pyrDown(InputArray, OutputArray, Stream&) { throw_no_cuda(); } 51 void cv::cuda::pyrUp(InputArray, OutputArray, Stream&) { throw_no_cuda(); } 66 void cv::cuda::pyrDown(InputArray _src, OutputArray _dst, Stream& stream) 106 void cv::cuda::pyrUp(InputArray _src, OutputArray _dst, Stream& stream)
|
/external/opencv3/modules/flann/include/opencv2/flann/ |
miniflann.hpp | 136 CV_WRAP virtual void knnSearch(InputArray query, OutputArray indices, 137 OutputArray dists, int knn, const SearchParams& params=SearchParams()); 139 CV_WRAP virtual int radiusSearch(InputArray query, OutputArray indices, 140 OutputArray dists, double radius, int maxResults,
|
/external/opencv3/modules/viz/include/opencv2/viz/ |
vizcore.hpp | 146 CV_EXPORTS Mat readCloud (const String& file, OutputArray colors = noArray(), OutputArray normals = noArray()); 163 CV_EXPORTS void readTrajectory(OutputArray traj, const String& files_format = "pose%05d.xml", int start = 0, int end = INT_MAX, const String& tag = "pose"); 169 CV_EXPORTS void computeNormals(const Mesh& mesh, OutputArray normals);
|
/external/opencv3/modules/cudabgsegm/src/ |
mog.cpp | 79 void apply(InputArray image, OutputArray fgmask, double learningRate=-1); 80 void apply(InputArray image, OutputArray fgmask, double learningRate, Stream& stream); 82 void getBackgroundImage(OutputArray backgroundImage) const; 83 void getBackgroundImage(OutputArray backgroundImage, Stream& stream) const; 129 void MOGImpl::apply(InputArray image, OutputArray fgmask, double learningRate) 134 void MOGImpl::apply(InputArray _frame, OutputArray _fgmask, double learningRate, Stream& stream) 160 void MOGImpl::getBackgroundImage(OutputArray backgroundImage) const 165 void MOGImpl::getBackgroundImage(OutputArray _backgroundImage, Stream& stream) const
|
mog2.cpp | 86 void apply(InputArray image, OutputArray fgmask, double learningRate=-1); 87 void apply(InputArray image, OutputArray fgmask, double learningRate, Stream& stream); 89 void getBackgroundImage(OutputArray backgroundImage) const; 90 void getBackgroundImage(OutputArray backgroundImage, Stream& stream) const; 174 void MOG2Impl::apply(InputArray image, OutputArray fgmask, double learningRate) 179 void MOG2Impl::apply(InputArray _frame, OutputArray _fgmask, double learningRate, Stream& stream) 204 void MOG2Impl::getBackgroundImage(OutputArray backgroundImage) const 209 void MOG2Impl::getBackgroundImage(OutputArray _backgroundImage, Stream& stream) const
|
/external/opencv3/modules/features2d/src/kaze/ |
nldiffusion_functions.h | 33 void compute_derivative_kernels(cv::OutputArray _kx, cv::OutputArray _ky, int dx, int dy, int scale);
|
/external/opencv3/modules/superres/include/opencv2/superres/ |
optical_flow.hpp | 59 virtual void calc(InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flow2 = noArray()) = 0;
|
/external/opencv3/modules/ml/src/ |
knearest.cpp | 70 OutputArray _results, 71 OutputArray _neighborResponses, 72 OutputArray _dists ) const = 0; 317 OutputArray _results, 318 OutputArray _neighborResponses, 319 OutputArray _dists ) const 373 OutputArray _results, 374 OutputArray _neighborResponses, 375 OutputArray _dists ) const 482 OutputArray results [all...] |
/external/opencv3/modules/cudaarithm/src/cuda/ |
integral.cu | 62 void cv::cuda::integral(InputArray _src, OutputArray _dst, Stream& stream) 86 void cv::cuda::sqrIntegral(InputArray _src, OutputArray _dst, Stream& stream)
|