Pranit Patil
自 2018 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
I read an rgb image i wanted the histogram of the image but when i gave the command imhist('xyz.jpg') it gave me error by plotting just the x -y axis and not the graph in it.It was totally white.The image is already in uint8 type ,how do i solve it ?
I=imread('v.jpg'); imshow(i) figure; imhist(i)
6 years 前 | 0 个回答 | 0
0
个回答已回答
"double" vs. "uint8" input using "imshow" function
I read an rgb image i wanted the histogram of the image but when i gave the command imhist('xyz.jpg') it gave me error by plotti...
"double" vs. "uint8" input using "imshow" function
I read an rgb image i wanted the histogram of the image but when i gave the command imhist('xyz.jpg') it gave me error by plotti...
6 years 前 | 0