Tegra version of cv::detail::
This commit is contained in:
parent
fbfc0cc96f
commit
3df41c1d62
@ -381,6 +381,10 @@ void MultiBandBlender::blend(Mat &dst, Mat &dst_mask)
|
|||||||
|
|
||||||
void normalizeUsingWeightMap(const Mat& weight, Mat& src)
|
void normalizeUsingWeightMap(const Mat& weight, Mat& src)
|
||||||
{
|
{
|
||||||
|
#ifdef HAVE_TEGRA_OPTIMIZATION
|
||||||
|
if(tegra::normalizeUsingWeightMap(weight, src))
|
||||||
|
return;
|
||||||
|
#endif
|
||||||
CV_Assert(src.type() == CV_16SC3);
|
CV_Assert(src.type() == CV_16SC3);
|
||||||
|
|
||||||
if(weight.type() == CV_32FC1)
|
if(weight.type() == CV_32FC1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user