资源简介
opencv3.4需要的ippicv_2017u3_win_intel64_general_20180518.zip windows电脑下,可能会无法下载此包,传到这里,可以下载。
代码片段和文件信息
/*
// Copyright 2016-2017 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
//////////////////
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-05-18 09:34 ippicv_win\
文件 9629 2017-08-08 12:28 ippicv_win\readme.htm
目录 0 2018-05-18 09:34 ippicv_win\include\
文件 451528 2017-08-08 12:28 ippicv_win\include\ippicv.h
文件 6484 2017-07-28 17:47 ippicv_win\include\ippicv_ba
文件 4360 2017-07-28 17:47 ippicv_win\include\ippicv_defs.h
文件 1622 2017-07-28 17:47 ippicv_win\include\ippicv_defs_l.h
文件 114491 2017-08-08 12:28 ippicv_win\include\ippicv_l.h
文件 85253 2017-08-22 08:12 ippicv_win\include\ippicv_redefs.h
文件 56106 2017-07-28 17:47 ippicv_win\include\ippicv_types.h
文件 2709 2017-07-28 17:47 ippicv_win\include\ippicv_types_l.h
文件 1593 2017-07-28 17:45 ippicv_win\include\ippversion.h
目录 0 2018-05-18 09:34 ippicv_win\lib\
目录 0 2018-05-18 09:34 ippicv_win\lib\intel64\
文件 81159794 2017-08-22 08:14 ippicv_win\lib\intel64\ippicvmt.lib
目录 0 2018-05-18 09:34 ippicv_win\license\
文件 62038 2017-08-08 12:28 ippicv_win\license\ippEULA.rtf
目录 0 2018-05-18 09:34 ippiw_win\
文件 224490 2017-08-22 08:15 ippiw_win\EULA.rtf
文件 2409 2017-08-22 08:15 ippiw_win\redist.txt
文件 403 2017-08-22 08:15 ippiw_win\support.txt
文件 252 2017-08-22 08:15 ippiw_win\third-party-programs.txt
目录 0 2018-05-18 09:34 ippiw_win\include\
文件 5457 2017-07-28 17:47 ippiw_win\include\iw_config.h
文件 12098 2018-05-18 08:03 ippiw_win\include\iw_own.h
文件 10296 2017-07-28 17:47 ippiw_win\include\iw_owni.h
目录 0 2018-05-18 09:34 ippiw_win\include\iw\
文件 1469 2017-07-28 17:47 ippiw_win\include\iw\iw.h
文件 11194 2018-05-18 08:17 ippiw_win\include\iw\iw_core.h
文件 31648 2018-05-18 08:01 ippiw_win\include\iw\iw_image.h
文件 6216 2017-07-28 17:47 ippiw_win\include\iw\iw_image_color.h
............此处省略41个文件信息
相关资源
- opencv3.3需要的ippicv_2017u2_mac_intel64_20
- 2076个opencv分类器苹果样本及解释文件
- opencv+svm实现图像分类代码+训练图片
- cmake好的opencv
- opencv一维码识别
- opencv3_contrib_cmake_files
- 最小二乘法求圆心和半径
- Qt OpenCV 播放及Socket发送视频流
- 基于特征点匹配的三维重建OpenCV+Ope
- opencv3.4+contrib编译好的文件
- OpenCV2.4x中文参考手册
- opencv 精解
- 用4.3.2交叉编译好的opencv2.4.9所需依赖
- OpenCV2.3.1 win版安装包3
- 文本检测_opencv_DNN
- opencv-master.zip
- 基于OpenCV的智能视频监控系统设计源
- 基于 opencv 的车牌识别147642
- One cut in grabcut的OpenCV实现代码以及工
- opencv2.4.4库(.h/.lib/.dll)
- 摄像头实时监控与报警系统Opencv
- opencv在播放视频中画框框
- 学习OpenCV(中文版).pdf 高清版本
- 模板匹配算法实现
- Computer Vision with Opencv3 and Qt5.pdf
- 基于Opencv的手势识别147077
- 基于opencv的车辆检测
- opencv2.4.9 相机定标及图像矫正
- opencv2+vs2013实现表情识别 ,SVM+BP神经
- 基于opencv的三种人脸识别
评论
共有 条评论