• Pavel Vlasov's avatar
    Update for IPP for OpenCV 2017u2 integration; · 11c2ffaf
    Pavel Vlasov authored
    Updated integrations for:
    cv::split
    cv::merge
    cv::insertChannel
    cv::extractChannel
    cv::Mat::convertTo - now with scaled conversions support
    cv::LUT - disabled due to performance issues
    Mat::copyTo
    Mat::setTo
    cv::flip
    cv::copyMakeBorder - currently disabled
    cv::polarToCart
    cv::pow - ipp pow function was removed due to performance issues
    cv::hal::magnitude32f/64f - disabled for <= SSE42, poor performance
    cv::countNonZero
    cv::minMaxIdx
    cv::norm
    cv::canny - new integration. Disabled for threaded;
    cv::cornerHarris
    cv::boxFilter
    cv::bilateralFilter
    cv::integral
    11c2ffaf
corner.cpp 32.6 KB