angle and edge pixel matrix in which according to angle i need to compute pixel difference based upon threshold value please anyone suggest
Show older comments
for i=1:256; for j=1:256; if angle(i,j)==0; t=1;k=256; for r=1:k; xm=e(i,j-r); xo=e(i,j); xn=e(i,j+r); if abs(xm-xo)<=t && abs(xn-xo)<=t; xm1=e(i,j-r); xn1=e(i,j+r); end end
1 Comment
Image Analyst
on 29 Jun 2016
Answers (0)
Categories
Find more on Object Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!