Hi Tim and Cody,
I am wondering how I can perform "two-step" registration. I first want to register images with a coarse grid size. Then, I want to use a high grid size for the second registartion. My strategy was to re-register warped images. Tim mentioned that we don't have to register images twice. There are something about optimization and initial guess. If I understood correctly, the deformations from the first registration can be used as an initial guess in the second registration.
After registration, I examined mon.
julia> mon[1]
Dict{Symbol,Any} with 1 entry:
:u => 3x3x2 SharedArray{FixedSizeArrays.Vec{3,Float64},3}:…
I also obtained ϕs using griddeformations
u = load(fileout, "u")
ϕs = griddeformations(u, knots)
ϕs are deformations. How can I use the ϕs as an initial guess?
Hi Tim and Cody,
I am wondering how I can perform "two-step" registration. I first want to register images with a coarse grid size. Then, I want to use a high grid size for the second registartion. My strategy was to re-register warped images. Tim mentioned that we don't have to register images twice. There are something about optimization and initial guess. If I understood correctly, the deformations from the first registration can be used as an initial guess in the second registration.
After registration, I examined
mon.I also obtained ϕs using
griddeformationsϕsare deformations. How can I use theϕsas an initial guess?