jterrace / pyssim

A Python module for computing the Structural Similarity Image Metric (SSIM)
MIT License
339 stars 62 forks source link

How to use it in python source code #19

Closed mothman1 closed 8 years ago

mothman1 commented 8 years ago

I'm new to python and I would like to use pyssim in my code. I couldnt import pyssim as I get no module names pyssim, and I couldnt import ssim as I get no module named ssim.

Would you please tell me how to import pyssim and use it in my code?

jterrace commented 8 years ago

The module name is ssim. Did you install via pypi?

mothman1 commented 8 years ago

Thanks, the lib was installed successfully. It was my fault, I wasn't importing it properly - I managed to start using it now