Error using connectpoly

I am doing lab practical to connect subsample using connectpoly.I follow the code written in the manual and require to understand how it works.But it has error.The necessary .p file already included but to no avail.
Can someone explain to me why?
Below is part of the code cn = connectpoly(s(:,1),s(:,2)); g2 = bound2im(cn,M,N,min(s(:,1)),min(s(:,2))); figure(1);subplot(2,3,6);imshow(g2) title('connected subsample')
The error is as follow :
??? Undefined function or method 'intline' for input arguments of type 'double'.
Error in ==> C:\Users\user\Documents\MATLAB\Lab Exe 6\connectpoly.p>connectpoly at 25
Error in ==> q1 at 38 cn = connectpoly(s(:,1),s(:,2));

 採用された回答

Oleg Komarov
Oleg Komarov 2011 年 4 月 23 日

0 投票

Intline should be supplied with the DIPUM TB, if it is missing just google it.

2 件のコメント

khai chiew
khai chiew 2011 年 4 月 23 日
do u mean to download that intline?
khai chiew
khai chiew 2011 年 4 月 23 日
i have solved it.thanks.

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeDownloads についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by