
Last week I talked about displaying gray-scale and binary images. In that post, I showed how to control the grayscale range. For example, the call imshow(I,[0.4 0.6]) displays the matrix I as a... 続きを読む >>
Note
Steve on Image Processing with MATLAB has been archived and will not be updated.
Last week I talked about displaying gray-scale and binary images. In that post, I showed how to control the grayscale range. For example, the call imshow(I,[0.4 0.6]) displays the matrix I as a... 続きを読む >>
In my previous posts (February 9, February 22, and February 29), I discussed the truecolor and indexed image display models in MATLAB, as well as the direct and scaled variations of indexed display. The Image Processing Toolbox has conventions for two additional image display models: grayscale and binary. These conventions are used by the MATLAB image display function imshow, which originated in the Image Processing Toolbox.... 続きを読む >>
In my last post on pixel colors, I described the truecolor and indexed image display models in MATLAB, and I promised to talk to soon about a third model. That model is the scaled indexed image, a... 続きを読む >>
ContentsMATLAB image display - truecolor and indexed imagesTruecolor imagesIndexed imagesMATLAB image display - truecolor and indexed imagesLast time I posed this question: How does MATLAB associate... 続きを読む >>
Here's a quick quiz for you: How bright are these pixel values?252 252 253 254 255 252 252 253 254 254 252 252 253 253 254 252 252 253 253 254 252 252 253 ... 続きを読む >>
Ten years and a few days ago, I published my first blog post in this space. That is really hard for me to believe. It makes me reflect on the way technical people who work with computer technology... 続きを読む >>