-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* lengelen-master: last touches to the multiplane calibration - the main changes were eventually inside py_bind/calibration.pyx - we allowed a bit more relaxed convergence, that was (rightfully so) failing on multi-parameter optimisation. actually it brings an idea that we shall just run a full cycle of calibrations, change first only positions, then without changing positions, only angles, and so on, including additional parameters which are marked, but not all at once - since optimisation fails - but one by one, in a loop. of course a loop can be double directed by finishing and revisiting it few times. that's the right way to compare flags all imread are back to skimage.io imageio is slower than skimage.io for imread flags failed as it's not True, it's either 0 or 1 removed obsolete try ... except changed .crd .fix to write only matched points fixed the missing cal_points - that appears if the previous Initial guess wasn't pressed testing a smaller calibration set to find the reason for wrong .crd and .fix fixed old bug that didn't copy man_ori.dat in parameters folder inside fine orientation - for each camera, if the flag is on, read and prepare, otheriwse just take whatever is there some progress - the Load images now also checks if multi params and then sends it with the raw_orient_true to the Fine Orientation directly fixed some old bug with the active params - apparently not always the "last" multiplane folder was the one used in the calibration i moved all the multi plane calibration part inside the calibration gui, in the fine_orientation (that's what we're doing in reality) - we assume we have a good initial guess from each plane - we shall anyhow start from a good initial guess by copying one of the planes (central one?) into the multi_plane folder calibration, and not start from nothing - removed pyc again smal things in parameters, ptv and calibration_gui no message Update multiplane # Conflicts: # pyptv/ptv.py # pyptv/pyptv_gui.py
- Loading branch information
Showing
6 changed files
with
306 additions
and
187 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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import random | ||
|
||
import numpy as np | ||
from scipy.misc import imread | ||
from skimage.io import imread | ||
|
||
|
||
class Sequence(): | ||
|
Oops, something went wrong.