Home | History | Annotate | Download | only in src

Lines Matching full:corr

173 //      corr            - pointer to array of correspondences ( each element
185 int* corr,
209 if( corr[i] == alpha || corr[i] == beta ) {
246 vFunc( corr[ ( ( Vertex* )tempVtxPtr ) -> coord ],
267 vFunc( corr[ ( ( Vertex* )tempVtxPtr ) -> coord ],
301 vFunc( corr[ ( ( Vertex* )tempVtxPtr ) -> coord ],
312 vFunc( corr[ ( ( Vertex* )tempVtxPtr ) -> coord ],
887 // corr - pointer to correspondence array for this line
897 int* corr,
912 makeGraph( &graph, leftLine, rightLine, alpha, beta, corr, width, storage );
954 if( corr[ coord ] != alpha ) {
955 corr[ coord ] = alpha; //added
959 corr[ coord ] = alpha;
966 if( corr[ coord ] != beta ) {
967 corr[ coord ] = beta; //added
971 corr[ coord ] = beta;
987 // corr - pointer to correspondence array for this line
991 void initCorr( int* corr, int width, int maxPixelDifference )
998 corr[ i ] = i % pixelDifferenceRange - maxPixelDifference;
1005 // corr - pointer to the correspondence array for one
1017 int* corr,
1028 initCorr( corr, width, maxPixelDifference );
1040 corr,
1063 // corr - pointer to correspondence array for all lines
1074 int* corr,
1092 corr + i * width,
1297 // Find correspondence for full image and store it to corr array