Metadata-Version: 2.1
Name: mergeLines
Version: 2.0.6
Summary: merge lines after houghlinesp
Home-page: UNKNOWN
License: UNKNOWN
Description: Using method:
        =========
        
        line discription: x1,y1,x2,y2
        
        
        
        import  mergeLine
        
        mergeLine.merge_lines(  
                [1,0,0,1],
              [2,0,0,2],
              [3,0,0,3],  
        )
        //we get 2,0,0,2
        //you can set ,scope_tolerent=,dis_tor 2 parameter  in  merge_lines.
        // which are   used  to set how lines are similar. first is used set scope_similarity. second is used to set distance tolerent betwen line segments.
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
