photo

VENKATESAN


Université Catholique de Louvain

自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


How can I write an image mat array (class:double) of values ranging from -182000 to 137081 into gray/color image file using 'imwrite' function? Because using the below code misses so many pixels in the final image.
load CT; colormap(jet); figure, imagesc(sum_CT); set(gca,'XTickLabel',[],'YTickLabel',[]); imwrite(sum_CT,'CT.bmp', 'bmp')...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How to coregister two 2D images of size 2048x2048?
The region of interest is shifted in one of the images. In the other image, the region of interest is at the center of the image...

11 years 前 | 1 个回答 | 0

1

个回答

已回答
Matlab imshow() not showing the image properly
Your path length looks very big. Don't use hyphen (-) symbol in your folders, instead u can use underscore. Try this.. Because t...

11 years 前 | 0

提问


How can I resize a rectangular image of size 1280x512 to a square image of size (2048x2048)? I have used the following code. Is it correct or is there any other better methods to perform resizing?
% First read the image I of size (1280x512) using imread, then used imresize to change the size of I to (2048x2048) and used i...

11 years 前 | 1 个回答 | 0

1

个回答