Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 508 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 508 Bytes

HoughTransform and Strike-through

files

  1. dataset: Contains the picture used in HoughTransform.
  2. HoughTrans:
    • results: Intermediate and final results.
    • HoughTrans.py: Implementation.
  3. DeletLine:
    • results: Intermediate and final results.
    • 1.png: The picture used in Implementation.
    • DeleteLine.py: Implementation.

Usage

  1. HoughTransform

     cd HoughTrans
     python HoughTrans.py
    
  2. Strike-through

     cd DeleteLine
     python DeleteLine.py