Automatic Image Registration

Using mutual information for users with no access to IP toolbox.

您现在正在关注此提交

Functions for aligning images by rotation and translation:
im_reg_MI.m
MI2 - calculating Mutual information
joint_h - calculating Joint histogram

Mutual information is calculated using joint histogram calculation between two images.

rotate_image.m function by Ohad Gal is used. DO NOT FORGET DOWNLOAD THE FILE:http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=4071&objectType=FILE

Users having access to IP toolbox can download image_registr_MI.zip which uses IMROTATE function and has an option to crop the image to save computation time.

For each angle of rotation all translation parameters are checked.

NOTE - the images must have correct relative sizes with respect to each other (no resizing is incorporated in this registration)

Please e-mail if you have problems!

引用格式

Kateryna Artyushkova (2026). Automatic Image Registration (https://ww2.mathworks.cn/matlabcentral/fileexchange/4534-automatic-image-registration), MATLAB Central File Exchange. 检索时间: .

致谢

参考作品: Rotate Image

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0

Add instruction to downlaod rotate_image file