91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 16.77MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2023-07-06
  • 語言: 其他
  • 標簽: openCV??ippicv??

資源簡介

編譯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?????????????????#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_base.h
?????文件????????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個文件信息

評論

共有 條評論