ippicv-readme.htm 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  1. <html>
  2. <head>
  3. <meta http-equiv=Content-Type content="text/html; charset=UTF-8">
  4. <title>Intel&reg; Integrated Performance Primitives (Intel&reg; IPP) Library for OpenCV*</title>
  5. <style>
  6. body {
  7. color:#333333;
  8. background-color:#ffffff;
  9. font-family: Verdana, Arial, sans-serif;
  10. font-size: 10pt;
  11. margin-left: 30px;
  12. }
  13. p {
  14. font-size: inherit;
  15. line-height: 120%;
  16. margin-top: 0;
  17. margin-bottom: 5pt;
  18. margin-left: 0;
  19. }
  20. p.Note {
  21. margin-top:0;
  22. margin-left:25px;
  23. margin-bottom:10pt;
  24. }
  25. p.twoColumnListHead {
  26. color:#000000;
  27. /* padding:4px; */
  28. /* text-align:left; */
  29. /* width:auto; */
  30. margin-top:0;
  31. margin-bottom:0;
  32. /* margin-left:0; */
  33. font-weight:bold;
  34. }
  35. p.pRelatedLink {
  36. margin-top: 0px;
  37. margin-bottom: 0px;
  38. }
  39. table {
  40. margin-bottom:5pt;
  41. border-collapse:collapse;
  42. margin-top:0.3em;
  43. font-size: 10pt;
  44. }
  45. td {
  46. border: 1px #bababa solid;
  47. vertical-align: top;
  48. font-size: inherit;
  49. margin-bottom: 0px;
  50. }
  51. td, P.TableCell, td p, td h3 {
  52. margin-top: 0;
  53. margin-left: 0;
  54. padding: 4px;
  55. text-align: left;
  56. font-size: inherit;
  57. line-height: 120%;
  58. }
  59. td p.TableCell, td p, td h3{
  60. padding:0;
  61. }
  62. tr {
  63. vertical-align:top;
  64. }
  65. td.noBorder {
  66. border:0px none;
  67. }
  68. th {
  69. padding: 4px;
  70. text-align: left;
  71. background-color: #555555;
  72. font-weight: bold;
  73. margin-top: 0;
  74. margin-bottom: 0;
  75. color: #FFFFFF;
  76. font-size: 11pt;
  77. }
  78. th {
  79. border:1px #bababa solid;
  80. }
  81. th h3.TableHead, th h3 {
  82. padding:0;
  83. }
  84. h3.TableHead{
  85. padding: 4px;
  86. text-align: left;
  87. background-color: #555555;
  88. font-weight: bold;
  89. margin-top: 0;
  90. margin-bottom: 0;
  91. color: #FFFFFF;
  92. font-size: 11pt;
  93. }
  94. h1 {
  95. color: #0860a8;
  96. font-size: 15pt;
  97. padding-bottom: 1px;
  98. margin-left: 0pt;
  99. margin-bottom: 0px;
  100. border-bottom: 1px solid #0860A8;
  101. font-weight: normal;
  102. }
  103. h1.title {
  104. border-bottom:0 none;
  105. margin-left:0;
  106. font-weight: normal;
  107. }
  108. h2 {
  109. color: #0860a8;
  110. font-weight: lighter;
  111. margin-top: 5pt;
  112. margin-bottom: 0;
  113. font-size: 13pt;
  114. }
  115. h3 {
  116. color: #333333;
  117. font-weight: bold;
  118. margin-top: 5pt;
  119. margin-bottom: 0;
  120. font-size: 10.5pt;
  121. }
  122. h3.NoteTipHead {
  123. color:#006699;
  124. margin-top:11pt;
  125. padding-bottom:0;
  126. line-height: 18px;
  127. text-transform: uppercase;
  128. }
  129. h3.NoteTipHead img {
  130. vertical-align: middle;
  131. }
  132. ul {
  133. margin-bottom: 1em;
  134. font-size: inherit;
  135. margin-top: 0px;
  136. line-height: 100%;
  137. }
  138. ul ol {
  139. margin-bottom: 0em;
  140. font-size: inherit;
  141. list-style-type: decimal;
  142. }
  143. ul ul {
  144. margin-bottom:0px;
  145. font-size:inherit;
  146. }
  147. ul.Note {
  148. margin-left:25px;
  149. }
  150. td ul {
  151. font-size:inherit;
  152. }
  153. ol {
  154. margin-bottom: 1em;
  155. font-size: inherit;
  156. margin-top: 0px;
  157. line-height: 100%;
  158. list-style-type: decimal;
  159. }
  160. ol ol {
  161. list-style: lower-alpha;
  162. margin-bottom: 0em;
  163. font-size: inherit;
  164. }
  165. ol.Note {
  166. margin-left:25px;
  167. }
  168. td ol {
  169. font-size:inherit;
  170. }
  171. ol ul {
  172. margin-bottom:0px;
  173. font-size:inherit;
  174. }
  175. li {
  176. font-size: inherit;
  177. margin-top: 0px;
  178. line-height: 130%;
  179. }
  180. li p, ol p, ul p {
  181. margin-bottom:0.2em;
  182. margin-top:0.2em;
  183. margin-left:0;
  184. padding-left:0;
  185. font-size:inherit;
  186. }
  187. li table, td table, dd table {
  188. margin-left:0;
  189. }
  190. P.Preformatted, pre {
  191. x-text-tab-stops: repeat 1in;
  192. margin-top:0;
  193. margin-bottom:0;
  194. font-size: 10pt;
  195. font-family: "Courier New", Courier, monospace;
  196. background-color: #eeeeee;
  197. }
  198. td P.Preformatted, td pre {
  199. /* line-height: 90%; */
  200. x-text-tab-stops: repeat 1in;
  201. margin-top:0;
  202. margin-bottom:0;
  203. margin-left: 0px;
  204. font-size: 10pt;
  205. font-family: "Courier New", Courier, monospace;
  206. background-color: #eeeeee;
  207. }
  208. SPAN.Code, span.aCode, .Code {
  209. font-family: "Courier New", Courier, monospace;
  210. }
  211. var, span.Variable {
  212. font-family: Courier, monospace;
  213. font-style: italic;
  214. }
  215. blockquote {
  216. margin-top: 0;
  217. margin-bottom: 0;
  218. }
  219. HR {
  220. color: #555555;
  221. border: 0;
  222. background: #555555;
  223. height: 1px;
  224. margin-left: 0;
  225. }
  226. SPAN.Big {
  227. font-weight:bold;
  228. font-size:105%;
  229. }
  230. .welcomeImg {
  231. padding-left: 0px;
  232. padding-bottom: 0px;
  233. margin-left: 0px;
  234. }
  235. .IntelExt {
  236. color:#008080;
  237. }
  238. dl {
  239. margin-bottom: 1em;
  240. font-size: inherit;
  241. margin-top: 0px;
  242. }
  243. dt {
  244. font-weight: bold;
  245. margin-top: 1em;
  246. }
  247. dd {
  248. font-size: inherit;
  249. /* margin-top: -1.2em; */
  250. margin-top: 0;
  251. }
  252. dd p {
  253. margin-bottom: 0.2em;
  254. margin-top: 0.2em;
  255. font-size: inherit;
  256. }
  257. .link_buttons {
  258. background-color: #EEEEEE;
  259. border-color: #EEEEEE;
  260. border-width: 1px;
  261. padding: 4px;
  262. }
  263. a:link {
  264. color: #0860a8;
  265. text-decoration: none;
  266. }
  267. a:visited {
  268. color:#0860a8;
  269. text-decoration: none;
  270. }
  271. a:active {
  272. color: #0860a8;
  273. text-decoration: underline;
  274. }
  275. a:hover {
  276. color: #0860a8;
  277. text-decoration: underline;
  278. }
  279. sup {
  280. font-size: 80%;
  281. vertical-align: top;
  282. }
  283. </style>
  284. </head>
  285. <body>
  286. <h1>Intel&reg; Integrated Performance Primitives (Intel&reg; IPP) Library for OpenCV*</h1>
  287. <p></p>
  288. <p>Intel&reg; Integrated Performance Primitives (Intel&reg; IPP) library for OpenCV* is a subset of Intel&reg; IPP functions for image processing and computer vision.
  289. <p>For detailed descriptions of Intel&reg; IPP functions and interfaces, refer to the Intel&reg; IPP Developer Reference available from the Intel&reg; IPP documentation
  290. web page at
  291. <a href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/ipp-documentation.html">https://www.intel.com/content/www/us/en/developer/tools/oneapi/ipp-documentation.html</a>.
  292. <p>Note that not all functions described in the Developer Reference are included in the Intel IPP library for OpenCV.
  293. <h2><a name="legal"></a>Legal Information</h2>
  294. <p>
  295. No license (express or implied, by estoppel or otherwise) to any intellectual property rights is granted by this document.
  296. <p>
  297. Intel disclaims all express and implied warranties, including without limitation, the implied warranties of merchantability, fitness for a particular purpose, and non-infringement, as well as any warranty arising from course of performance, course of dealing, or usage in trade.
  298. <p>
  299. This document contains information on products, services and/or processes in development. All information provided here is subject to change without notice. Contact your Intel representative to obtain the latest forecast, schedule, specifications and roadmaps.
  300. <p>
  301. The products and services described may contain defects or errors known as errata which may cause deviations from published specifications. Current characterized errata are available on request.
  302. <p>
  303. Intel and the Intel logo are trademarks of Intel Corporation or its subsidiaries in the U.S. and/or other countries.
  304. <p>
  305. *Other names and brands may be claimed as the property of others.
  306. <p>
  307. Copyright &copy; 2016 Intel Corporation All Rights Reserved.
  308. </body>
  309. </html>