I want to detect vanishing point of an entire image that contain a bunch of vanishing lines..
The task i have completed already described below:
1.Detecting edges of man-made scenes from images 2.From that using hough transform develope/find straight lines from that images 3.Using these straight lines to find VANISHING POINT of the entire image
The steps 1 and 2 are now completed. My current problem is to find the VANISHING POINT from result of step 2.And no idea about that. Anybody can help me to find how to find vanishing point from the step 2.