Login  Register

Re: TrakEM: When are mipmaps necessary?

Posted by Saalfeld, Stephan on May 03, 2015; 2:52am
URL: http://imagej.273.s1.nabble.com/TrakEM-When-are-mipmaps-necessary-tp5012681p5012683.html

If you mean elastic montage then you would need no mipmaps, just for
final rendering (generating the scale levels costs almost nothing).  If
you mean elastic alignment across layers then you will need the mipmaps
before because it will use them to save time loading images.

Do you know this project?

https://github.com/saalfeldlab/parallel-elastic-alignment

It's pretty messy but may have a lot of code that you could reuse.

Best,
Stephan



On Sat, 2015-05-02 at 19:16 -0700, tmacrina wrote:

> Hey guys,
>  
> I'm working through implementing this pipeline in TrakEM (right now, using
> Jython and building from  Albert's script
> <http://fiji.sc/TrakEM2_Scripting#Create_a_TrakEM2_project_for_fast_visualization.2C_without_mipmaps>  
> on the project website):
> 1. Import images
> 2. Apply CLAHE filter to patches
> 3. Elastically align layers
> 4. Export transformed layers as images
>  
> When should I generate/regenerate mipmaps? Is is possible to get through
> that process without generating mipmaps at all?
>  
> Thanks for the help!
>  
> Tommy
>
>
>
> --
> View this message in context: http://imagej.1557.x6.nabble.com/TrakEM-When-are-mipmaps-necessary-tp5012681.html
> Sent from the ImageJ mailing list archive at Nabble.com.
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html