OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ncvAssertPrintReturn
(Results
1 - 13
of
13
) sorted by null
/external/opencv3/modules/cudalegacy/test/
NCVTestSourceProvider.hpp
61
ncvAssertPrintReturn
(rangeLow < rangeHigh, "NCVTestSourceProvider ctor:: Invalid range", );
65
ncvAssertPrintReturn
(cudaSuccess == cudaGetDevice(&devId), "Error returned from cudaGetDevice", );
66
ncvAssertPrintReturn
(cudaSuccess == cudaGetDeviceProperties(&devProp, devId), "Error returned from cudaGetDeviceProperties", );
72
ncvAssertPrintReturn
(data.get()->isMemAllocated(), "NCVTestSourceProvider ctor:: Matrix not allocated", );
95
ncvAssertPrintReturn
(sizeof(T) == 1, "NCVTestSourceProvider ctor:: PGM constructor complies only with 8bit types", );
98
ncvAssertPrintReturn
(!image.empty(), "NCVTestSourceProvider ctor:: PGM file error", );
102
ncvAssertPrintReturn
(cudaSuccess == cudaGetDevice(&devId), "Error returned from cudaGetDevice", );
103
ncvAssertPrintReturn
(cudaSuccess == cudaGetDeviceProperties(&devProp, devId), "Error returned from cudaGetDeviceProperties", );
107
ncvAssertPrintReturn
(data.get()->isMemAllocated(), "NCVTestSourceProvider ctor:: Matrix not allocated", );
TestIntegralImage.cpp
109
ncvAssertPrintReturn
(false, "Incorrect integral image test instance", false);
141
ncvAssertPrintReturn
(false, "Incorrect integral image test instance", false);
163
ncvAssertPrintReturn
(false, "Incorrect integral image test instance", false);
192
ncvAssertPrintReturn
(false, "Incorrect integral image test instance", false);
NCVTest.hpp
87
ncvAssertPrintReturn
(cudaSuccess == cudaGetDevice(&devId), "Error returned from cudaGetDevice", );
88
ncvAssertPrintReturn
(cudaSuccess == cudaGetDeviceProperties(&this->devProp, devId), "Error returned from cudaGetDeviceProperties", );
TestResize.cpp
129
ncvAssertPrintReturn
(false, "Incorrect downsample test instance", false);
151
ncvAssertPrintReturn
(false, "Incorrect downsample test instance", false);
TestTranspose.cpp
116
ncvAssertPrintReturn
(false, "Incorrect transpose test instance", false);
138
ncvAssertPrintReturn
(false, "Incorrect downsample test instance", false);
TestDrawRects.cpp
133
ncvAssertPrintReturn
(false, "Incorrect drawrects test instance", false);
155
ncvAssertPrintReturn
(false, "Incorrect drawrects test instance", false);
/external/opencv3/samples/gpu/
cascadeclassifier_nvidia_api.cpp
163
ncvAssertPrintReturn
(cv::cuda::getCudaEnabledDeviceCount() != 0, "No GPU found or the library is compiled without CUDA support", -1);
164
ncvAssertPrintReturn
(argc == 3, "Invalid number of arguments", -1);
194
ncvAssertPrintReturn
(capture.open(camid) != 0, "Can't open source", -1);
198
ncvAssertPrintReturn
(!frame.empty(), "Empty video source", -1);
210
ncvAssertPrintReturn
(classifierOpenCV.load(cascadeName) != 0, "Error (in OpenCV) opening classifier", -1);
227
ncvAssertPrintReturn
(gpuCascadeAllocator.isInitialized(), "Error creating cascade GPU allocator", -1);
229
ncvAssertPrintReturn
(cpuCascadeAllocator.isInitialized(), "Error creating cascade CPU allocator", -1);
233
ncvAssertPrintReturn
(ncvStat == NCV_SUCCESS, "Error reading classifier size (check the file)", -1);
236
ncvAssertPrintReturn
(h_haarStages.isMemAllocated(), "Error in cascade CPU allocator", -1);
238
ncvAssertPrintReturn
(h_haarNodes.isMemAllocated(), "Error in cascade CPU allocator", -1)
[
all
...]
opticalflow_nvidia_api.cpp
409
ncvAssertPrintReturn
(g_pGPUMemAllocator->isInitialized (), "Device memory allocator isn't initialized", -1);
412
ncvAssertPrintReturn
(g_pHostMemAllocator->isInitialized (), "Host memory allocator isn't initialized", -1);
/external/opencv3/modules/cudaobjdetect/src/
cascadeclassifier.cpp
238
ncvAssertPrintReturn
(gpuCascadeAllocator->isInitialized(), "Error creating cascade GPU allocator", NCV_CUDA_ERROR);
239
ncvAssertPrintReturn
(cpuCascadeAllocator->isInitialized(), "Error creating cascade CPU allocator", NCV_CUDA_ERROR);
243
ncvAssertPrintReturn
(ncvStat == NCV_SUCCESS, "Error reading classifier size (check the file)", NCV_FILE_ERROR);
249
ncvAssertPrintReturn
(h_haarStages->isMemAllocated(), "Error in cascade CPU allocator", NCV_CUDA_ERROR);
250
ncvAssertPrintReturn
(h_haarNodes->isMemAllocated(), "Error in cascade CPU allocator", NCV_CUDA_ERROR);
251
ncvAssertPrintReturn
(h_haarFeatures->isMemAllocated(), "Error in cascade CPU allocator", NCV_CUDA_ERROR);
254
ncvAssertPrintReturn
(ncvStat == NCV_SUCCESS, "Error loading classifier", NCV_FILE_ERROR);
260
ncvAssertPrintReturn
(d_haarStages->isMemAllocated(), "Error in cascade GPU allocator", NCV_CUDA_ERROR);
261
ncvAssertPrintReturn
(d_haarNodes->isMemAllocated(), "Error in cascade GPU allocator", NCV_CUDA_ERROR);
262
ncvAssertPrintReturn
(d_haarFeatures->isMemAllocated(), "Error in cascade GPU allocator", NCV_CUDA_ERROR)
[
all
...]
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
NCV.hpp
267
#define
ncvAssertPrintReturn
(pred, msg, err) \
279
ncvAssertPrintReturn
(pred, msg.c_str(), err); \
288
ncvAssertPrintReturn
(NCV_SUCCESS==_ncvStat, msg.c_str(), _ncvStat); \
297
ncvAssertPrintReturn
(cudaSuccess==res, msg.c_str(), errCode); \
306
ncvAssertPrintReturn
(cudaSuccess==res, msg.c_str(), errCode); \
647
ncvAssertPrintReturn
(ncvStat == NCV_SUCCESS, "NCVVectorAlloc ctor:: alloc failed", );
713
ncvAssertPrintReturn
(length_ * sizeof(T) <= memSegment.size, \
865
ncvAssertPrintReturn
(pitch_ >= pitchBytes &&
874
ncvAssertPrintReturn
(ncvStat == NCV_SUCCESS, "NCVMatrixAlloc ctor:: alloc failed", );
938
ncvAssertPrintReturn
(pitch_ >= pitchBytes &
[
all
...]
/external/opencv3/modules/cudalegacy/src/cuda/
NCVPyramid.cu
371
ncvAssertPrintReturn
(img.memType() == alloc.memType(), "NCVImagePyramid::ctor error", );
398
ncvAssertPrintReturn
(((NCVMatrixAlloc<T> *)(this->pyramid[i]))->isMemAllocated(), "NCVImagePyramid::ctor error", );
416
ncvAssertPrintReturn
(cudaSuccess == cudaGetLastError(), "NCVImagePyramid::ctor error", );
420
ncvAssertPrintReturn
(h_prevLayer.isMemAllocated(), "Validation failure in NCVImagePyramid::ctor", );
422
ncvAssertPrintReturn
(h_curLayer.isMemAllocated(), "Validation failure in NCVImagePyramid::ctor", );
423
ncvAssertPrintReturn
(NCV_SUCCESS == prevLayer->copy2D(h_prevLayer, prevLayer->size(), cuStream), "Validation failure in NCVImagePyramid::ctor", );
424
ncvAssertPrintReturn
(NCV_SUCCESS == curLayer->copy2D(h_curLayer, curLayer->size(), cuStream), "Validation failure in NCVImagePyramid::ctor", );
425
ncvAssertPrintReturn
(cudaSuccess == cudaStreamSynchronize(cuStream), "Validation failure in NCVImagePyramid::ctor", );
436
ncvAssertPrintReturn
(0 == memcmp(&outGold, &outGPU, sizeof(T)), "Validation failure in NCVImagePyramid::ctor with kernelDownsampleX2", );
565
ncvAssertPrintReturn
(0 == memcmp(&outGold, &h_outImg.at(j,i), sizeof(T)), "Validation failure in NCVImagePyramid::ctor (…)
[
all
...]
NCVBroxOpticalFlow.cu
720
ncvAssertPrintReturn
(desc.alpha > 0.0f , "Invalid alpha" , NCV_INCONSISTENT_INPUT);
721
ncvAssertPrintReturn
(desc.gamma >= 0.0f , "Invalid gamma" , NCV_INCONSISTENT_INPUT);
722
ncvAssertPrintReturn
(desc.number_of_inner_iterations > 0 , "Invalid number of inner iterations" , NCV_INCONSISTENT_INPUT);
723
ncvAssertPrintReturn
(desc.number_of_outer_iterations > 0 , "Invalid number of outer iterations" , NCV_INCONSISTENT_INPUT);
724
ncvAssertPrintReturn
(desc.number_of_solver_iterations > 0, "Invalid number of solver iterations", NCV_INCONSISTENT_INPUT);
729
ncvAssertPrintReturn
(frame1.width() == kSourceWidth && frame1.height() == kSourceHeight, "Frame dims do not match", NCV_INCONSISTENT_INPUT);
[
all
...]
/external/opencv3/modules/cudalegacy/src/
NCV.cpp
506
ncvAssertPrintReturn
(memT != NCVMemoryTypeNone, "NCVMemNativeAllocator ctor:: counting not permitted for this allocator type", );
Completed in 63 milliseconds