-
Notifications
You must be signed in to change notification settings - Fork 0
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
Pixel coords #7
base: image_masking
Are you sure you want to change the base?
Pixel coords #7
Conversation
…mitting entries in coords file when tooltip blocked
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.
Partial review. Still need to test this.
…eights + modified camera controller script for better variable names/comments + removed hardcoding for camera intrinsics
private bool ToolTipVisible() { | ||
_fileLength = new System.IO.FileInfo("MaskedImages/MaskedImage" + _imageNumber + ".jpg").Length; | ||
if ( _fileLength > 250628 ) { |
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.
How will this work if you have two cameras with different image sizes (highly probable)?
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.
As discussed, we'll only be using one camera. Add a TODO to update this to be more robust to deal with multiple cameras instead.
Camera script updated to include the calculations that :