Home | History | Annotate | Download | only in include

Lines Matching refs:rho

503 CV_INLINE  int  cvHoughLines( CvArr* image, double rho,
509 rho, theta, threshold, 0, 0 );
515 CV_INLINE int cvHoughLinesP( CvArr* image, double rho,
522 rho, theta, threshold, lineLength, lineGap );
528 CV_INLINE int cvHoughLinesSDiv( CvArr* image, double rho, int srn,
534 rho, theta, threshold, srn, stn );