Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

intreg in SearchOuterBoundary.m #5

Open
hixiaye opened this issue Feb 15, 2023 · 3 comments
Open

intreg in SearchOuterBoundary.m #5

hixiaye opened this issue Feb 15, 2023 · 3 comments

Comments

@hixiaye
Copy link

hixiaye commented Feb 15, 2023

Hi,
Is the code "intreg = [2/6 4/6; 8/6 10/6]*pi; % integration region, avoiding eyelids" wrong?
I think it should be like "intreg = [0 1/4; 3/4 1]*pi;".
Because in the image of matlab, the angles [2/6 4/6; 8/6 10/6]*pi are the upper and lower parts of the pupil, which does not avoid eyelids.
Correct me if I'm wrong, thanks.

@Qingbao
Copy link
Owner

Qingbao commented Mar 1, 2023

I don't recall. Have you tried "intreg = [0 1/4; 3/4 1]*pi;"? what was the result?

@hixiaye
Copy link
Author

hixiaye commented Mar 3, 2023

I don't recall. Have you tried "intreg = [0 1/4; 3/4 1]*pi;"? what was the result?

Yes, iris can be identified.

@Qingbao
Copy link
Owner

Qingbao commented Mar 3, 2023

Great, you can raise a PR if you like. And what was the comparison result?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants