edge pixel frequency of image
1 次查看(过去 30 天)
显示 更早的评论
How is edge pixel frequency of an image found?
0 个评论
采纳的回答
Image Analyst
2021-6-5
I never heard of it. Seems like maybe you have, and that maybe it's defined in some paper. If I had to guess, I'd call imgradient() and threshold to get a map of where edges are. And then get the area fraction of the edge pixels to see what percentage of the entire image it is.
4 个评论
Image Analyst
2021-6-5
I have no idea. "Pixel frequency" is very vague. Each pixel shows up exactly once in the image so the frequency of every pixel is one over the number of pixels in the image. If you want to group some pixels together, like based on their value or something, then you will get a frequency of occurrence of those values by doing a histogram. I can't really say anymore unless you make it less vague.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!