Home | History | Annotate | Download | only in src

Lines Matching refs:Nj

550     int Ni,Nj;              // size of contours
568 Nj = contour2->total + 1;
571 point2 = (CvPoint* )malloc( Nj*sizeof(CvPoint) );
579 point2[Nj-1] = point2[0];
630 int Ni,Nj; // size of contours
649 Nj = contour2->total + 1;
655 W[i] = (_CvWork*)malloc(sizeof(_CvWork)*Nj);
659 point2 = (CvPoint* )malloc( Nj*sizeof(CvPoint) );
661 edges2 = (CvPoint2D32f* )malloc( (Nj-1)*sizeof(CvPoint2D32f) );
668 point2[Nj-1] = point2[0];
676 for(i=0;i<Nj-1;i++)
709 for(j=1; j<Nj; j++)
736 _cvBendingWork( &edges1[i-2], &edges1[i-1], /*&null_edge*/&small_edge, &edges2[j-1]/*, &edges2[Nj-2]*/);
741 for(j=2; j<Nj; j++)
767 for(j=2; j<Nj; j++)
774 i=Ni-1;j=Nj-1;