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

Feature extraction based on seed region growing #1

Open
matteodv99tn opened this issue Dec 18, 2022 · 0 comments
Open

Feature extraction based on seed region growing #1

matteodv99tn opened this issue Dec 18, 2022 · 0 comments
Assignees

Comments

@matteodv99tn
Copy link
Owner

Reference paper

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 20, 2022
Implementation alghoritm2
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
- use of file config
matteodv99tn added a commit that referenced this issue Dec 21, 2022
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 matteodv99tn self-assigned this Dec 26, 2022
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
Added measured vs predicted point distance check
Tuned parameters for feature extraction
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
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant