フィルターのクリア

How can I align 3 images

1 回表示 (過去 30 日間)
Tezel
Tezel 2013 年 4 月 12 日
I divided one image into 3 sections and now I have to place the edged detected images b,g over the r
so once I align the 3 images from b,g,r (backward to front) I'm supposed to use color filters to create one colored image
How can I place the images over each other, what method do I need to implement?
Regards
  2 件のコメント
Image Analyst
Image Analyst 2013 年 4 月 12 日
Where did you upload the original image, and the three divided images?
Tezel
Tezel 2013 年 4 月 12 日
the original image was uploaded on matlab then I divided the original image into 3 using matlab functions
so i found the size of the picture, then i divided that picture into 3
part1 = b(1:341, 1:396); //b imshow(part1) part2 = b(341:683, 1:396); //g imshow(part2) part3 = b(683:1024, 1:396); //r imshow(part3)
so how can i align the following pictures from back to front
regards

サインインしてコメントする。

採用された回答

Tezel
Tezel 2013 年 4 月 12 日
the original image was uploaded on matlab then I divided the original image into 3 using matlab functions
so i found the size of the picture, then i divided that picture into 3
part1 = b(1:341, 1:396); //b imshow(part1) part2 = b(341:683, 1:396); //g imshow(part2) part3 = b(683:1024, 1:396); //r imshow(part3)
so how can i align the following pictures from back to front
regards

その他の回答 (1 件)

Tezel
Tezel 2013 年 4 月 13 日
anyobdy?
  3 件のコメント
Tezel
Tezel 2013 年 4 月 14 日
sorry I accidentally clicked 'accepted answer'
here's a link to the picture
So i divided the picture below into 3
then I re sized the three
then I used a simple function to detect the edges of all three
now I have to align them from back to front so later I can put color on them and create one colored image of the black and white image I posted.
How do I do this?
Regards
Image Analyst
Image Analyst 2013 年 4 月 14 日
We can't see the picture. All we get is a login screen. Try snag.gy or tinypic.com instead.

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by