{% extends "base.html" %} {% block title %} HoughLinesP {% endblock %} {% block description %}

Finds line segments in a binary image using the probabilistic Hough transform.

{% endblock %} {% block signature %}
cv2.HoughLinesP(image, rho, theta, threshold[, lines[, minLineLength[, maxLineGap]]]) → lines
{% endblock %} {% block parameters %} {% endblock %} {% block notes %} {% endblock %} {% block references %} {% endblock %}