oshadajay / CeyMo

CeyMo: See More on Roads - A Novel Benchmark Dataset for Road Marking Detection (IEEE/CVF WACV 2022)
MIT License
60 stars 5 forks source link

Parameters of inverse perspective transform #6

Closed stupidZ closed 1 year ago

stupidZ commented 1 year ago

Hi, I would like to do the inverse perspective transform(IPT). Could you pls provide the parameters for IPT? Thank you for your contribution.

oshadajay commented 1 year ago

Hi, we calculated the parameters for the inverse perspective transform by observation. As in selecting four coordinates from the original image which should match with the corners of the resultant image. Therefore IPT parameters are not based on camera intrinsic parameters.