-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Open
Copy link
Labels
EnhancementImproves algorithm performance by increasing input ranges or changing output rangesImproves algorithm performance by increasing input ranges or changing output rangesgood first issueGood for newcomersGood for newcomers
Milestone
Description
To independently test each part of our algorithm we need to separate the distance determination and edge detection algorithms. This will require making new implementations of the PipelineExecutor in src/commanline/execution/executors.hpp. These implementation should be called TestEdgePipelineExecutor and TestDistancePipelineExecutor respectively and should only be compiled if a new compile flag called TEST=true. To accomplish this use a similar pattern as decimal. These new pipeline should use similar flags as there respective parts.
Depends on issue #57
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
EnhancementImproves algorithm performance by increasing input ranges or changing output rangesImproves algorithm performance by increasing input ranges or changing output rangesgood first issueGood for newcomersGood for newcomers