Skip to content

Releases: groussea/opyflow

1.7 opyf Release

26 Apr 15:36
Compare
Choose a tag to compare

Correction of a bug in the stabilization process.

1.6 opyf Release

29 Jan 15:34
Compare
Choose a tag to compare

1.5 opyf Release

30 May 21:37
Compare
Choose a tag to compare

Opyf python package 1.5 release

1.3 opyf Release - fixing bugs, RAM mgmt and LSPIV

10 Apr 17:55
Compare
Choose a tag to compare

1.3 opyf Release - fixing bugs, RAMmgmt and LSPIV

  • RAM management improved
  • Large Scale Particle Image Velocimetry (LSPIV) tools (stabilization, orthorectification or bird eye view transformation) + guide
  • minor bug fixes

Opyf v1.2

28 Apr 13:25
Compare
Choose a tag to compare

Opyf v 1.2

With Opyf 1.2 it is now possible to manipulate frame sequences (sequence of image files such as jpeg, png or tiff) and videos as similar objects.

The Class Analyzer is introduced with two subclass videoAnalyzer and frameSequenceAnalyzer.

To load a frame sequence or a video to analyze, the following script may be employed:

For a frame sequence:

analyzer=opyf.frameSequenceAnalyzer("folder_toward_images")

For a video:

analyzer=opyf.frameSequenceAnalyzer("video_file_path")

Information such as the velocitmetry processing parameters or the geometry of grid to interpolate on, are stored in the analyzer object.

Both frame sequences and videos Analyzer objects can be treated similarly.

Example:

analyzer.set_opticalFlowParams(maxLevel=2)

The project is now packaged in PyPI and can be installed directly by running the following command on your terminal:

pip install opyf

Additionally, it is now possible to perform bird eye view transformation and cancel the noise due to hand shaking for measuring flows from home movies.

Coming : tutorials for performing an entire analysis

Opyf v1.1

28 Apr 10:27
Compare
Choose a tag to compare

Opyf v 1.1

With Opyf 1.1 it is now possible to manipulate frame sequences (sequence of image files such as jpeg, png or tiff) and videos as similar objects.

The Class Analyzer is introduced with two subclass videoAnalyzer and frameSequenceAnalyzer.

To load a frame sequence or a video to analyze, the following script may be employed:

For a frame sequence:

analyzer=opyf.frameSequenceAnalyzer("folder_toward_images")

For a video:

analyzer=opyf.frameSequenceAnalyzer("video_file_path")

Information such as the velocitmetry processing parameters or the geometry of grid to interpolate on, are stored in the analyzer object.

Both frame sequences and videos Analyzer objects can be treated similarly.

Example:

analyzer.set_opticalFlowParams(maxLevel=2)

The project is now packaged in PyPI and can be installed directly by running the following command on your terminal:

pip install opyf

Additionally, it is now possible to perform bird eye view transformation and cancel the noise due to hand shaking for measuring flows from home movies.

Coming : tutorials for performing an entire analysis

Opyflow v1.0

17 May 13:34
Compare
Choose a tag to compare
Opyflow v1.0 Pre-release
Pre-release
Merge branch 'master'