| bio | website | fusion.corsis.eu |
|---|---|---|
| location | Heidelberg, Germany | |
| age | ||
| visits | member for | 1 year, 4 months |
| seen | 40 secs ago | |
| stats | profile views | 79 |
Research student in Optimum Experimental Design, part of the Heidelberg Graduate School of Mathematical and Computational Methods for the Sciences and the Interdisciplinary Center for Scientific Computing of the Heidelberg University.
Computational linguist by education and functional programmer by heart.
Developing happily in Haskell / C, F#, Mathematica.
Politically correctly speaking, really dislikes Java.
|
Apr 29 |
awarded | Enthusiast |
|
Mar 26 |
comment |
Automatically shrink stretched images back to their original dimensions @YvesKlett it is about a working examplery implementation in Mathematica but general answers with hints might also be useful. |
|
Mar 26 |
asked | Automatically shrink stretched images back to their original dimensions |
|
Feb 20 |
comment |
Maximum size of TIF files in Mathematica @AlexanderSchmitz ... or any options passed to .*[Ii]nstall.* functions being persisted across Mathematica sessions / restarts. See InstallJava: launches the Java runtime and prepares it to be used from Mathematica. |
|
Feb 20 |
comment |
Maximum size of TIF files in Mathematica @AlexanderSchmitz I strongly believe that you should NOT restart Mathematica after using ReinstallJava. Contrary to what its name may imply ReinstallJava works for the current session only and does not persist any custom options across Mathematica sessions. This is what I remember from the time I used NETLink to integrate .NET/WCF network services seamlessly: equivalent Uninstall/Install/Reinstall functions in NETLink work for the current session only; I had two separate Mathematica processes on the same machine and I could keep reinstalling NETLink in one without affecting the other ... |
|
Jan 21 |
awarded | Civic Duty |
|
Oct 25 |
awarded | Nice Question |
|
Mar 26 |
awarded | Suffrage |
|
Feb 19 |
awarded | Critic |
|
Feb 17 |
revised |
What is the fastest way to locate an image inside a larger image? edited title |
|
Feb 17 |
awarded | Commentator |
|
Feb 17 |
comment |
What is the fastest way to locate an image inside a larger image? I got Position2D to work if a binarize the images beforehand. |
|
Feb 17 |
comment |
What is the fastest way to locate an image inside a larger image? @David TransformationMatrix seems to be what you are looking for. |
|
Feb 17 |
comment |
What is the fastest way to locate an image inside a larger image? @Heike, updated the question with a final screenshot using ImageCorrelate. |
|
Feb 17 |
comment |
What is the fastest way to locate an image inside a larger image? @Szabolcs thank you for pointing output Binarize. |
|
Feb 17 |
revised |
What is the fastest way to locate an image inside a larger image? added 172 characters in body |
|
Feb 17 |
awarded | Scholar |
|
Feb 17 |
accepted | What is the fastest way to locate an image inside a larger image? |
|
Feb 17 |
revised |
What is the fastest way to locate an image inside a larger image? added 176 characters in body |
|
Feb 17 |
comment |
What is the fastest way to locate an image inside a larger image? Could you explain the inner workings of bbox? |