Cropping image via matrix into doughnut shape

1 次查看(过去 30 天)
Hi there,
I want to create a composite image which requires cropping multiple images into one.
For this experiment, I have taken two images with different camera filters hence one image is brighter than the other. I would like to crop a doughnut shaped at the white board for the first image, and use the center of the second image.
In theory it should look something like this,
I am required to scale the matrix of the individual pixels due to the use of different filters, hence my supervisor has told me it should be done in matrix form rather than cropping via paint or something.
Due to my limited matlab experience, I currently only know how to translate the image into matrix form, but do not to extract data from it. imread(.jpg)
Thanks in advance! Any help is appreciated.

采纳的回答

Image Analyst
Image Analyst 2017-2-11
You need to copy and paste a specific region from one image onto another. See my attached copy and paste demos.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Processing and Computer Vision 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by