Need to find perspective lines from reference image

6 次查看(过去 30 天)
Hello, I need to find vanishing lines or perspective lines from 2D images(Reference images). I tried many approaches like Line Segment Detector(LSD), RANSAC, HoughTransform, OpenCV, and some libraries. Still, they work well on Urban scenes and lane detection. But in my case, I have objects like almirahs, sofas, and showcases that detect wrong perspective lines and vanishing points. Below are the reference images I have -:
And below is the output I am receiving-:
And in the above images gives me the wrong results. Can someone guide me or share some resources? Is there any accurate method for finding the perspective lines and vanishing points? Thanks for your time.

回答(1 个)

Sarthak
Sarthak 2023-3-24
Hi Gundeep,
As per my understanding, if existing approaches like LSD, RANSAC, etc are not working well for your images, you may need to fine-tune your parameters.
However, if you need accurate results you may need to consider using more advanced techniques like CNN to handle your specific cases.
Here are some resources for your reference.

产品


版本

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by