-
Notifications
You must be signed in to change notification settings - Fork 1
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
Lts ldy #22
base: master
Are you sure you want to change the base?
Lts ldy #22
Conversation
minBoundingBox.m
Outdated
@@ -0,0 +1,63 @@ | |||
function bb = minBoundingBox(X) | |||
% compute the minimum bounding box of a set of 2D points |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Download from https://www.mathworks.com/matlabcentral/fileexchange/31126-2d-minimal-bounding-box
Author: Julien Diener, 2011 most updated.
extractFish.m
Outdated
else | ||
f_mid=f2_m; D=fish-f2_m; | ||
end | ||
function [f_mid,D] = find_D(fish,f1_m,f2_m,f3_m,f4_m) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
find_D seems not meaningful, better to describe the goal of the function a little bit. The same for "f_mid".
Please update the part that I commented. The rest is good. @danyang123 |
Nice. Have you tested other videos with the same parameters? @danyang123 |
Different videos needs different parameters, I think we should unify the video form and then determine the parameters. @young24 |
Sure. But how to unify the video form? For example, what if the area of fish is larger than the background in some cases? @danyang123 |
…r "centroids-tail"
…r "centroids-tail"
No description provided.