Skip to content
Snippets Groups Projects
Commit 7c138583 authored by Provot Bertrand's avatar Provot Bertrand
Browse files

image menu detail added

parent 544c5be5
No related branches found
No related tags found
No related merge requests found
......@@ -137,6 +137,7 @@ int main(int argc, char** argv)
image->addOperation(new SplitHsvOp());
image->addOperation(new CombineColorOp());
image->addOperation(new CombineHSVOp());
image->addOperation(new SeparatorOp());
image->addOperation(new ScalingOp());
image->addOperation(new QuantificationOp());
image->addOperation(new ThresholdOp());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment