Skip to content

Commit 524440e

Browse files
authored
Update README.md
1 parent edb7b29 commit 524440e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Diff for: README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Visual-Information-Fidelity (VIF) - Python
22

33
This repository contains python implementation of steerale pyramid version of Visual Information Fidelity (VIF) proposed in [1]
4-
This is a replication of MATLAB version released by the authors of [1] which is available [HERE](http://live.ece.utexas.edu/research/Quality/ifcvec_release.zip)
4+
This is a replication of MATLAB version released by the authors of [1] which is available [HERE](http://live.ece.utexas.edu/research/Quality/ifcvec_release.zip).
55

66
## Dependencies
7+
1) Python (>=3.5)
8+
2) Steerable Pyramid Toolbox (PyPyrTools) [link](https://github.com/LabForComputationalVision/pyPyrTools)
9+
10+
## Usage
11+
Let imref and imdist denote reference and distorted images respectively. Then the VIF value is calculated as
12+
VIF = vifvec(imref, imdist)
13+
14+
A demo code is provided in test.py for testing purposes

0 commit comments

Comments
 (0)