How to detect walls and paint it?
I am having a problem with detecting the wall and painting it all. I found an article that told the steps but that required a seed point to provide in order to flood fill the wall but that is the pain point I don't know where is the wall and cannot detect the exact seed point. If anyone can tell me the steps in detecting the seed points.
link ?
(imho, it looks like you seriously underestimate the problem. 3d object segmentation is a hot current research topic)
The image is 2D image. The link to the article is: https://stacks.stanford.edu/file/drui... I don't have the seed point so that I can recolor the contour. Or if there is any other way to find the wall and recolor it.
what's the goal of "detecting walls" and recoloring them?
I am detecting the wall and painting it so that a user can see which color suits its wall of his home.
If someone comes up with the answer, please provide.