Artificial Intelligence - هوش مصنوعی

Artificial Intelligence - هوش مصنوعی (http://artificial.ir/intelligence/)
-   شناسایی دست خط (Handwriting Recognition) (http://artificial.ir/intelligence/forum27.html)
-   -   پردازش تصویر Iris (http://artificial.ir/intelligence/thread17810.html)

nowroozi ۱۱-۱۶-۱۳۹۶ ۱۱:۱۳ بعد از ظهر

پردازش تصویر Iris
 
سلام
مشکلی که دارم اینه اصلا متوجه دستور این کد نمیشم
لطفا راهنماییم کنید

كد:

for i=1:length(data(:,1))
    bound1=[];
    for j=1:data(i,4)
        preb=[0,0,0,0];
        for k=1:data(i,3)
            if J2(data(i,2)+j-0.5,data(i,1)+k-0.5)==1
                if preb(1)==0
                    preb(1)=data(i,1)+k-0.5;
                    preb(2)=data(i,2)+j-0.5;
                else
                    preb(3)=data(i,1)+k-0.5;
                    preb(4)=data(i,2)+j-0.5;
                end
            end
        end
        if length(preb)==4
            bound1=[bound1;preb];
        end
    end
    bound=[bound;bound1];
    num=[num;length(bound1)];
end



زمان محلي شما با تنظيم GMT +3.5 هم اکنون ۰۳:۵۱ بعد از ظهر ميباشد.

Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.