Exemplo n.º 1
0
        public static CustomStream GetHoughLineInstance()
        {
            CustomStream instance = GetInstance(HOUGHLINEINSTANCE);

            instance.SetName("Hough Line");
            return(instance);
        }
Exemplo n.º 2
0
        public static CustomStream GetEdgeViewInstance()
        {
            CustomStream instance = GetInstance(EDGEVIEWINSTANCE);

            instance.SetName("Edge View");
            return(instance);
        }