-
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
Feature extraction based on seed region growing #1
Comments
matteodv99tn
added a commit
that referenced
this issue
Dec 18, 2022
Added configuration file containing the parameters for the seeded region growing feature extraction algorithm
matteodv99tn
added a commit
that referenced
this issue
Dec 18, 2022
Implemented algorithm 1 of the seeded region grown algorithm for the seed-segment detection
eliabonte
added a commit
that referenced
this issue
Dec 20, 2022
Review of alghoritm1, adjusting some small errors
eliabonte
added a commit
that referenced
this issue
Dec 21, 2022
- Implementation 3rd alghoritm - solving some problems on the 1st alghoritm (in calling function seed()) - Tried to implement a test on the main to verify the function extract_feature(), but variable "extracted_features[]" is empty. I've still to identify the problem
eliabonte
added a commit
that referenced
this issue
Dec 21, 2022
- we've written the 3 alghoritms in 3 different functions, fixing some problems - Problem unsolved at the end of 3rd alghoritm (row 48) @edocas01 @matteodv99tn (worked w/ @AlessandroRizzardi )
matteodv99tn
added a commit
that referenced
this issue
Dec 26, 2022
matteodv99tn
added a commit
that referenced
this issue
Dec 26, 2022
Minor fixes in the code for bugs that were preventing the execution Added the main file for testing the feature extraction algorithm Improved the plot overload to draw also the feature extracted up to now
matteodv99tn
added a commit
that referenced
this issue
Jan 2, 2023
matteodv99tn
added a commit
that referenced
this issue
Jan 2, 2023
Implemented the seed expansion algorithm
matteodv99tn
added a commit
that referenced
this issue
Jan 3, 2023
Refactored some redundant code in the function "point_in_lin" Moved configuration parameter in a struct initilized in the constructor
matteodv99tn
added a commit
that referenced
this issue
Jan 3, 2023
Redundant seeds are eliminated considering their overlapping and the length of each segment
matteodv99tn
added a commit
that referenced
this issue
Jan 3, 2023
Computed features with line intersection
matteodv99tn
added a commit
that referenced
this issue
Jan 3, 2023
matteodv99tn
added a commit
that referenced
this issue
Jan 3, 2023
matteodv99tn
added a commit
that referenced
this issue
Jan 3, 2023
Removed the dependency from the Features class All information about the extracted features are now stored inside the class itself; data are arranged in 2 data structures: features and features_all (documented). Overloaded the plot function to automatically draw exctracted feature
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reference paper
The text was updated successfully, but these errors were encountered: