资源简介
编译openCV 4.0必备库,可以加快openCV 的运行速度,适用于intel的芯片组,实时检测必备
代码片段和文件信息
/*
// Copyright 2016-2018 Intel Corporation All Rights Reserved.
//
// The source code information and material (“Material“) contained herein is
// owned by Intel Corporation or its suppliers or licensors and title
// to such Material remains with Intel Corporation or its suppliers or
// licensors. The Material contains proprietary information of Intel
// or its suppliers and licensors. The Material is protected by worldwide
// copyright laws and treaty provisions. No part of the Material may be used
// copied reproduced modified published uploaded posted transmitted
// distributed or disclosed in any way without Intel‘s prior express written
// permission. No license under any patent copyright or other intellectual
// property rights in the Material is granted to or conferred upon you
// either expressly by implication inducement estoppel or otherwise.
// Any license under such intellectual property rights must be express and
// approved by Intel in writing.
//
// Unless otherwise agreed by Intel in writing
// you may not remove or alter this notice or any other notice embedded in
// Materials by Intel or Intel‘s suppliers or licensors in any way.
//
*/
#include “iw_own.h“
#include “iw/iw_image.h“
#if defined _WIN32
#include
#include
#else
#ifdef _OPENMP
#if (defined __GNUC__) && !(defined __clang__)
#define GCC_VERSION (__GNUC__*10000 + __GNUC_MINOR__*100 + __GNUC_PATCHLEVEL__)
#if (GCC_VERSION >= 40700)
#define OWN_ALLOW_OMP_ATOMICS
#endif
#undef GCC_VERSION
#else
#define OWN_ALLOW_OMP_ATOMICS
#endif
#endif
#ifdef OWN_ALLOW_OMP_ATOMICS
#include // Use OMP atomics
#else
#if (defined __clang__ && defined __has_include)
#if !__has_include()
#ifndef __STDC_NO_ATOMICS__
#define __STDC_NO_ATOMICS__
#endif
#endif
#elif (defined __GNUC__)
#define GCC_VERSION (__GNUC__*10000 + __GNUC_MINOR__*100 + __GNUC_PATCHLEVEL__)
#if (GCC_VERSION < 40900)
#ifndef __STDC_NO_ATOMICS__
#define __STDC_NO_ATOMICS__
#endif
#endif
#undef GCC_VERSION
#endif
#if !defined __STDC_NO_ATOMICS__
#include
#ifndef __ATOMIC_ACQ_REL
#define __ATOMIC_ACQ_REL 4
#endif
#else
#pragma message(“Atomic operations are not supported by this compiler. Some features my not be thread-safe.“)
#endif
#endif
#ifndef __APPLE__
#include
#endif
#endif
/* /////////////////////////////////////////////////////////////////////////////
// IW DLL entry points
//////////////////////
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 65324 2018-07-26 07:25 ippicv_win\EULA.rtf
文件 313 2018-07-26 07:25 ippicv_win\support.txt
文件 248 2018-07-26 07:25 ippicv_win\third-party-programs.txt
文件 6838 2018-07-26 07:25 ippicv_win\icv\readme.htm
文件 451546 2018-07-23 17:38 ippicv_win\icv\include\ippicv.h
文件 6511 2018-07-23 17:38 ippicv_win\icv\include\ippicv_ba
文件 4371 2018-07-23 17:38 ippicv_win\icv\include\ippicv_defs.h
文件 1622 2018-07-23 17:38 ippicv_win\icv\include\ippicv_defs_l.h
文件 114640 2018-07-23 17:38 ippicv_win\icv\include\ippicv_l.h
文件 85309 2018-07-26 07:22 ippicv_win\icv\include\ippicv_redefs.h
文件 42455 2018-07-23 17:38 ippicv_win\icv\include\ippicv_types.h
文件 2911 2018-07-23 17:38 ippicv_win\icv\include\ippicv_types_l.h
文件 1601 2018-07-23 17:35 ippicv_win\icv\include\ippversion.h
文件 46973092 2018-07-26 07:25 ippicv_win\icv\lib\ia32\ippicvmt.lib
文件 7140 2018-07-26 07:25 ippicv_win\iw\readme.htm
文件 5457 2018-07-23 17:37 ippicv_win\iw\include\iw_config.h
文件 12098 2018-07-23 17:37 ippicv_win\iw\include\iw_own.h
文件 10507 2018-07-23 17:37 ippicv_win\iw\include\iw_owni.h
文件 1469 2018-07-23 17:37 ippicv_win\iw\include\iw\iw.h
文件 13123 2018-07-23 17:37 ippicv_win\iw\include\iw\iw_core.h
文件 31648 2018-07-23 17:37 ippicv_win\iw\include\iw\iw_image.h
文件 6216 2018-07-23 17:37 ippicv_win\iw\include\iw\iw_image_color.h
文件 37979 2018-07-23 17:37 ippicv_win\iw\include\iw\iw_image_filter.h
文件 40456 2018-07-23 17:37 ippicv_win\iw\include\iw\iw_image_op.h
文件 24656 2018-07-23 17:37 ippicv_win\iw\include\iw\iw_image_transform.h
文件 2582 2018-07-23 17:37 ippicv_win\iw\include\iw\iw_ll.h
文件 2133 2018-07-23 17:37 ippicv_win\iw\include\iw\iw_version.h
文件 1456 2018-07-23 17:37 ippicv_win\iw\include\iw++\iw.hpp
文件 16707 2018-07-23 17:37 ippicv_win\iw\include\iw++\iw_core.hpp
文件 59194 2018-07-23 17:37 ippicv_win\iw\include\iw++\iw_image.hpp
文件 5456 2018-07-23 17:37 ippicv_win\iw\include\iw++\iw_image_color.hpp
............此处省略30个文件信息
- 上一篇:安卓点餐系统源码服务器和客户端
- 下一篇:天祥电子GSM模块相关资料
相关资源
- opencv 神经网络训练用英文字库.zip
- opencv金字塔模板匹配算法
- OpenCV级联分类器训练与使用教程与代
- VS2013+OpenCV3.4.1+OpenCVContrib(x64)编译好
- Vlc获取rtsp视频流opencv显示
- Opencv3.0.0人脸检测+识别代码,vs2012工
- ffmpeg4+OpenCV3+VS2017 H264编解码
- OpenCV与OpenGL实现增强现实
- 学习opencv 中文版 pdf 带完整目录
- ippicv_windows_20151201.zip
- 几个基于openCV开发的手势识别代码
- OpenCV3.3 mingw64位编译 包含contribute部分
- opencv3.2.0依赖项ippicv_linux_20151201.tgz
- Opencv3.2_VS2015_64bit_debug/release
- 多目标跟踪vs+opencv
- opencv 的汽车分类器的正样本。
- opencv人脸识别demo并保存头像小照片
- opencv 1.2 安装
- Machine Learning for OpenCV 原版PDF by Beye
- Learning-OpenCV-3_examples.zip
- Learning OpenCV Computer Vision with the OpenC
- 官方版opencv1.0 windows系统
- 二维码定位符识别带
- OpenCV3.2.0稳定版调用包
- OpenCV v320 X86开发包
- opencv3原书源码.7z
- zw_OpenCV-2.3.1-win-superpack.part3.zip
- x86OpenCV3.2.0
- openCV1.0.rar
- opencv水果识别样本(苹果、香蕉、梨
评论
共有 条评论