フィルターのクリア

Anyone has bwconncomp source code? Or its algorithm

2 ビュー (過去 30 日間)
tabw
tabw 2014 年 8 月 10 日
コメント済み: Image Analyst 2014 年 8 月 10 日
I want to know the algorithm behind. However, edit .m just show some code but most of the code are missing. Anyone has the source code for bwconncomp?
Thanks
Or If you know the algorithm, please tell me. I Guess the basic principle is to check every pixel and its neighbor. Could anyone tell more?

回答 (1 件)

Ahmet Cecen
Ahmet Cecen 2014 年 8 月 10 日
C:\Program Files\MATLAB\R2013b\toolbox\images\images\private
is a good place to start. You might have to chase a lot of dependent functions though. For example, bwconncomp uses bwconncomp_2d and bwconncomp_nd, which in turn uses some other function etc. I am guessing you will eventually arrive at a core mex function.
  2 件のコメント
tabw
tabw 2014 年 8 月 10 日
YES, HOW TO open MEX FUNCTION?
Image Analyst
Image Analyst 2014 年 8 月 10 日
Get a job at The Mathworks. The Mathworks does open their mex file source code to the general public.

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

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by