pyfast 4.13.0__cp36-abi3-win_amd64.whl → 4.14.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 (32) hide show
  1. fast/bin/FAST.dll +0 -0
  2. fast/bin/InferenceEngineONNXRuntime.dll +0 -0
  3. fast/bin/InferenceEngineOpenVINO.dll +0 -0
  4. fast/bin/InferenceEngineTensorFlow.dll +0 -0
  5. fast/bin/InferenceEngineTensorRT.dll +0 -0
  6. fast/bin/UFFviewer.exe +0 -0
  7. fast/bin/_fast.pyd +0 -0
  8. fast/bin/jpeg62.dll +0 -0
  9. fast/bin/runPipeline.exe +0 -0
  10. fast/bin/systemCheck.exe +0 -0
  11. fast/bin/tiff.dll +0 -0
  12. fast/bin/zlib1.dll +0 -0
  13. fast/fast.py +418 -153
  14. fast/kernels/Algorithms/Draw/DrawCircle.cl +97 -0
  15. fast/kernels/Algorithms/ImageInverter/ImageInverter2D.cl +28 -0
  16. fast/kernels/Algorithms/SeededRegionGrowing/SeededRegionGrowing2D.cl +4 -3
  17. fast/kernels/Algorithms/SeededRegionGrowing/SeededRegionGrowing3D.cl +31 -9
  18. fast/kernels/Algorithms/SurfaceExtraction/SurfaceExtraction_no_3d_write.cl +4 -2
  19. fast/licenses/libjpeg-turbo/README.md +375 -0
  20. fast/licenses/zlib/LICENSE.md +19 -0
  21. fast/licenses/zlib/README.md +228 -0
  22. {pyfast-4.13.0.dist-info → pyfast-4.14.0.dist-info}/METADATA +6 -5
  23. {pyfast-4.13.0.dist-info → pyfast-4.14.0.dist-info}/RECORD +29 -25
  24. fast/bin/libjpeg.dll +0 -0
  25. fast/bin/zlib.dll +0 -0
  26. fast/licenses/zlib/README +0 -115
  27. /fast/kernels/Algorithms/ImageInverter/{ImageInverter.cl → ImageInverter3D.cl} +0 -0
  28. /fast/licenses/{LICENSE → tensorflow/LICENSE} +0 -0
  29. /fast/licenses/{THIRD_PARTY_TF_C_LICENSES → tensorflow/THIRD_PARTY_TF_C_LICENSES} +0 -0
  30. {pyfast-4.13.0.dist-info → pyfast-4.14.0.dist-info}/WHEEL +0 -0
  31. {pyfast-4.13.0.dist-info → pyfast-4.14.0.dist-info}/entry_points.txt +0 -0
  32. {pyfast-4.13.0.dist-info → pyfast-4.14.0.dist-info}/top_level.txt +0 -0
fast/bin/FAST.dll CHANGED
Binary file
Binary file
Binary file
Binary file
Binary file
fast/bin/UFFviewer.exe CHANGED
Binary file
fast/bin/_fast.pyd CHANGED
Binary file
fast/bin/jpeg62.dll ADDED
Binary file
fast/bin/runPipeline.exe CHANGED
Binary file
fast/bin/systemCheck.exe CHANGED
Binary file
fast/bin/tiff.dll CHANGED
Binary file
fast/bin/zlib1.dll ADDED
Binary file