laplacian_blending.feature 607 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# Test to see behaviour of Laplacian blending

Feature: Laplacian blending

    Scenario Outline: Laplacian blending
        When I launch videostitch-cmd with laplacianBlending/<test>.ptv and "-d 0 -f 0 -l 0"
        Then I expect the command to succeed
        When I compare laplacianBlending/<test>-out-0.jpg with laplacianBlending/Reference<test>-out-0.jpg
        Then I expect the comparison error to be less than 0.03

		Examples:
            | test        |
            | DestinoWide |
            | Fountain    |
            | RaceBoat    |
            | Rafting     |
            | Scuba       |