donghoon

Results 8 issues of donghoon

I tried [2d-3d registration](https://github.com/SuperElastix/ElastixModelZoo/tree/master/models/Par0013) and have quite a few naive questions: First, while the 2d fixed image is "front view", the registered image is "side view". Is it an expected...

Hi, I am wondering if there is a way to change axes. For example, ```jl using Unitful using AxisArrays const μm = u"μm" const s = u"s" tmp = AxisArray(rand(1000,1000,2,2),...

Hi all, If NaN exists at the last row or column of an array, `warp` results in a wrong outcome: It seems to add more NaNs in the outcome array....

Hi, I was wondering if `mapwindow` can work with multi-threads. Best,

Hi, I get a StackOverflowError with `mapwindow`: ```jl julia> mapwindow(median!, rand(300,300,500), (1,1,11)) ERROR: StackOverflowError: Stacktrace: [1] CartesianIndex at ./multidimensional.jl:65 [inlined] [2] CartesianIndex at ./multidimensional.jl:68 [inlined] [3] CartesianIndex at ./multidimensional.jl:76 [inlined]...

When visualizing a high resolution image, ImageView seems quite slow (slower than ImageJ). To speed up, is it possible to limit the image resolution to that of monitor; but visualize...

Hi, My images was acquired by a Zeiss confocal microscope and saved images as ome.tiff. When I tried to load the file in julia, I got this error: ```jl julia>...

bug

I wish there is a "play loop" button. Maybe a "back and forth" looping button, and a "forward" looping button?.. Best,