Home | History | Annotate | Download | only in cpp

Lines Matching full:ecc

3 * findTransformECC that implements the image alignment ECC algorithm
50 "{n numOfIter | 50 | ECC's iterations }"
51 "{e epsilon | 0.0001 | ECC's convergence epsilon }"
52 "{o outputWarp | outWarp.ecc | output warp (matrix) filename }"
62 cout << "\nThis file demostrates the use of the ECC image alignment algorithm. When one image"
67 cout << "\nUsage example (one image): \n./ecc ../data/fruits.jpg -o=outWarp.ecc "
70 cout << "\nUsage example (two images with initialization): \n./ecc yourInput.png yourTemplate.png "
71 "yourInitialWarp.ecc -o=outWarp.ecc -m=homography -e=1e-6 -N=70 -v=1 -w=yourFinalImage.png \n" << endl;
177 parser.about("ECC demo");