File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ The ColorTransferLib is a library focused on color transfer, featuring a range o
7
7
8
8
![ ColorTransferLab_DataTypes_stretched] ( https://github.com/ImmersiveMediaLaboratory/ColorTransferLib/assets/15614886/adbcc0fc-46b6-4c97-82ec-8a5a27e203f0 )
9
9
10
-
11
10
## API
12
11
For seamless integration, adhere to the API specifications of the new color transfer algorithm, depicted in the Figure below.
13
12
@@ -23,18 +22,20 @@ The output should resemble a dictionary format, as outlined in Listing 3. A stat
23
22
24
23
## Installation
25
24
### Requirements
26
- Download the Models-Folder from [ here] ( https://potechius.com/Downloads/Models.zip ) and place it in the project's root directory.
27
- ```
25
+ (1) Download the Models-Folder from [ here] ( https://potechius.com/Downloads/Models.zip ) and place it in the project's root directory.
28
26
27
+ (2) Install the following packages:
28
+ ```
29
+ sudo apt-get install liboctave-dev
29
30
```
30
31
31
- Run the following commands once :
32
+ (3) Install the following octave package :
32
33
```
33
- sudo apt-get install liboctave-dev
34
34
pkg install -forge image
35
35
pkg install -forge statistics
36
36
```
37
- - To enable VSI
37
+
38
+ (4) Run the ` gbvs_install.m ` to make the evaluation metric VSI runnable:
38
39
```
39
40
user@pc:~/<Project Path>/ColorTransferLib/Evaluation/VIS/gbvs$ ocatve
40
41
octave:1> gbvs_install.m
You can’t perform that action at this time.
0 commit comments