Skip to content

Question: multiple warping?/ optimization of deformation? #23

Description

@mdhe1248

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions