Metadata-Version: 2.1
Name: mlx9064x-blob-detection
Version: 1.1
Summary: Blob detection for MLX90640-41
Home-page: https://github.com/melexis-fir/mlx9064x-blob-detection-py
License: Apache License, Version 2.0
Download-URL: https://github.com/melexis-fir/mlx9064x-blob-detection-py/archive/V1.1.tar.gz
Description: # Intro
        
        This is a python blob detection example for the MLX90640 and MLX90641.  
        It is using opencv functions for the blob detection.
        
        
        ## Dependencies
        
        - Python3
        - mlx9064x-driver
        - NumPy
        - opencv
        
        ## Getting started
        
        ```sh
        pip install mlx9064x-blob-detection
        ```
        
        Run the demo.
        
        ```bash
        mlx9064x_blob_detection <comport>
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
