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
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
Basavanna M 2012년 7월 23일
sir, how to implement the sliding window on gradient image and how to plot histogram for each sliding window? please....
Walter Roberson
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
Basavanna M 2012년 7월 24일
for each sliding window how to plot histogram?
Walter Roberson
Walter Roberson 2012년 7월 24일
You have to name what it is that you want to plot the histogram of

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Histograms에 대해 자세히 알아보기

제품

질문:

2012년 7월 22일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by