mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Moved size restrictions for OpenVX processed images to corresponding cpp files
This commit is contained in:
@@ -1267,6 +1267,9 @@ private:
|
||||
#ifdef HAVE_OPENVX
|
||||
namespace cv
|
||||
{
|
||||
namespace ovx {
|
||||
template <> inline bool skipSmallImages<VX_KERNEL_HISTOGRAM>(int w, int h) { return w*h < 2048 * 1536; }
|
||||
}
|
||||
static bool openvx_calchist(const Mat& image, OutputArray _hist, const int histSize,
|
||||
const float* _range)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user