Skip to content
Snippets Groups Projects
Commit 4365a587 authored by Andrew Cohen's avatar Andrew Cohen
Browse files

resegFeatures use new feature architecture

parent 122ebeaa
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ else
end
for i=1:length(algorithms)
algorithms(i).function(conn,CONSTANTS,algorithms(i).params,t);
featureTable=algorithms(i).function(conn,CONSTANTS,algorithms(i).params,t);
CellFeatures.writeFeatureTable(conn,featureTable);
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment