-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from ljubicicrobert/develop
develop => master @ v0.3.1.4
- Loading branch information
Showing
6 changed files
with
210 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
[Updates] | ||
CurrentReleaseTag = v0.3.1.3 | ||
CurrentReleaseName = SSIMS_v0.3.1.3 | ||
CurrentReleaseDate = 2022-02-22 12:09:10.850825 | ||
LastCheckDate = 2022-02-22 12:09:10.850825 | ||
CurrentReleaseTag = v0.3.1.4 | ||
CurrentReleaseName = SSIMS_v0.3.1.4 | ||
CurrentReleaseDate = 2022-03-11 13:36:03.252079 | ||
LastCheckDate = 2022-03-11 13:36:03.252079 | ||
DisableUpdateCheck = 0 | ||
PauseDays = 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,12 @@ | |
import numpy as np | ||
import configparser | ||
from argparse import ArgumentParser | ||
from datetime import datetime | ||
|
||
__package_name__ = 'SSIMS: Preprocessing tool for UAV image velocimetry' | ||
__description__ = 'Preprocessing and video stabilization tool for UAS/UAV image velocimetry based on Structural Similarity (SSIM) Index metric' | ||
__version__ = '0.3.1.3' | ||
__version__ = '0.3.1.4' | ||
__status__ = 'beta' | ||
__date_deployed__ = '2022-02-21' | ||
__date_deployed__ = '2022-03-11' | ||
|
||
__author__ = 'Robert Ljubicic, University of Belgrade - Civil Engineering Faculty' | ||
__author_email__ = '[email protected]' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.