pyfast 4.12.0__cp36-abi3-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (307) hide show
  1. fast/README.md +41 -0
  2. fast/__init__.py +22 -0
  3. fast/bin/DirectML.dll +0 -0
  4. fast/bin/FAST.dll +0 -0
  5. fast/bin/InferenceEngineONNXRuntime.dll +0 -0
  6. fast/bin/InferenceEngineOpenVINO.dll +0 -0
  7. fast/bin/InferenceEngineTensorFlow.dll +0 -0
  8. fast/bin/InferenceEngineTensorRT.dll +0 -0
  9. fast/bin/JKQTCommonSharedLib_Release.dll +0 -0
  10. fast/bin/JKQTFastPlotterSharedLib_Release.dll +0 -0
  11. fast/bin/JKQTMathTextSharedLib_Release.dll +0 -0
  12. fast/bin/JKQTPlotterSharedLib_Release.dll +0 -0
  13. fast/bin/OpenCL.dll +0 -0
  14. fast/bin/OpenIGTLink.dll +0 -0
  15. fast/bin/Qt5Concurrent.dll +0 -0
  16. fast/bin/Qt5Core.dll +0 -0
  17. fast/bin/Qt5DBus.dll +0 -0
  18. fast/bin/Qt5Gui.dll +0 -0
  19. fast/bin/Qt5Multimedia.dll +0 -0
  20. fast/bin/Qt5MultimediaWidgets.dll +0 -0
  21. fast/bin/Qt5Network.dll +0 -0
  22. fast/bin/Qt5OpenGL.dll +0 -0
  23. fast/bin/Qt5PrintSupport.dll +0 -0
  24. fast/bin/Qt5SerialPort.dll +0 -0
  25. fast/bin/Qt5Sql.dll +0 -0
  26. fast/bin/Qt5Svg.dll +0 -0
  27. fast/bin/Qt5Test.dll +0 -0
  28. fast/bin/Qt5Widgets.dll +0 -0
  29. fast/bin/Qt5Xml.dll +0 -0
  30. fast/bin/UFFviewer.exe +0 -0
  31. fast/bin/_fast.pyd +0 -0
  32. fast/bin/brotlicommon.dll +0 -0
  33. fast/bin/brotlidec.dll +0 -0
  34. fast/bin/brotlienc.dll +0 -0
  35. fast/bin/cache.json +114134 -0
  36. fast/bin/dcmdata.dll +0 -0
  37. fast/bin/dcmimage.dll +0 -0
  38. fast/bin/dcmimgle.dll +0 -0
  39. fast/bin/dcmjpeg.dll +0 -0
  40. fast/bin/fast_configuration.txt +14 -0
  41. fast/bin/gna.dll +0 -0
  42. fast/bin/ijg12.dll +0 -0
  43. fast/bin/ijg16.dll +0 -0
  44. fast/bin/ijg8.dll +0 -0
  45. fast/bin/jxl.dll +0 -0
  46. fast/bin/jxl_cms.dll +0 -0
  47. fast/bin/jxl_threads.dll +0 -0
  48. fast/bin/libcrypto-1_1-x64.dll +0 -0
  49. fast/bin/libjpeg.dll +0 -0
  50. fast/bin/libopenslide-1.dll +0 -0
  51. fast/bin/libssl-1_1-x64.dll +0 -0
  52. fast/bin/oflog.dll +0 -0
  53. fast/bin/ofstd.dll +0 -0
  54. fast/bin/onnxruntime.dll +0 -0
  55. fast/bin/onnxruntime_providers_shared.dll +0 -0
  56. fast/bin/openvino.dll +0 -0
  57. fast/bin/openvino_auto_batch_plugin.dll +0 -0
  58. fast/bin/openvino_auto_plugin.dll +0 -0
  59. fast/bin/openvino_c.dll +0 -0
  60. fast/bin/openvino_gapi_preproc.dll +0 -0
  61. fast/bin/openvino_hetero_plugin.dll +0 -0
  62. fast/bin/openvino_intel_cpu_plugin.dll +0 -0
  63. fast/bin/openvino_intel_gna_plugin.dll +0 -0
  64. fast/bin/openvino_intel_gpu_plugin.dll +0 -0
  65. fast/bin/openvino_ir_frontend.dll +0 -0
  66. fast/bin/openvino_onnx_frontend.dll +0 -0
  67. fast/bin/openvino_paddle_frontend.dll +0 -0
  68. fast/bin/plugins.xml +24 -0
  69. fast/bin/realsense2.dll +0 -0
  70. fast/bin/runPipeline.exe +0 -0
  71. fast/bin/systemCheck.exe +0 -0
  72. fast/bin/tbb.dll +0 -0
  73. fast/bin/tbb_preview.dll +0 -0
  74. fast/bin/tbbbind.dll +0 -0
  75. fast/bin/tbbmalloc.dll +0 -0
  76. fast/bin/tbbmalloc_proxy.dll +0 -0
  77. fast/bin/tiff.dll +0 -0
  78. fast/bin/zlib.dll +0 -0
  79. fast/doc/bright-plotting-style.ini +66 -0
  80. fast/doc/dark-plotting-style.ini +66 -0
  81. fast/doc/fonts/UFL.txt +96 -0
  82. fast/doc/fonts/Ubuntu-Bold.ttf +0 -0
  83. fast/doc/fonts/Ubuntu-BoldItalic.ttf +0 -0
  84. fast/doc/fonts/Ubuntu-Italic.ttf +0 -0
  85. fast/doc/fonts/Ubuntu-Light.ttf +0 -0
  86. fast/doc/fonts/Ubuntu-LightItalic.ttf +0 -0
  87. fast/doc/fonts/Ubuntu-Medium.ttf +0 -0
  88. fast/doc/fonts/Ubuntu-MediumItalic.ttf +0 -0
  89. fast/doc/fonts/Ubuntu-Regular.ttf +0 -0
  90. fast/doc/fonts/UbuntuMono-Bold.ttf +0 -0
  91. fast/doc/fonts/UbuntuMono-BoldItalic.ttf +0 -0
  92. fast/doc/fonts/UbuntuMono-Italic.ttf +0 -0
  93. fast/doc/fonts/UbuntuMono-Regular.ttf +0 -0
  94. fast/doc/images/FAST_logo_square.png +0 -0
  95. fast/doc/images/fast_icon.ico +0 -0
  96. fast/doc/images/fast_icon.png +0 -0
  97. fast/entry_points.py +14 -0
  98. fast/fast.py +20057 -0
  99. fast/kernels/Algorithms/AirwaySegmentation/AirwaySegmentation.cl +85 -0
  100. fast/kernels/Algorithms/ApplyColormap/ApplyColormap.cl +146 -0
  101. fast/kernels/Algorithms/BinaryThresholding/BinaryThresholding2D.cl +61 -0
  102. fast/kernels/Algorithms/BinaryThresholding/BinaryThresholding3D.cl +61 -0
  103. fast/kernels/Algorithms/BlockMatching/BlockMatching.cl +257 -0
  104. fast/kernels/Algorithms/CenterlineExtraction/CenterlineExtraction.cl +153 -0
  105. fast/kernels/Algorithms/CoherentPointDrift/CoherentPointDrift.cl +0 -0
  106. fast/kernels/Algorithms/Color/ColorToGrayscale.cl +22 -0
  107. fast/kernels/Algorithms/Color/GrayscaleToColor.cl +19 -0
  108. fast/kernels/Algorithms/GaussianSmoothing/GaussianSmoothing2D.cl +35 -0
  109. fast/kernels/Algorithms/GaussianSmoothing/GaussianSmoothing3D.cl +75 -0
  110. fast/kernels/Algorithms/GradientVectorFlow/EulerGradientVectorFlow.cl +174 -0
  111. fast/kernels/Algorithms/GradientVectorFlow/MultigridGradientVectorFlow.cl +407 -0
  112. fast/kernels/Algorithms/HounsefieldConverter/HounsefieldConverter.cl +22 -0
  113. fast/kernels/Algorithms/ImageAdd/ImageAdd.cl +79 -0
  114. fast/kernels/Algorithms/ImageCaster/ImageCaster.cl +38 -0
  115. fast/kernels/Algorithms/ImageChannelConverter/ImageChannelConverter.cl +121 -0
  116. fast/kernels/Algorithms/ImageFlipper/ImageFlipper2D.cl +23 -0
  117. fast/kernels/Algorithms/ImageFlipper/ImageFlipper3D.cl +51 -0
  118. fast/kernels/Algorithms/ImageGradient/ImageGradient.cl +71 -0
  119. fast/kernels/Algorithms/ImageInverter/ImageInverter.cl +30 -0
  120. fast/kernels/Algorithms/ImageMultiply/ImageMultiply.cl +79 -0
  121. fast/kernels/Algorithms/ImagePatch/PatchStitcher2D.cl +22 -0
  122. fast/kernels/Algorithms/ImagePatch/PatchStitcher3D.cl +95 -0
  123. fast/kernels/Algorithms/ImageResampler/ImageResampler2D.cl +40 -0
  124. fast/kernels/Algorithms/ImageResampler/ImageResampler3D.cl +32 -0
  125. fast/kernels/Algorithms/ImageResizer/ImageResizer.cl +134 -0
  126. fast/kernels/Algorithms/ImageSharpening/ImageSharpening.cl +47 -0
  127. fast/kernels/Algorithms/ImageSlicer/ImageSlicer.cl +77 -0
  128. fast/kernels/Algorithms/ImageTransposer/ImageTransposer2D.cl +16 -0
  129. fast/kernels/Algorithms/ImageTransposer/ImageTransposer3D.cl +45 -0
  130. fast/kernels/Algorithms/IntensityClipping/IntensityClipping2D.cl +19 -0
  131. fast/kernels/Algorithms/IntensityClipping/IntensityClipping3D.cl +20 -0
  132. fast/kernels/Algorithms/IntensityNormalization/IntensityNormalization.cl +85 -0
  133. fast/kernels/Algorithms/IntensityNormalization/ZeroMeanUnitVariance.cl +76 -0
  134. fast/kernels/Algorithms/KalmanFilterModelSegmentation/AppearanceModels/RidgeEdge/RidgeEdgeModel.cl +81 -0
  135. fast/kernels/Algorithms/LabelModifier/LabelModifier.cl +20 -0
  136. fast/kernels/Algorithms/LaplacianOfGaussian/LaplacianOfGaussian2D.cl +27 -0
  137. fast/kernels/Algorithms/LevelSet/LevelSetSegmentation.cl +132 -0
  138. fast/kernels/Algorithms/LungSegmentation/LungSegmentation.cl +22 -0
  139. fast/kernels/Algorithms/MeshToSegmentation/MeshToSegmentation.cl +184 -0
  140. fast/kernels/Algorithms/Morphology/Dilation.cl +56 -0
  141. fast/kernels/Algorithms/Morphology/Erosion.cl +64 -0
  142. fast/kernels/Algorithms/NeuralNetwork/NeuralNetwork.cl +122 -0
  143. fast/kernels/Algorithms/NeuralNetwork/VertexTensorToSegmentation.cl +13 -0
  144. fast/kernels/Algorithms/NonLocalMeans/NonLocalMeans2D.cl +94 -0
  145. fast/kernels/Algorithms/SeededRegionGrowing/SeededRegionGrowing2D.cl +57 -0
  146. fast/kernels/Algorithms/SeededRegionGrowing/SeededRegionGrowing3D.cl +58 -0
  147. fast/kernels/Algorithms/Skeletonization/Skeletonization2D.cl +77 -0
  148. fast/kernels/Algorithms/SurfaceExtraction/SurfaceExtraction.cl +519 -0
  149. fast/kernels/Algorithms/SurfaceExtraction/SurfaceExtraction_no_3d_write.cl +739 -0
  150. fast/kernels/Algorithms/TemporalSmoothing/ImageMovingAverage.cl +66 -0
  151. fast/kernels/Algorithms/TemporalSmoothing/ImageWeightedMovingAverage.cl +74 -0
  152. fast/kernels/Algorithms/TissueSegmentation/TissueSegmentation.cl +18 -0
  153. fast/kernels/Algorithms/TubeSegmentationAndCenterlineExtraction/InverseGradientSegmentation.cl +203 -0
  154. fast/kernels/Algorithms/TubeSegmentationAndCenterlineExtraction/TubeSegmentationAndCenterlineExtraction.cl +566 -0
  155. fast/kernels/Algorithms/Ultrasound/EnvelopeAndLogCompressor.cl +45 -0
  156. fast/kernels/Algorithms/Ultrasound/ScanConverter.cl +76 -0
  157. fast/kernels/Algorithms/UltrasoundImageCropper/UltrasoundImageCropper.cl +31 -0
  158. fast/kernels/Algorithms/UltrasoundImageEnhancement/UltrasoundImageEnhancement.cl +27 -0
  159. fast/kernels/Algorithms/VectorMedianFilter/VectorMedianFilter.cl +31 -0
  160. fast/kernels/ImageFill.cl +30 -0
  161. fast/kernels/ImageMinMax.cl +196 -0
  162. fast/kernels/ImageSum.cl +170 -0
  163. fast/kernels/Tests/Algorithms/DoubleFilter.cl +7 -0
  164. fast/kernels/Visualization/BoundingBoxRenderer/BoundingBoxRenderer.frag +8 -0
  165. fast/kernels/Visualization/BoundingBoxRenderer/BoundingBoxRenderer.geom +69 -0
  166. fast/kernels/Visualization/BoundingBoxRenderer/BoundingBoxRenderer.vert +17 -0
  167. fast/kernels/Visualization/HeatmapRenderer/HeatmapRenderer.cl +51 -0
  168. fast/kernels/Visualization/ImagePyramidRenderer/ImagePyramidRenderer.frag +11 -0
  169. fast/kernels/Visualization/ImagePyramidRenderer/ImagePyramidRenderer.vert +15 -0
  170. fast/kernels/Visualization/ImageRenderer/ImageRenderer.vert +15 -0
  171. fast/kernels/Visualization/ImageRenderer/ImageRendererFLOAT.frag +18 -0
  172. fast/kernels/Visualization/ImageRenderer/ImageRendererINT.frag +18 -0
  173. fast/kernels/Visualization/ImageRenderer/ImageRendererUINT.frag +18 -0
  174. fast/kernels/Visualization/LineRenderer/LineRenderer.frag +8 -0
  175. fast/kernels/Visualization/LineRenderer/LineRenderer.geom +35 -0
  176. fast/kernels/Visualization/LineRenderer/LineRenderer.vert +20 -0
  177. fast/kernels/Visualization/LineRenderer/LineRenderer3D.frag +8 -0
  178. fast/kernels/Visualization/LineRenderer/LineRenderer3D.vert +20 -0
  179. fast/kernels/Visualization/LineRenderer/LineRendererJoints.frag +15 -0
  180. fast/kernels/Visualization/LineRenderer/LineRendererJoints.vert +24 -0
  181. fast/kernels/Visualization/SegmentationLabelRenderer/SegmentationLabelRenderer.frag +11 -0
  182. fast/kernels/Visualization/SegmentationLabelRenderer/SegmentationLabelRenderer.vert +16 -0
  183. fast/kernels/Visualization/SegmentationRenderer/SegmentationPyramidRenderer.frag +53 -0
  184. fast/kernels/Visualization/SegmentationRenderer/SegmentationRenderer.frag +52 -0
  185. fast/kernels/Visualization/SegmentationRenderer/SegmentationRenderer.vert +15 -0
  186. fast/kernels/Visualization/TextRenderer/TextRenderer.frag +11 -0
  187. fast/kernels/Visualization/TextRenderer/TextRenderer.vert +20 -0
  188. fast/kernels/Visualization/TriangleRenderer/TriangleRenderer.frag +49 -0
  189. fast/kernels/Visualization/TriangleRenderer/TriangleRenderer.vert +35 -0
  190. fast/kernels/Visualization/VectorFieldRenderer/VectorFieldColorRenderer.cl +30 -0
  191. fast/kernels/Visualization/VertexRenderer/VertexRenderer.frag +14 -0
  192. fast/kernels/Visualization/VertexRenderer/VertexRenderer.vert +23 -0
  193. fast/kernels/Visualization/View.cl +10 -0
  194. fast/kernels/Visualization/VolumeRenderer/AlphaBlendingVolumeRenderer.cl +211 -0
  195. fast/kernels/Visualization/VolumeRenderer/MaximumIntensityProjection.cl +139 -0
  196. fast/kernels/Visualization/VolumeRenderer/ThresholdVolumeRenderer.cl +178 -0
  197. fast/licenses/LICENSE +203 -0
  198. fast/licenses/MSVC/MSVC_redis_files_license.txt +96 -0
  199. fast/licenses/OpenIGTLink/LICENSE.txt +30 -0
  200. fast/licenses/OpenJPEG/LICENSE +39 -0
  201. fast/licenses/OpenSlide/COPYING.LESSER +504 -0
  202. fast/licenses/PCRE2/LICENCE.md +103 -0
  203. fast/licenses/SQLite/PUBLIC-DOMAIN.txt +9 -0
  204. fast/licenses/THIRD_PARTY_TF_C_LICENSES +7955 -0
  205. fast/licenses/cairo/COPYING +33 -0
  206. fast/licenses/cairo/COPYING-LGPL-2.1 +510 -0
  207. fast/licenses/cairo/COPYING-MPL-1.1 +470 -0
  208. fast/licenses/clarius/LICENSE +29 -0
  209. fast/licenses/dcmtk/COPYRIGHT +1034 -0
  210. fast/licenses/directml/LICENSE-CODE.txt +21 -0
  211. fast/licenses/directml/LICENSE.txt +48 -0
  212. fast/licenses/directml/ThirdPartyNotices.txt +103 -0
  213. fast/licenses/eigen/COPYING.APACHE +203 -0
  214. fast/licenses/eigen/COPYING.BSD +26 -0
  215. fast/licenses/eigen/COPYING.GPL +674 -0
  216. fast/licenses/eigen/COPYING.LGPL +502 -0
  217. fast/licenses/eigen/COPYING.MINPACK +51 -0
  218. fast/licenses/eigen/COPYING.MPL2 +373 -0
  219. fast/licenses/eigen/COPYING.README +18 -0
  220. fast/licenses/fast/LICENSE +25 -0
  221. fast/licenses/gdk-pixbuf/COPYING +502 -0
  222. fast/licenses/glib/COPYING +175 -0
  223. fast/licenses/hdf5/COPYING +106 -0
  224. fast/licenses/jkqtplotter/LICENSE +505 -0
  225. fast/licenses/jpegxl/LICENSE.brotli +19 -0
  226. fast/licenses/jpegxl/LICENSE.highway +201 -0
  227. fast/licenses/jpegxl/LICENSE.jpeg-xl +27 -0
  228. fast/licenses/jpegxl/LICENSE.skcms +29 -0
  229. fast/licenses/jpegxl/PATENTS +22 -0
  230. fast/licenses/libdicom/LICENSE +21 -0
  231. fast/licenses/libffi/LICENSE +21 -0
  232. fast/licenses/libjpeg-turbo/LICENSE.md +135 -0
  233. fast/licenses/libjpeg-turbo/README.ijg +260 -0
  234. fast/licenses/libpng/LICENSE +134 -0
  235. fast/licenses/libtiff/LICENSE.md +23 -0
  236. fast/licenses/libxml2/Copyright +24 -0
  237. fast/licenses/onnxruntime/LICENSE +21 -0
  238. fast/licenses/onnxruntime/Privacy.md +21 -0
  239. fast/licenses/onnxruntime/ThirdPartyNotices.txt +6156 -0
  240. fast/licenses/opencl/LICENSE +201 -0
  241. fast/licenses/openssl/LICENSE.txt +125 -0
  242. fast/licenses/openvino/Apache_license.txt +201 -0
  243. fast/licenses/openvino/EULA.htm +43 -0
  244. fast/licenses/openvino/EULA.rtf +61 -0
  245. fast/licenses/openvino/EULA.txt +163 -0
  246. fast/licenses/openvino/GNA SOFTWARE LICENSE AGREEMENT.txt +1 -0
  247. fast/licenses/openvino/Intel_Software_Development_Products.rtf +1217 -0
  248. fast/licenses/openvino/Intel_Software_Development_Products.txt +707 -0
  249. fast/licenses/openvino/LICENSE +201 -0
  250. fast/licenses/openvino/OpenVINOsupport.txt +12 -0
  251. fast/licenses/openvino/onednn_third-party-programs.txt +557 -0
  252. fast/licenses/openvino/readme.txt +60 -0
  253. fast/licenses/openvino/redist.txt +42 -0
  254. fast/licenses/openvino/runtime-third-party-programs.txt +1400 -0
  255. fast/licenses/openvino/tbb_third-party-programs.txt +230 -0
  256. fast/licenses/pixman/COPYING +42 -0
  257. fast/licenses/proxy-libintl/COPYING +482 -0
  258. fast/licenses/qt5/LICENSE.FDL +450 -0
  259. fast/licenses/qt5/LICENSE.GPL3-EXCEPT +704 -0
  260. fast/licenses/qt5/LICENSE.GPLv2 +292 -0
  261. fast/licenses/qt5/LICENSE.GPLv3 +686 -0
  262. fast/licenses/qt5/LICENSE.LGPLv21 +514 -0
  263. fast/licenses/qt5/LICENSE.LGPLv3 +175 -0
  264. fast/licenses/qt5/LICENSE.QT-LICENSE-AGREEMENT +1331 -0
  265. fast/licenses/realsense/LICENSE +202 -0
  266. fast/licenses/realsense/NOTICE +937 -0
  267. fast/licenses/semaphore/Semaphore_LICENSE.txt +17 -0
  268. fast/licenses/tiff/COPYRIGHT +21 -0
  269. fast/licenses/uthash/LICENSE +21 -0
  270. fast/licenses/zip/UNLICENSE +26 -0
  271. fast/licenses/zlib/README +115 -0
  272. fast/licenses/zlib-ng/LICENSE.md +19 -0
  273. fast/pipelines/uff_viewer/colormap_and_reject.fpl +26 -0
  274. fast/pipelines/uff_viewer/default.fpl +9 -0
  275. fast/pipelines/uff_viewer/non_local_means.fpl +34 -0
  276. fast/plugins/audio/qtaudio_wasapi.dll +0 -0
  277. fast/plugins/audio/qtaudio_windows.dll +0 -0
  278. fast/plugins/bearer/qgenericbearer.dll +0 -0
  279. fast/plugins/generic/qtuiotouchplugin.dll +0 -0
  280. fast/plugins/iconengines/qsvgicon.dll +0 -0
  281. fast/plugins/imageformats/qgif.dll +0 -0
  282. fast/plugins/imageformats/qicns.dll +0 -0
  283. fast/plugins/imageformats/qico.dll +0 -0
  284. fast/plugins/imageformats/qjpeg.dll +0 -0
  285. fast/plugins/imageformats/qsvg.dll +0 -0
  286. fast/plugins/imageformats/qtga.dll +0 -0
  287. fast/plugins/imageformats/qtiff.dll +0 -0
  288. fast/plugins/imageformats/qwbmp.dll +0 -0
  289. fast/plugins/imageformats/qwebp.dll +0 -0
  290. fast/plugins/mediaservice/dsengine.dll +0 -0
  291. fast/plugins/mediaservice/qtmedia_audioengine.dll +0 -0
  292. fast/plugins/mediaservice/wmfengine.dll +0 -0
  293. fast/plugins/platforms/qdirect2d.dll +0 -0
  294. fast/plugins/platforms/qminimal.dll +0 -0
  295. fast/plugins/platforms/qoffscreen.dll +0 -0
  296. fast/plugins/platforms/qwindows.dll +0 -0
  297. fast/plugins/platformthemes/qxdgdesktopportal.dll +0 -0
  298. fast/plugins/playlistformats/qtmultimedia_m3u.dll +0 -0
  299. fast/plugins/printsupport/windowsprintersupport.dll +0 -0
  300. fast/plugins/sqldrivers/qsqlite.dll +0 -0
  301. fast/plugins/sqldrivers/qsqlodbc.dll +0 -0
  302. fast/plugins/styles/qwindowsvistastyle.dll +0 -0
  303. pyfast-4.12.0.dist-info/METADATA +81 -0
  304. pyfast-4.12.0.dist-info/RECORD +307 -0
  305. pyfast-4.12.0.dist-info/WHEEL +5 -0
  306. pyfast-4.12.0.dist-info/entry_points.txt +5 -0
  307. pyfast-4.12.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,61 @@
1
+ {\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1033\deflangfe1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Calibri;}{\f1\fswiss\fprq2\fcharset204 Calibri;}}
2
+ {\colortbl ;\red255\green192\blue0;\red0\green0\blue0;\red0\green0\blue255;\red5\green99\blue193;\red192\green0\blue0;}
3
+ {\*\generator Riched20 10.0.18362}{\*\mmathPr\mnaryLim0\mdispDef1\mwrapIndent1440 }\viewkind4\uc1
4
+ \pard\widctlpar\sb120\sa120\qj\b\f0\fs20 Intel(R) OpenVINO(TM) Distribution License (Version May 2021)\f1\lang1049\par
5
+ This License Agreement (\ldblquote Agreement\rdblquote ) is a contract between you and Intel Corporation and its affiliates (\ldblquote Intel\rdblquote ). It governs your use of the Intel\'ae Distribution of OpenVINO\'99 Toolkit. If you are accepting this Agreement on behalf of your employer, you represent and warrant you have the authority to bind your employer to these terms. By downloading, installing, or using the Toolkit, you agree to these terms. If you do not agree, do not use the Toolkit, and destroy all copies. \par
6
+
7
+ \pard\widctlpar\fi-360\li360\sb120\sa120\qj 1.\tab Definitions\b0 .\par
8
+
9
+ \pard\widctlpar\fi-302\li446\sb120\sa120\qj 1.1\tab\b\ldblquote Confidential Information\rdblquote\b0 means any information from Intel identified as confidential as well as the following whether or not marked as confidential, and code for OpenVINO which is provided as early access or pre-release. \par
10
+ 1.2\tab\b\ldblquote including\rdblquote\b0 means including but not limited to, whether or not capitalized.\par
11
+ 1.3\tab\ldblquote\b Toolkit\b0\rdblquote means any component of the Intel\'ae Distribution of OpenVINO\'99 Toolkit in unmodified form as provided by Intel, including software, any updates, and new versions of the software from Intel, and the accompanying documentation.\par
12
+ 1.4\tab\ldblquote\b Redistributables\b0\rdblquote means any Intel copyrighted Toolkit component identified in an accompanying text file (i.e. redist.txt) as redistributable.\par
13
+ 1.5\tab\ldblquote\b you or your\b0\rdblquote means you or you and your employer, whether or not capitalized.\par
14
+
15
+ \pard\widctlpar\fi-360\li360\sb120\sa120\qj\b 2.\tab License.\b0\par
16
+
17
+ \pard\widctlpar\fi-302\li446\sb120\sa120\qj 2.1\tab\b \b0 \b License.\b0 Subject to this Agreement, Intel grants to you, for the term, a worldwide, nonexclusive, nontransferable, non-sublicensable, revocable, fully paid-up license to:\par
18
+
19
+ \pard\widctlpar\fi-302\li896\sb120\sa120 (a) use the Toolkit in your workplace;\par
20
+ (b) modify source code of the Toolkit; and\par
21
+ (c) distribute an object code version of the Redistributables under terms at least as restrictive as the terms in this Agreement.\par
22
+
23
+ \pard\widctlpar\fi-302\li446\sb120\sa120\qj 2.2\tab\b Restrictions. \b0 Except as authorized by a license from Intel or a third party open source license,\b \b0 you will not: (a) disclose Confidential Information to anyone who does not have a specific need to know the Confidential Information to exercise the rights granted in Section 2.1; (b) use or modify the Toolkit in any other way; (c) reverse engineer, decompile, or disassemble the Toolkit; or (d) use the Toolkit to cause or contribute to a violation of any internationally recognized human right. \cf1\par
24
+ \cf0 2.3\tab \b No Other Licenses.\b0 In this Agreement, Intel does not license you to make, have made, sell or import anything or perform any patented process or method under any legal theory. Any other license from Intel requires additional consideration. Nothing in this Agreement requires Intel to grant any additional licenses.\par
25
+ 2.4\tab \b Feedback\b0 . If you give Intel information related to the Toolkit, Intel can use it in any way and disclose it to anyone, without payment or other obligation to you. \par
26
+ 2.5\tab\b Third-party Software.\b0 This Toolkit distribution may include software licensed directly to you by a third party. Your use of any third-party software is subject to your compliance with the third-party license. See the text files accompanying the Toolkit for any third party or additional Intel license terms.\par
27
+ 2.6\tab\b Open Source Licenses.\b0 Nothing in this Agreement limits any rights under, or grants rights that supersede or restrict, the terms of any applicable open source software license. \par
28
+
29
+ \pard\widctlpar\fi-360\li360\sb120\sa120\qj\b 3.\tab Ownership\b0 . Ownership of the Toolkit and related intellectual property rights is unchanged. You must maintain all copyright or other notices in the Toolkit.\par
30
+ \b 4.\tab No Warranty. The Toolkit is provided \ldblquote as is,\rdblquote without any express or implied warranty of any kind including warranties of merchantability, non-infringement, title, or fitness for a particular purpose. \cf2 The Toolkit may include pre-release software or algorithms and may not be fully functional. \cf0 Intel is not required to maintain, update, or support the Toolkit.\b0\par
31
+ \b 5.\tab Limit on Liability. Intel is providing the Toolkit for free. Use it at your own risk. Intel will not be liable to you under any legal theory for any losses or damages in connection with or related to the Toolkit, including consequential damages, even if the possibility of damages was foreseeable or known. If any liability is found, Intel\rquote s total, cumulative liability to you will not exceed $100.00 USD for all claims arising from or related to this Agreement. These liability limitations are a fundamental basis of bargain and Intel would not have entered into this Agreement without them.\b0\par
32
+
33
+ \pard\widctlpar\fi-360\li360\sb240\sa120\qj\b 6.\tab Indemnity.\b0 You will indemnify, defend, and hold Intel harmless from any allegation against Intel arising in connection with your use of the Toolkit and you will pay all of Intel\rquote s losses, liabilities, and costs (including attorneys\rquote fees) arising from any allegation. \par
34
+
35
+ \pard\widctlpar\fi-360\li360\sb120\sa120\qj\b 7.\tab Privacy and Data Collection\b0 .\fs24 \fs20\par
36
+
37
+ \pard\widctlpar\fi-306\li450\sb120\sa120\qj 7.1\tab\b Privacy\b0 . Intel respects your privacy. For information about why and how Intel may collect and use information from your use of the Toolkit see {{\field{\*\fldinst{HYPERLINK http://www.intel.com/privacy }}{\fldrslt{http://www.intel.com/privacy\ul0\cf0}}}}\cf4\ul\f1\fs20 .\cf0\ulnone\par
38
+ 7.2\tab\b Data Collection\b0 . Some Toolkit software may generate and collect information about the software and usage and transmit it to Intel to help Intel\rquote s products and services. This collected information may include product name, product version, time of event collection, license type, support type, installation status, hardware and software performance and use. \par
39
+
40
+ \pard\widctlpar\fi-360\li360\sb120\sa120\qj\b 8.\tab General\b0\par
41
+
42
+ \pard\widctlpar\fi-302\li446\sb120\sa120\qj 8.1\tab \b Compliance with Export Laws\b0 . The materials are subject to export controls under applicable government laws and regulations, including in the U.S. You must: a) comply with applicable laws and regulations and obtain any necessary authorizations; b) not export, import, or transfer the materials to any prohibited or sanctioned country, person, or entity; or c) not use the materials for the development, design, manufacture, or production of nuclear, missile, chemical, or biological weapons.\par
43
+ 8.2\tab\b Governing Law; Jurisdiction\b0 . This Agreement is governed by USA and Delaware law without regard to conflict of laws principles. The United Nations Convention on Contracts for the International Sale of Goods does not apply. All disputes and actions arising out of or related to this Agreement are subject to the exclusive jurisdiction of the state and federal courts in Wilmington, Delaware and you consent to personal jurisdiction in those courts.\par
44
+ 8.3\tab\b Severability\b0 . If a court holds a provision of this Agreement unenforceable, the court will modify that part to the minimum extent necessary to make that part enforceable or, if necessary, to sever that part. The rest of the provision remains fully enforceable. \par
45
+ 8.4\tab\b Waiver\b0 . No waiver of any provision of this Agreement will be valid unless in a writing signed by an authorized representative of Intel that specifies the waived provision. That signed waiver will not constitute a waiver of any other provision. The failure in enforcing any provision will not operate as a waiver. \par
46
+ 8.5\tab \b Assignment\b0 . You may not assign your rights or obligations under this Agreement without Intel\rquote s prior written consent.\par
47
+ 8.6\tab\b Entire Agreement\b0 . This Agreement constitutes the entire agreement and supersedes all prior agreements or dealings between Intel and you concerning its subject matter.\par
48
+
49
+ \pard\widctlpar\fi-360\li360\sb120\sa120\qj\b 9.\tab Term, Termination, Survival\par
50
+
51
+ \pard\widctlpar\fi-302\li446\sb120\sa120\qj\b0 9.1\tab\b Term\b0 . This Agreement begins upon your acceptance of its terms and continues until terminated under Section 9.2. \b\par
52
+ \b0 9.2\tab \b Termination\b0 . This Agreement will automatically terminate upon your breach of the Agreement or an allegation that you do not have authority to bind your employer to these terms.\b\par
53
+ \b0 9.3\tab\b Effect of Termination\b0 . Upon termination of the Agreement, the license to you will immediately terminate. You must cease utilizing the Toolkit and destroy all copies in your possession. \b\par
54
+ \b0 9.4\tab\b Survival\b0 . All sections except Section 2.1 (license) survive termination of this Agreement.\b\par
55
+
56
+ \pard\widctlpar\li144\sb120\sa120\qj\b0\par
57
+
58
+ \pard\widctlpar\fi-302\li446\sb120\sa120\qj\cf5\par
59
+ \cf0\fs24\par
60
+ }
61
+
@@ -0,0 +1,163 @@
1
+ Intel(R) OpenVINO(TM) Distribution License (Version May 2021)
2
+
3
+ This License Agreement ("Agreement") is a contract between you
4
+ and Intel Corporation and its affiliates ("Intel"). It governs
5
+ your use of the Intel(R) Distribution of OpenVINO(TM) Toolkit.
6
+ If you are accepting this Agreement on behalf of your employer,
7
+ you represent and warrant you have the authority to bind your
8
+ employer to these terms. By downloading, installing, or using the
9
+ Toolkit, you agree to these terms. If you do not agree, do not use
10
+ the Toolkit, and destroy all copies.
11
+
12
+ 1. Definitions.
13
+ 1.1 "Confidential Information" means any information
14
+ from Intel identified as confidential as well as the
15
+ following whether or not marked as confidential, and
16
+ code for OpenVINO which is provided as early access or
17
+ pre-release.
18
+ 1.2 "including" means including but not limited to, whether
19
+ or not capitalized.
20
+ 1.3 "Toolkit" means any component of the Intel(R)
21
+ Distribution of OpenVINO(TM) Toolkit in unmodified form
22
+ as provided by Intel, including software, any updates,
23
+ and new versions of the software from Intel, and the
24
+ accompanying documentation.
25
+ 1.4 "Redistributables" means any Intel copyrighted Toolkit
26
+ component identified in an accompanying text file (i.e.
27
+ redist.txt) as redistributable.
28
+ 1.5 "you or your" means you or you and your employer,
29
+ whether or not capitalized.
30
+
31
+ 2. License.
32
+ 2.1 License. Subject to this Agreement, Intel grants to you,
33
+ for the term, a worldwide, nonexclusive,
34
+ nontransferable, non-sublicensable, revocable, fully
35
+ paid-up license to:
36
+ (a) use the Toolkit in your workplace;
37
+ (b) modify source code of the Toolkit; and
38
+ (c) distribute an object code version of the
39
+ Redistributables under terms at least as restrictive
40
+ as the terms in this Agreement.
41
+ 2.2 Restrictions. Except as authorized by a license from
42
+ Intel or a third party open source license, you will not:
43
+ (a) disclose Confidential Information to anyone who
44
+ does not have a specific need to know the Confidential
45
+ Information to exercise the rights granted in Section
46
+ 2.1; (b) use or modify the Toolkit in any other way; (c)
47
+ reverse engineer, decompile, or disassemble the
48
+ Toolkit; or (d) use the Toolkit to cause or contribute to a
49
+ violation of any internationally recognized human right.
50
+ 2.3 No Other Licenses. In this Agreement, Intel does not
51
+ license you to make, have made, sell or import anything
52
+ or perform any patented process or method under any
53
+ legal theory. Any other license from Intel requires
54
+ additional consideration. Nothing in this Agreement
55
+ requires Intel to grant any additional licenses.
56
+ 2.4 Feedback. If you give Intel information related to the
57
+ Toolkit, Intel can use it in any way and disclose it to
58
+ anyone, without payment or other obligation to you.
59
+ 2.5 Third-party Software. This Toolkit distribution may
60
+ include software licensed directly to you by a third
61
+ party. Your use of any third-party software is subject to
62
+ your compliance with the third-party license. See the
63
+ text files accompanying the Toolkit for any third party or
64
+ additional Intel license terms.
65
+ 2.6 Open Source Licenses. Nothing in this Agreement limits
66
+ any rights under, or grants rights that supersede or
67
+ restrict, the terms of any applicable open source
68
+ software license.
69
+
70
+ 3. Ownership. Ownership of the Toolkit and related
71
+ intellectual property rights is unchanged. You must
72
+ maintain all copyright or other notices in the Toolkit.
73
+
74
+ 4. No Warranty. The Toolkit is provided "as is," without
75
+ any express or implied warranty of any kind including
76
+ warranties of merchantability, non-infringement, title,
77
+ or fitness for a particular purpose. The Toolkit may
78
+ include pre-release software or algorithms and may not
79
+ be fully functional. Intel is not required to maintain,
80
+ update, or support the Toolkit.
81
+
82
+ 5. Limit on Liability. Intel is providing the Toolkit for free.
83
+ Use it at your own risk. Intel will not be liable to you
84
+ under any legal theory for any losses or damages in
85
+ connection with or related to the Toolkit, including
86
+ consequential damages, even if the possibility of
87
+ damages was foreseeable or known. If any liability is
88
+ found, Intel's total, cumulative liability to you will not
89
+ exceed $100.00 USD for all claims arising from or
90
+ related to this Agreement. These liability limitations are
91
+ a fundamental basis of bargain and Intel would not
92
+ have entered into this Agreement without them.
93
+
94
+ 6. Indemnity. You will indemnify, defend, and hold Intel
95
+ harmless from any allegation against Intel arising in
96
+ connection with your use of the Toolkit and you will pay
97
+ all of Intel's losses, liabilities, and costs (including
98
+ attorneys' fees) arising from any allegation.
99
+
100
+ 7. Privacy and Data Collection.
101
+ 7.1 Privacy. Intel respects your privacy. For information
102
+ about why and how Intel may collect and use
103
+ information from your use of the Toolkit see
104
+ http://www.intel.com/privacy.
105
+ 7.2 Data Collection. Some Toolkit software may generate
106
+ and collect information about the software and usage
107
+ and transmit it to Intel to help Intel's products and
108
+ services. This collected information may include
109
+ product name, product version, time of event
110
+ collection, license type, support type, installation status,
111
+ hardware and software performance and use.
112
+
113
+ 8. General
114
+ 8.1 Compliance with Export Laws. The materials are
115
+ subject to export controls under applicable government
116
+ laws and regulations, including in the U.S. You must: a)
117
+ comply with applicable laws and regulations and obtain
118
+ any necessary authorizations; b) not export, import, or
119
+ transfer the materials to any prohibited or sanctioned
120
+ country, person, or entity; or c) not use the materials for
121
+ the development, design, manufacture, or production of
122
+ nuclear, missile, chemical, or biological weapons.
123
+ 8.2 Governing Law; Jurisdiction. This Agreement is
124
+ governed by USA and Delaware law without regard to
125
+ conflict of laws principles. The United Nations
126
+ Convention on Contracts for the International Sale of
127
+ Goods does not apply. All disputes and actions arising
128
+ out of or related to this Agreement are subject to the
129
+ exclusive jurisdiction of the state and federal courts in
130
+ Wilmington, Delaware and you consent to personal
131
+ jurisdiction in those courts.
132
+ 8.3 Severability. If a court holds a provision of this
133
+ Agreement unenforceable, the court will modify that
134
+ part to the minimum extent necessary to make that part
135
+ enforceable or, if necessary, to sever that part. The rest
136
+ of the provision remains fully enforceable.
137
+ 8.4 Waiver. No waiver of any provision of this Agreement
138
+ will be valid unless in a writing signed by an authorized
139
+ representative of Intel that specifies the waived
140
+ provision. That signed waiver will not constitute a
141
+ waiver of any other provision. The failure in enforcing
142
+ any provision will not operate as a waiver.
143
+ 8.5 Assignment. You may not assign your rights or
144
+ obligations under this Agreement without Intel's prior
145
+ written consent.
146
+ 8.6 Entire Agreement. This Agreement constitutes the
147
+ entire agreement and supersedes all prior agreements
148
+ or dealings between Intel and you concerning its subject
149
+ matter.
150
+
151
+ 9. Term, Termination, Survival
152
+ 9.1 Term. This Agreement begins upon your acceptance of
153
+ its terms and continues until terminated under Section 9.2.
154
+ 9.2 Termination. This Agreement will automatically
155
+ terminate upon your breach of the Agreement or an
156
+ allegation that you do not have authority to bind your
157
+ employer to these terms.
158
+ 9.3 Effect of Termination. Upon termination of the
159
+ Agreement, the license to you will immediately
160
+ terminate. You must cease utilizing the Toolkit and
161
+ destroy all copies in your possession.
162
+ 9.4 Survival. All sections except Section 2.1 (license)
163
+ survive termination of this Agreement.
@@ -0,0 +1 @@
1
+  SOFTWARE LICENSE AGREEMENT
2
 
1
3
  APPENDIX A
2
4
  INTEL END USER SOFTWARE LICENSE AGREEMENT
3
5
  IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING.
4
6
  (a) Licensee may not disclose, distribute or transfer any part of the Software, and You agree to prevent unauthorized copying
5
7
  of the Software.
6
8
  (b) Licensee may not reverse engineer, decompile, or disassemble the Software.
7
9
  (c) Licensee may not sublicense the Software.
8
10
  (d) The Software may contain the software and other intellectual property of th ird party suppliers, some of which may be
9
11
  identified in, and licensed in accordance with, an enclosed license.txt file or other text or file.
10
12
  (e) Intel has no obligation to provide any support, technical assistance or updates for the Software.
11
13