cpselect doesn't show images

1 view (last 30 days)
Jeff Spector
Jeff Spector on 6 May 2013
Hi, I'm trying to register two images taken on two different CCD cameras. I know I can't do this with a simple linear transformation (rot. translate and scale) as there is a "warping" and different parts of the images overlap in different ways. I am hoping to auto matlab to do the image registration for me. When I load my images and run "cpselect" The two images come up as all black. they are 16-bit tiff files. They also come up all black when I scale them to be from 0 to 1. Any help would be greatly appreciated. I've looked at how to scale the images form [0 1] in other messages, but that did not help display mine correctly. thanks, -jeff

Answers (1)

Image Analyst
Image Analyst on 6 May 2013
Did you try imregister()?
You can display any image in any intensity range using [] in imshow():
imshow(yourImage, []);
  1 Comment
Jeff Spector
Jeff Spector on 6 May 2013
I am using R2010a. I don't think I have access to imregister. I will check around to find someone with a newer verison of MATLAB if that is what I need..

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!