フィルターのクリア

edge function

2 ビュー (過去 30 日間)
john
john 2011 年 4 月 5 日
コメント済み: Steven Lord 2017 年 5 月 11 日
Hello,
I want to make edgw detection with Laplacian zero crossing techniqus and I am using the following command [BW,threshold]=edge(img,’zerocross’,[],w); Does anybody know the exact syntax of this command?I think that I must use a filter in place of w.What kind of filter must be?
Thanks
  2 件のコメント
Alex Dashevsky
Alex Dashevsky 2017 年 5 月 11 日
Can you explain what "intensity" means ? What is stand for BW ? Black White ?
Steven Lord
Steven Lord 2017 年 5 月 11 日
BW is the first output from the edge function in Image Processing Toolbox. The first sentence in the Description describes the significance of 1's and 0's in BW.
See this documentation page, also in the Image Processing Toolbox documentation, for a description of what intensity means in the toolbox.

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

回答 (1 件)

the cyclist
the cyclist 2011 年 4 月 5 日
Have you tried reading the documentation: "doc edge"?
If that is not descriptive enough for your needs, you can look at the actual guts of the function by using "edit edge". (But be careful not to make changes and overwrite the file.)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by