Metadata-Version: 2.1
Name: fast-pyfie
Version: 4.1.0.8
Summary: PyFIE - Python binding for FIE (FAST Image Engine)
Home-page: https://www.teldevice.co.jp/
Author: TOKYO ELECTRON DEVICE LIMITED
Author-email: FAST_IMAGE_ENG@teldevice.co.jp
License: Proprietary; for third-party licenses please see fvalg_reference/oss_license.html
Classifier: Programming Language :: Python :: 3
Classifier: License :: Other/Proprietary License
Classifier: Topic :: Scientific/Engineering :: Image Processing
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# PyFIE - Python binding for FIE (FAST Image Engine)

PyFIE は C言語関数のライブラリである FIE ライブラリ を、 
スクリプト言語 Python から利用するための Python パッケージです。
Python から C言語 への橋渡しを行うバインディングとして実装されており、 
FIE ライブラリに含まれる各関数を Python の関数として呼び出すことができます。

PyFIE を利用するためには [WIL](https://www.inrevium.com/product/wil/) または [FIE](https://www.inrevium.com/product/fie-for-linux-ftl-for-linux/) ライブラリのインストールが別途必要となります。
詳細はお問い合わせください。

PyFIE is Python bindings for FIE (FAST Image Engine), an image processing library written in C.
Each function in the FIE library can be called as a Python function.

To use PyFIE, installation of WIL or FIE library is required in addition to this package.
Please contact us for further information.
