opencv floor detection by segmentation
问题 I'm working on a a way to detect the floor in an image. I'm trying to accomplish this by reducing the image to areas of color, and then assuming that the largest area is the floor. (We get to make some pretty extensive assumptions about the environment the robot will operate in) What I'm looking for is some recommendations on algorithms that would be suited to this problem. Any help would be greatly appreciated. Edit: specifically I am looking for an image segmentation algorithm that can