HomeSort by relevance Sort by last modified time
    Searched full:point_output (Results 1 - 1 of 1) sorted by null

  /external/opencv/cvaux/src/
cvmorphcontours.cpp 556 CvPoint point_output; // intermediate storage of ouput point local
596 point_output.x = cvRound(point1[i].x + param*( point2[corr_point].x - point1[i].x ));
597 point_output.y = cvRound(point1[i].y + param*( point2[corr_point].y - point1[i].y ));
600 CV_WRITE_SEQ_ELEM( point_output, writer01 );

Completed in 92 milliseconds