Home
last modified time | relevance | path

Searched refs:StsNotImplemented (Results 1 – 25 of 38) sorted by relevance

12

/external/opencv3/modules/superres/src/
Dframe_source.cpp88 …CV_Error(cv::Error::StsNotImplemented, "The called functionality is disabled for current build or … in createFrameSource_Video()
95 …CV_Error(cv::Error::StsNotImplemented, "The called functionality is disabled for current build or … in createFrameSource_Camera()
200 …CV_Error(cv::Error::StsNotImplemented, "The called functionality is disabled for current build or … in createFrameSource_Video_CUDA()
Doptical_flow.cpp388 …CV_Error(cv::Error::StsNotImplemented, "The called functionality is disabled for current build or … in createOptFlow_Farneback_CUDA()
394 …CV_Error(cv::Error::StsNotImplemented, "The called functionality is disabled for current build or … in createOptFlow_DualTVL1_CUDA()
400 …CV_Error(cv::Error::StsNotImplemented, "The called functionality is disabled for current build or … in createOptFlow_Brox_CUDA()
406 …CV_Error(cv::Error::StsNotImplemented, "The called functionality is disabled for current build or … in createOptFlow_PyrLK_CUDA()
Dinput_array_utility.cpp191 …CV_Error(cv::Error::StsNotImplemented, "The called functionality is disabled for current build or … in convertToCn()
Dbtv_l1_cuda.cpp57 …CV_Error(Error::StsNotImplemented, "The called functionality is disabled for current build or plat… in createSuperResolution_BTVL1_CUDA()
/external/opencv3/modules/cudafeatures2d/src/
Dfeature2d_async.cpp84 CV_Error(Error::StsNotImplemented, ""); in detectAndComputeAsync()
/external/opencv3/modules/videostab/src/
Dframe_source.cpp73 CV_Error(Error::StsNotImplemented, "OpenCV has been compiled without video I/O support"); in reset()
Doptical_flow.cpp134 …CV_Error(Error::StsNotImplemented, "DensePyrLkOptFlowEstimatorGpu doesn't support errors calculati… in run()
Dinpainting.cpp329 CV_Error(Error::StsNotImplemented, "Current implementation of MotionInpainter requires CUDA"); in MotionInpainter()
/external/opencv3/modules/features2d/src/
Dfeature2d.cpp144 CV_Error(Error::StsNotImplemented, ""); in detectAndCompute()
/external/opencv3/modules/cudafeatures2d/test/
Dtest_features2d.cpp90 ASSERT_EQ(cv::Error::StsNotImplemented, e.code); in CUDA_TEST_P()
179 ASSERT_EQ(cv::Error::StsNotImplemented, e.code); in CUDA_TEST_P()
591 ASSERT_EQ(cv::Error::StsNotImplemented, e.code); in CUDA_TEST_P()
657 ASSERT_EQ(cv::Error::StsNotImplemented, e.code); in CUDA_TEST_P()
/external/opencv3/modules/core/include/opencv2/core/
Dprivate.cuda.hpp101 static inline void throw_no_cuda() { CV_Error(cv::Error::StsNotImplemented, "The called functionali… in throw_no_cuda()
Dbase.hpp111 StsNotImplemented= -213, //!< the requested function/feature is not implemented enumerator
/external/opencv3/modules/cudaarithm/src/
Darithm.cpp168 CV_Error(Error::StsNotImplemented, "The library was build without CUBLAS"); in gemm()
192 …CV_Error(cv::Error::StsNotImplemented, "transpose operation doesn't implemented for CV_64FC2 type"… in gemm()
541 CV_Error(Error::StsNotImplemented, "The library was build without CUFFT"); in createConvolution()
Dreductions.cpp138 CV_Error(cv::Error::StsNotImplemented, "Not sufficient compute capebility"); in meanStdDev()
/external/opencv3/modules/stitching/src/
Dmatchers.cpp327 CV_Error( Error::StsNotImplemented, "OpenCV was built without SURF support" ); in SurfFeaturesFinder()
339 CV_Error( Error::StsNotImplemented, "OpenCV was built without SURF support" ); in SurfFeaturesFinder()
357 CV_Error( Error::StsNotImplemented, "OpenCV was built without SURF support" ); in SurfFeaturesFinder()
Dblenders.cpp632 CV_Error(Error::StsNotImplemented, "CUDA optimization is unavailable"); in createLaplacePyrGpu()
670 CV_Error(Error::StsNotImplemented, "CUDA optimization is unavailable"); in restoreImageFromLaplacePyrGpu()
/external/opencv3/modules/core/src/
Dmatrix.cpp1204 …CV_Error(cv::Error::StsNotImplemented, "You should explicitly call mapHost/unmapHost methods for o… in getMat_()
1211 …CV_Error(cv::Error::StsNotImplemented, "You should explicitly call download method for cuda::GpuMa… in getMat_()
1224 CV_Error(Error::StsNotImplemented, "Unknown/unsupported array type"); in getMat_()
1354 CV_Error(Error::StsNotImplemented, "Unknown/unsupported array type"); in getMatVector()
1405 CV_Error(Error::StsNotImplemented, "Unknown/unsupported array type"); in getUMatVector()
1426 …CV_Error(cv::Error::StsNotImplemented, "You should explicitly call mapDevice/unmapDevice methods f… in getGpuMat()
1433 …CV_Error(cv::Error::StsNotImplemented, "getGpuMat is available only for cuda::GpuMat and cuda::Hos… in getGpuMat()
1562 CV_Error(Error::StsNotImplemented, "Unknown/unsupported array type"); in size()
1742 CV_Error(Error::StsNotImplemented, "Unknown/unsupported array type"); in dims()
1837 CV_Error(Error::StsNotImplemented, "Unknown/unsupported array type"); in type()
[all …]
Dcuda_info.cpp575 CV_Error(Error::StsNotImplemented, "This function requires CUDA 5.0"); in maxTexture1DMipmap()
610 CV_Error(Error::StsNotImplemented, "This function requires CUDA 5.0"); in maxTexture2DMipmap()
Dcuda_stream.cpp482 CV_Error(cv::Error::StsNotImplemented, "This function requires CUDA >= 5.0"); in enqueueHostCallback()
/external/opencv3/modules/cudalegacy/src/
Dgmg.cpp235 CV_Error(Error::StsNotImplemented, "Not implemented"); in getBackgroundImage()
Dgraphcuts.cpp110 …CV_Error(cv::Error::StsNotImplemented, "The device doesn't support shared atomics and communicativ… in labelComponents()
/external/opencv3/modules/highgui/src/
Dwindow.cpp501 CV_Error(Error::StsNotImplemented, "The function is not implemented. " in setWindowTitle()
/external/opencv3/modules/objdetect/src/
Dcascadedetect.cpp810 CV_Error(Error::StsNotImplemented, "Renderscript cannot be used with LBP in 3.0"); in read()
1585 CV_Error(Error::StsNotImplemented, "HOG cascade is not supported in 3.0"); in read()
1731 CV_Error(Error::StsNotImplemented, "Renderscript cannot be used on non-Android devices"); in CascadeClassifier()
1737 CV_Error(Error::StsNotImplemented, "Renderscript cannot be used on non-Android devices"); in CascadeClassifier()
/external/opencv3/modules/cudastereo/src/
Dstereocsbp.cpp333 CV_Error(Error::StsNotImplemented, "Not implemented"); in compute()
/external/opencv3/modules/cudaarithm/test/
Dtest_arithm.cpp106 ASSERT_EQ(cv::Error::StsNotImplemented, e.code); in CUDA_TEST_P()

12