Home
last modified time | relevance | path

Searched refs:BadNumChannels (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/core/src/
Dcuda_host_mem.cpp278 …CV_Error(cv::Error::BadNumChannels, "The total width is not divisible by the new number of channel… in reshape()
Dcuda_gpu_mat.cpp196 …CV_Error(cv::Error::BadNumChannels, "The total width is not divisible by the new number of channel… in reshape()
/external/opencv3/modules/cudastereo/src/cuda/
Ddisparity_bilateral_filter.cu193 CV_Error(cv::Error::BadNumChannels, "Unsupported channels count"); in disp_bilateral_filter()
Dstereocsbp.cu284 default: CV_Error(cv::Error::BadNumChannels, "Unsupported channels count"); in init_data_cost_caller_()
303 default: CV_Error(cv::Error::BadNumChannels, "Unsupported channels count"); in init_data_cost_reduce_caller_()
464 default: CV_Error(cv::Error::BadNumChannels, "Unsupported channels count"); in compute_data_cost_caller_()
484 default: CV_Error(cv::Error::BadNumChannels, "Unsupported channels count"); in compute_data_cost_reduce_caller_()
/external/opencv3/modules/core/include/opencv2/core/
Dbase.hpp82 BadNumChannels= -15, //!< enumerator
/external/opencv3/modules/java/src/
Dcore+Core.java69 BadNumChannels = -15, field in Core