Releases: ladisk/pyidi
Releases · ladisk/pyidi
v1.3.2
v1.3.1
What's Changed
Two major new features:
Upgraded selection interface
- Implemented in
SelectionGUIclass - Uses
pyqtgraphto display image and points without lag - Uses pyqt6 (optional dependency)
- Has two modes:
- Selection mode: select points using a polygon, along the line, single point, brush
- Filter mode: filter the selected points based on some criterion. Currently implemented: Shi-Tomasi and gradient direction.
- Point retrieval methods:
get_selected_points(all points from selection mode) andget_filtered_points(points that were filtered).
Result viewer
- Implemented in
ResultViewerclass - Uses
pyqtgraphto display image and points without lag - Uses pyqt6 (optional dependency)
- Mode shape visualization
- Export to MP4 (with frame range and region selection)y
v1.2.0
What's Changed
- Tests for identification of displacements are upgraded to new API. by @itomac in #45
- Adding fiducial marker-based motion tracking and compensation by @LolloCappo in #46
- Add documentation for fiducial marker-based tracking and compensation by @LolloCappo in #47
- fix bugs requirements by @LolloCappo in #48
- DDIC testing by @ThijsIllimited in #49
- Multiprocessing in shell, fixing temp_files for analysis resume by @klemengit in #50
Full Changelog: v1.1.1...v1.2.0
v1.1.1
v1.1.0
What's Changed
- Generalizing API (mraw -> frames, added get_frames method) by @klemengit in #42
Full Changelog: v1.0.1...v1.1.0