Junction point in image skeleton
问题 What is the meaning of a junction point in image skeleton ? I am using opencv and c++ to develop a code source to detect the main local junction point in the image .Many thanks in advace . 回答1: A junction point is usually the intersection of two lines. See this image: https://docs.google.com/file/d/0ByS6Z5WRz-h2U3NBWWZ6V3FqeUk/edit?pli=1 Skeleton refers (usually) to the skeletonization of an image. this article is useful: http://en.wikipedia.org/wiki/Topological_skeleton. So I think what they