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年以上 前 | 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年以上 前 | 0