资源简介
opencv安装,能在官网上下载,我在这里直接给出来,就不用麻烦了,这是opencv4.0安装包
代码片段和文件信息
/*
* By downloading copying installing or using the software you agree to this license.
* If you do not agree to this license do not download install
* copy or use the software.
*
*
* License Agreement
* For Open Source Computer Vision Library
* (3-clause BSD License)
*
* Copyright (C) 2014-2015 NVIDIA Corporation all rights reserved.
* Third party copyrights are property of their respective owners.
*
* Redistribution and use in source and binary forms with or without modification
* are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright notice
* this list of conditions and the following disclaimer.
*
* * Redistributions in binary form must reproduce the above copyright notice
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
*
* * Neither the names of the copyright holders nor the names of the contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
* This software is provided by the copyright holders and contributors “as is“ and
* any express or implied warranties including but not limited to the implied
* warranties of merchantability and fitness for a particular purpose are disclaimed.
* In no event shall copyright holders or contributors be liable for any direct
* indirect incidental special exemplary or consequential damages
* (including but not limited to procurement of substitute goods or services;
* loss of use data or profits; or business interruption) however caused
* and on any theory of liability whether in contract strict liability
* or tort (including negligence or otherwise) arising in any way out of
* the use of this software even if advised of the possibility of such damage.
*/
#include
#include “common.hpp“
#include “vtransform.hpp“
namespace CAROTENE_NS {
#ifdef CAROTENE_NEON
namespace {
template
struct AbsDiff
{
typedef T type;
void operator() (const typename internal::VecTraits::vec128 & v_src0
const typename internal::VecTraits::vec128 & v_src1
typename internal::VecTraits::vec128 & v_dst) const
{
v_dst = internal::vabdq(v_src0 v_src1);
}
void operator() (const typename internal::VecTraits::vec64 & v_src0
const typename internal::VecTraits::vec64 & v_src1
typename internal::VecTraits::vec64 & v_dst) const
{
v_dst = internal::vabd(v_src0 v_src1);
}
void operator() (const T * src0 const T * src1 T * dst) const
{
dst[0] = src0[0] >= src1[0] ? src0[0] - src1[0] : src1[0] - src0[0];
}
};
template
struct AbsDiffSigned
{
typedef
相关资源
- 系统版本centos7.6,离线安装docker-ce-
- Revit 2015 SDK 免安装解压可用 含addin
- Neo4j windows安装包 完整版
- RVDS4.0破解版(安装文件+破解文件)
- RVDS4.0破解版(安装文件+破解文件)
- M1 Dock智能硬件工具MaixPy安装
- STM32\\H7\\F7\\L0库安装包
- NextCloud官方源代码安装包nextcloud-18.
- strawberry-perl-5.28.0.1-64bit.msi
- Tina90-TI_zh.9.3.150.328安装包.zip
- erlang安装包otp_win64_17.3.exe
-
速达300xp7.0安装程序和interba
se数据库 -
.netfr
amework4.6.2离线安装及所需证书 - 磁盘分区工具 免费破解 mac 分区工具
- 谷歌浏览器安装包.zip
- PGPDesktop完整练习安装包请勿商用.zi
- Navicat12.1.12安装包与注册激活工具.z
- BCGControlBar v16.1 安装版带KEY
- WPS解压即可使用
- 亲测可用奇店社群社区团购前后端完
- gcc离线安装包
- genesis2000安装包
- RobotWare安装包zip格式软件
- git32位和64位的安装包
-
Netfr
ameWork3.5.zip离线安装安装很快 - Sharepoint 2016 server 必备安装包
- centos7离线安装中文字体库
- nginx-flv部署和安装.zip
- Greenplum安装包
- 理正岩土6.5pb3-安装成功.zip
评论
共有 条评论