フィルターのクリア

Analyzing a large orthophoto block by block

3 ビュー (過去 30 日間)
IPlover
IPlover 2014 年 6 月 17 日
コメント済み: Image Analyst 2014 年 6 月 21 日
I am trying to apply an algorithm to an orthophoto (6560x5550x3). Since it has lot of details in it, i want to analyze it in parts. I've tried using "blockproc function" in MATLAB, but i am not able to get any block of original orthophoto.
If there is some other way apart from blockproc then please suggest.
Thanks

回答 (1 件)

Image Analyst
Image Analyst 2014 年 6 月 18 日
I don't know why. Can you explain why? Who cares if your algorithm have lots of details - just call nlfilter(). Any reason why nlfilter() can't do the job?
I also have some blockproc demos for you that I can attach, if I hear from you a good reason why you require blockproc().
  6 件のコメント
IPlover
IPlover 2014 年 6 月 21 日
Sir, The algorithm accounts for shadow, roof surface available (bright and not), roof features (i.e. chimneys or walls) and azimuthal angle of the buildings in the image. Basically, i am identifying only the rooftops of buildings.
I tried using blockproc_demos but it says out of memory everytime. I will try the normal scanning window approach.
Please tell me the new ones.
Image Analyst
Image Analyst 2014 年 6 月 21 日
That does not seem like a reason to use blockproc(). But whatever...good luck.

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by