필터 지우기
필터 지우기

Image Registration of Heterogeneous Scans

조회 수: 1 (최근 30일)
Andrey Kazak
Andrey Kazak 2016년 12월 12일
답변: Andrey Kazak 2016년 12월 14일
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개)

Andrey Kazak
Andrey Kazak 2016년 12월 14일
Can you suggest a method to register images without manually specificity a set of control points for images like this please?
Thank you.

카테고리

Help CenterFile Exchange에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by