Skip to content
Snippets Groups Projects
Commit 372fe774 authored by stefan.lazic's avatar stefan.lazic
Browse files

added some comments

parent 0a17cff8
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -71,10 +71,12 @@ int main(int argc, char *argv[]) {
run_func(matrix_to_quadtree(p_qtree1, &p_pgm1->mat, 0, n_max, p_pgm1->mat.m/2, p_pgm1->mat.m/2, p_pgm1->mat.n/2));
print_applying("horizontal symmetry qtree1");
run_func(quadtree_horizontal_symmmetry(p_qtree1)); // symmetry
//run_func(quadtree_horizontal_symmmetry(p_qtree1)); // symmetry
//print_applying("horizontal symmetry");
//print_applying("vertical symmetry qtree1");
//run_func(quadtree_vertical_symmmetry(p_qtree1)); // symmetry
//print_applying("central symmetry qtree1");
//run_func(quadtree_central_symmmetry(p_qtree1)); // symmetry
print_applying("compression qtree1");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment