Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Legacy — Java / Swing implementation (2015–2016)

This is the original B.Tech project: a Java Swing desktop app that performed edge detection and traffic-density estimation in pure Java (no OpenCV bindings, despite the original README's claim). It is preserved here for historical interest only.

Status: archived — not buildable out of the box on modern JDKs.

  • Java target: 1.7 (uses deprecated Window.show(), removed in Java 9).
  • Build system: Eclipse only (no Maven/Gradle); see Code/Traffic Controller System/.classpath.
  • Contains a Windows-specific jar reference (D:/jar/image-viewer-1.2.2.jar) that will not resolve on Linux/macOS.
  • Code/Traffic Controller System/src/ — 17 Java source files, ~4,300 LOC.
  • Code/Traffic Controller System/Images/ — sample traffic photos used as inputs to the original demos.

For the current, working implementation see the top-level README in this repository.