The MATLAB polar coordinate is converted to the straight coordinate, which is very simple but does not get the correct data.

Source: Internet
Author: User

% Extract the Iris area from figure 1 and place it in the rectangle final14

Final14 = zeros (64,512); % defines a rectangle

For I = 1: 64
For J = 1:512
Rad = J * 2 * PI/512;
Xpos3 = round (I + R11) * Cos (RAD) + row11); % R11 is the inner circle radius, (row11, col11) is the original radius (inside and outer circle concentric)
Ypos3 = round (I + R11) * sin (RAD) + col11 );
Final14 (I, j) = final13 (xpos3, ypos3); % is final13, and figure 2 is final14. As shown in figure 2, fianl14 does not obtain the iris part in final13.

End

End

Figure 1

Figure 2

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.