Metadata-Version: 2.1
Name: pixanalyzer
Version: 0.2.0
Summary: Analyzing pixcel change from movies to evaluate deformation of objects
Home-page: https://github.com/HMYamano/PixAnalyzer
Author: Hayato M Yamanouchi
Author-email: haya.m.yamano.neuro@gmail.com
License: MIT
Keywords: Neuroscience,Biology,Evaluation
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE

# PixAnalyzer
<!-- ![Logo](img/logo.png) -->
<img src="img/logo.png" width="30%">

PixAnalyzer is a tool for quantifying the motion of objects.
It calculates pixel changes and quantifies the overall motion, which cannot be quantified by tracking or object recognition.




## Installation

#### Step1: Clone this repository

#### Step2: Install [Anaconda](https://www.anaconda.com)

#### Step3: Build an environment using the yaml file

In Anacnda prompt
```
  conda env create -f <path/to/environment.yml>
```

#### Step4: Start PixAnalyzer

In Anacnda prompt
```
  conda acitate pixanalyzer
  cd PixAnalyzer # Move to PixAnalyzer directory
  python -m pixanalyzer
```

    
## Demo

In the "test data" folder, there are analyze demo.mp4 and result.mp4 and other figures.
## Acknowledgements
 We thanks for PhD. Ryoya Tanaka for discussing.



## Release Note
- 2023/10/XX First release (Ver. 1.0)
## Feedback

If you have any feedback, please reach out to us by:

- Opening an issue in the repository

- E-mail: haya.m.yamano.neuro@gmail.com


## License

[MIT](https://choosealicense.com/licenses/mit/)

