alliance-programmers '02
(no subject)


Hugo Clement (Hugo.Clement@asim.lip6.fr)
Mon, 25 Feb 2002 12:41:30 +0100 (MET)

=================================================================== Modification le : Mon Feb 25 12:41:14 MET 2002 Par : hcl =================================================================== Update of /users/outil/alliance/cvsroot/alliance/sources/ocr/sce/rout In directory rondo:/users/cao/hcl/alliance/sources/ocr/sce/rout Modified Files: findNPointsPath.c ocrAstar.c Log Message: A la chasse au bug bug bug =================================================================== Index: findNPointsPath.c =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/ocr/sce/rout/findNPointsPath.c,v retrieving revision 1.13 retrieving revision 1.14 diff -r1.13 -r1.14 5a6,8 > Revision 1.14 2002/02/25 11:41:12 hcl > A la chasse au bug bug bug > 757,762c760,765 < l_pCon->CON->X / 1 * SCALE_X, < l_pCon->CON->Y / 1 * SCALE_X, < l_pCon->CON->Z / 1 * SCALE_X, < l_pCon->NEXT->CON->X / 1 * SCALE_X, < l_pCon->NEXT->CON->Y / 1 * SCALE_X, < l_pCon->NEXT->CON->Z / 1 * SCALE_X); --- > l_pCon->CON->X * 5/* 1 * SCALE_X*/, > l_pCon->CON->Y * 5/* 1 * SCALE_X*/, > l_pCon->CON->Z, > l_pCon->NEXT->CON->X * 5/* 1 * SCALE_X*/, > l_pCon->NEXT->CON->Y * 5/* 1 * SCALE_X*/, > l_pCon->NEXT->CON->Z); 906c909,910 < l_pCon->NEXT->CON->Y * 5, l_pCon->NEXT->CON->Z); --- > l_pCon->NEXT->CON->Y * 5, > l_pCon->NEXT->CON->Z); Index: ocrAstar.c =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/ocr/sce/rout/ocrAstar.c,v retrieving revision 1.4 retrieving revision 1.5 diff -r1.4 -r1.5 8a9,11 > Revision 1.5 2002/02/25 11:41:13 hcl > A la chasse au bug bug bug > 55a59,60 > ocrNaturalInt xs = 0, ys = 0; > 86,87c91,92 < dx = ( (x2s < x1d)? (x1d - x2s) : ( (x1s < x2d) ? (x2d - x1d) : 0 ) ); < dy = ( (y2s < y1d)? (y1d - y2s) : ( (y1s < y2d) ? (y2d - y1d) : 0 ) ); --- > dx = ( (x2s < x1d)? (x1d - x2s) : ( (x1s > x2d) ? (x1s - x2d) : 0 ) ); > dy = ( (y2s < y1d)? (y1d - y2s) : ( (y1s > y2d) ? (y1s - y2d) : 0 ) ); 93c98,104 < ocrNaturalInt kost (ocrWSegment *segment_source, ocrWSegment *segment_dest) {

 



Alliance Web Site © 1997, 2002 ASIM/LIP6/UPMC, page maintained by Czo [Olivier Sirol] , last updated on 25 February 2002.