🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

compose script for line detection using hough transform from a picture

User: "Raja Devata"
Altair Employee
Updated by Raja Devata

Hi,

Do we have any script available in compose for detecting lines/rectangles in a picture using hough transform. 

Thanks!

Regards,

Raja

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Roberta Varela_20843"
    New Altair Community Member
    Updated by Roberta Varela_20843

    Since Compose also supports Python, I would use OpenCV package for that, for example:

    import cv2 lines = cv2.HoughLines(edges,1,np.pi/180,200)​

    Regards,

    Roberta Varela