| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
For segmentation, it is crucial create graphs from an image. This function can be used alongwith SLIC to get a set of edges and vertices as required by PyStruct library.
|
thanks for the contribution and sorry for the slow reply. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
For segmentation, it is crucial create graphs from an image. This function can be used alongwith SLIC to get a set of edges and vertices as required by PyStruct library.
Input :param grid: A grid of segments as returned by the slic function defined in skimage library
Output :return: A graph as [vertices, edges]