This repository was archived by the owner on Apr 20, 2023. It is now read-only.
HI - #1
Open
koopastroopas21 wants to merge 337 commits into
Open
Conversation
Feature selection fix
feature selection working
… patterns to .gitignore
…ture and contributing guide
- Replace reference equality (==) with .equals() for ActionEvent dispatch in doAction() — same class of bug fixed in GuiPanel (PR #6) - Remove System.out.println debug statements from doAction() and updateClassifier() - Add full Javadoc to all methods and class
… comparison" This reverts commit 4aa03d2.
docs: improve README with detailed installation, usage and contributing guide
docs: add comprehensive Javadoc to IFilter, IMoment and IClassifier interfaces
Add @OverRide annotations to apply(...) implementations in Legendre_feature_ and Zernike_feature_ for consistency. Update author Javadoc tags in GuiPanel and MomentsManager to reference IICT-BAS. Remove leftover TODO/commented-out code in IJstat_feature_.java and Zernike_feature_.java as minor cleanup.
Implement CPU vs GPU Performance Benchmark Tool
…e-layout refactor(SessionGUI): replace absolute layout with responsive BorderLayout + GridBagLayout
fix(LearningPanel): replace == with .equals() for ActionEvent comparison
Add profiling support for filters: introduce IFilter.applyFilterProfiled(ImageProcessor,String,List<Roi>) as a default method that times applyFilter and returns elapsed milliseconds, and add the necessary ImagePlus import and Javadoc. Update FilterManager to use a final benchMode and record timing via ProfilingManager. Also update ASCommon author affiliation and bump version to 1.1.6.
fix: replace unsafe == object comparison with .equals() for ActionEvents in GuiPanel
…ison fix(FilterPanel): replace == with .equals() for string comparison in doAction()
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.