Statistics
RANK
168.594
of 295.673
REPUTATION
0
CONTRIBUTIONS
3 Questions
1 Answer
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20.262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.257
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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')...
meer dan 11 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 12 jaar ago | 1 answer | 0
1
answerMatlab 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...
bijna 12 jaar ago | 0
Question
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...
bijna 12 jaar ago | 1 answer | 0