-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Intensity based registration #104
Comments
They are fine and there are good packages that implement them. Check Tobias implemented the basic Thenevaz approach for full affines some Best, On Thu, 2016-06-30 at 07:53 -0700, tischi wrote:
|
I think it would be a very useful addition to the multiview reconstruction. I am actually looking into adding Tobias's code. Once I have the basic framework in place to support it (views need to be transformed and extended with an outofbounds prior to running the intensity-based method) we can easily add more intensity-based methods. |
Hi Stephan, |
...for now I decided to simply write a jython script in Fiji that uses the elastix binary with system calls. |
How many parameters are there, how hard is it to call? I would like to try to wrap it as well into the Multiview reconstruction ... |
I just started writing some code 2h ago :-) You have to specify the parameters via text files. |
...I think it works for 3-D data with the exact same code. |
Cool. May be you guys find a way to JNI call, or to dig slightly |
For me, this is too far outside my comfort-zone, but probably Stephan is more able! In general, from reading the manual, I feel that the elastix guys really know what they are doing and already implemented everything that is reasonable in the domain of intensity-based-registration. |
I think this might be the way to include it directly into java: |
@tischi great find! |
If possible it would be great to call it directly from java. Because if you use it via system calls you have to (for each time point and channel):
|
Well, we would have to write a JNI/JNA wrapper, which is relatively straight forward ... let's look into it! |
@StephanPreibisch I do not think so, did you have a look at the SimpleElastix project? |
Hi Stephan,
I was just wondering what your experience with intensity-based registration methods is, e.g. http://bigwww.epfl.ch/thevenaz/stackreg/?
Do you feel there is any chance that this would work on 3-D data or is it just too much computation?
Best, Christian
The text was updated successfully, but these errors were encountered: