资源简介
ippicv_2017u3_win_ia32_general_20170822.zip
ppicv_2017u3_win_ia32_general_20170822.zip
代码片段和文件信息
/*
// 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
#include “omp.h“ // 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
#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
///////////////////////////////////////////////////////////////////////////// */
#ifdef IW_BUILD_DLL
#if defined _WIN32
#include
int WINAPI DllMain( HINSTANCE hinstDLL DWORD fdwReason LPVOID lpvReserved )
{
switch( fdwReason )
{
case DLL_PROCESS_ATTACH: break;
case DLL_THREAD_ATTACH: break;
case DLL_THREAD_DETACH: break;
case DLL_PROCESS_DETACH: break;
default: break;
}
return 1;
UNREFERENCED_PARAMETER(hinstDLL);
UNREFERENCED_PARAMETER(lpvReserved);
}
#elif defined __unix__
int _init(void)
{
return 1;
}
void _fini(void)
{
}
#elif defined __APPLE__
__attribute__((constructor)) void initializer( void )
{
static int initialized = 0;
if(!initialized)
{
initialized =
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 9629 2017-08-08 15:28 ippicv_win\readme.htm
文件 451528 2017-08-08 15:28 ippicv_win\include\ippicv.h
文件 6484 2017-07-28 20:47 ippicv_win\include\ippicv_ba
文件 4360 2017-07-28 20:47 ippicv_win\include\ippicv_defs.h
文件 1622 2017-07-28 20:47 ippicv_win\include\ippicv_defs_l.h
文件 114491 2017-08-08 15:28 ippicv_win\include\ippicv_l.h
文件 85253 2017-08-22 11:12 ippicv_win\include\ippicv_redefs.h
文件 56106 2017-07-28 20:47 ippicv_win\include\ippicv_types.h
文件 2709 2017-07-28 20:47 ippicv_win\include\ippicv_types_l.h
文件 1593 2017-07-28 20:45 ippicv_win\include\ippversion.h
文件 42131120 2017-08-22 11:15 ippicv_win\lib\ia32\ippicvmt.lib
文件 62038 2017-08-08 15:28 ippicv_win\license\ippEULA.rtf
文件 224490 2017-08-22 11:15 ippiw_win\EULA.rtf
文件 2409 2017-08-22 11:15 ippiw_win\redist.txt
文件 403 2017-08-22 11:15 ippiw_win\support.txt
文件 252 2017-08-22 11:15 ippiw_win\third-party-programs.txt
文件 5457 2017-07-28 20:47 ippiw_win\include\iw_config.h
文件 12090 2017-07-28 20:47 ippiw_win\include\iw_own.h
文件 10296 2017-07-28 20:47 ippiw_win\include\iw_owni.h
文件 1469 2017-07-28 20:47 ippiw_win\include\iw\iw.h
文件 11063 2017-07-28 20:47 ippiw_win\include\iw\iw_core.h
文件 31646 2017-08-01 18:07 ippiw_win\include\iw\iw_image.h
文件 6216 2017-07-28 20:47 ippiw_win\include\iw\iw_image_color.h
文件 37960 2017-08-01 18:07 ippiw_win\include\iw\iw_image_filter.h
文件 38822 2017-07-28 20:47 ippiw_win\include\iw\iw_image_op.h
文件 24656 2017-08-01 18:07 ippiw_win\include\iw\iw_image_transform.h
文件 2582 2017-07-28 20:47 ippiw_win\include\iw\iw_ll.h
文件 2086 2017-07-28 20:47 ippiw_win\include\iw\iw_version.h
文件 1456 2017-07-28 20:47 ippiw_win\include\iw++\iw.hpp
文件 14535 2017-08-22 11:04 ippiw_win\include\iw++\iw_core.hpp
文件 58878 2017-08-01 18:07 ippiw_win\include\iw++\iw_image.hpp
............此处省略31个文件信息
相关资源
- 编译opencv3.1需要的opencv_ffmpeg_64.dll-o
- ippicv_2019_lnx_intel64_general_20180723.tgz
- ippicv_win(官方ippicv_windows_20141027版本
- ippicv_2019_win_intel64_20180723_general.7z
- ippicv_2017u3_lnx_intel64_20170822.tgz包
- ippicv_2019_win_ia32_20180723_general.zip
- ippicv_windows_20151201.zip
- opencv3.2.0依赖项ippicv_linux_20151201.tgz
- ippicv_windows_20141027.zip
- ippicv_2020_win_intel64_20191018_general.zip
- opencv 3.4.0 安装需要的东西
- opencv3.3需要的ippicv_2017u2_mac_intel64_20
- ippicv_2017u3_win_intel64_general_20180518.zip
- ippicv_2017u3_lnx_intel64_general_20170822.tar
- ippicv_2017u3_lnx_intel64_general_20180518.tgz
- opencv 3.4.X 编译 ffmpeg和ippicv相关资源
- ippicv_linux_20151201.tgz+ippicv_linux_2014051
- ippicv_2017u2_lnx_intel64_20170418.tgz
- ippicv_linux_20151201.tgz
评论
共有 条评论