Image Registration of Heterogeneous Scans
Show older comments
Dear community,
Please help me to register in 'rigid' setup two images of rocks grains obtained by two different microscopy methods. I tried to accomplish the task with the following code by had wrong registration result:
[optimizer, metric] = imregconfig('multimodal')
optimizer.InitialRadius = 1e-5;
optimizer.Epsilon = 1e-6;
optimizer.GrowthFactor = 1.0001;
optimizer.MaximumIterations = 130000;
movingRegistered = imregister(moving, fixed, 'rigid', optimizer, metric);
imshowpair(fixed, movingRegistered,'diff','Scaling','joint');
What else can I try?
I appreciate your detailed reply.
1 Comment
Andrey Kazak
on 12 Dec 2016
Answers (1)
Andrey Kazak
on 14 Dec 2016
0 votes
Categories
Find more on Geometric Transformation and Image Registration in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
