Open
Conversation
…ns, choosing appropriate images from matches in dir based on config
…from previous commit, cleaned up point copier to rely on inheritance and only act when something occured in the copied axis, changed print statements to logging.info so they can easily be hidden, add
…ator into gregg_branch
… True doesn't carry over to the next operator
… with a right click, right click and drag is now required to clear points (instead of just right click), marker is a blue crosshairs, points can be clicked and dragged
…ator into gregg_branch
…in redraw of points to see if it helps
…esn't require redraw, increased tolerance for clicked point and drag to delete all slightly
…nto gregg_branch
…ator into gregg_branch
…ator into gregg_branch
save html to SD7 for hab sessions as well
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes include:
using @Property in pointAnnotator to pull out points
used inheritance to clean up pointCopier
Added a config to help gather canidate images for registration
added functionality to choose between canidate images with click
added arrays to saved npz that are specific to the images that the points belong to, and the image pairs that a tranformation belongs to
added a function to pull appropriate points from npz for a given image to load
automatically loads points from previous sessions when possible