Metadata-Version: 1.1
Name: background-rm
Version: 0.1.1
Summary: remove background from images
Home-page: https://github.com/impact27/background_rm
Author: Quentin Peter
Author-email: qaep2@cam.ac.uk
License: GPl v3
Description-Content-Type: UNKNOWN
Description: ## Synopsis
        
        This code match and subtract a background image
        
        ## Code Example
        
        Given an image "im" containing data and an image "background" containing only the background, 
        data=match_substract(im, background) extract the data.
        
        ## Motivation
        
        The background in UV images can be disturbing for measurments.
        
        ## Installation
        
        pip install .
        
        ## API Reference
        
        read docstrings
        
        ## Tests
        
        there is a test file
        
        ## Contributors
        
        qaep2
        
        ## License
        
        GPLv3
        
Keywords: background removal microfluidics
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
