sliding window on gradient image objects
显示 更早的评论
Sir, How to Compute Height of the each Gradient text block? Consider width (W) is also same as H, With these H and W, how to get one square block? and how to Move this square as a sliding window? after this for each sliding window, how to plot a histogram to choose highest peak. lastly Display all pixel in the highest peak as white pixels in the separate image. please give me a help in matlab code.....
5 个评论
Walter Roberson
2012-7-23
Why bother with creating one histogram per sliding window? Why not just use max() over the contents of the window?
Basavanna M
2012-7-23
Walter Roberson
2012-7-23
What exactly is to be histogrammed? A histogram is not appropriate for discovering the maximum of a set of values.
Basavanna M
2012-7-24
Walter Roberson
2012-7-24
You have to name what it is that you want to plot the histogram of
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Histograms 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!