필터 지우기
필터 지우기

Can "imregcorr" perform image registration on 3-D RGB images?

조회 수: 9 (최근 30일)
Benjamin Hezrony
Benjamin Hezrony 2022년 11월 18일
댓글: Aritra 2023년 2월 16일
Hello MathWorks Community!
On the following page, it is said that "imregcorr" can be used to register 3-D RGB images:
However, there is no mention of this on the page for "imregcorr". When I try to register 3-D RGB images using the function, the command window displays an error saying that I have the wrong input dimensions.
Has anyone been able to get 3-D image registration working with "imregcorr"? For reference, my MATLAB version is 2022a. I am currently updating to 2022b, which contains the neat sounding "imregmoment" function.
Best regards,
Ben

답변 (1개)

Aritra
Aritra 2022년 11월 21일
Hi Benjamin,
The imregcorr function is used for estimating geometric transformations for 2D images. However, you can use the imregtform function for estimating the geometric transformation for registering 3D RGB images.
For detail, please see this MathWorks documentation below for more information on image registrations:
https://in.mathworks.com/help/images/image-registration.html?s_tid=CRUX_lftnav
  댓글 수: 2
Benjamin Hezrony
Benjamin Hezrony 2022년 11월 29일
Hi Aritra,
Thank you! That leaves the question, what is the following webpage referring to when it says that “imregcorr” can be used on 3-D RGB images?
https://www.mathworks.com/help/medical-imaging/ug/medical-image-registration.html
Might it be an upcoming feature?
Regards, Ben
Aritra
Aritra 2023년 2월 16일
Hi Benjamin,
3D-RGB images means RGB images. In the Medical Image Registration page, wherever support for RGB images is to be specified, it is mentioned as 3-D RGB images. And wherever support for volumes is to be specified, it is mentioned as 3-D intensity volume. This helps in proper differentiation between the two terms. The imregcorr function can be used for both grayscale and RGB images.
For more details you can refer to the Input Arguments section of the imregcorr function.

댓글을 달려면 로그인하십시오.

카테고리

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