Car Parking Space Detection System based on image processing.
Download and install:
- Apache NetBeans IDE
- Java Development Kit (JDK)
Download all JavaCV files from:
https://drive.google.com/drive/folders/1rgDJTRjJCMJgZN43H631mr5z35eBZOX4
- Open the project in NetBeans
- Right-click on Libraries > Add Library > Create
- Give the library a name and click OK
- Click Add JAR/Folder and select all downloaded JavaCV JAR files
- Click OK
- Select the created library and click Add Library
Download the latest version of OpenCV:
Extract the downloaded folder to: C:\opencv
- In NetBeans, right-click on Libraries > Add Library > Create
- Give the library a name and click OK
- Add this file from the extracted OpenCV folder:C:\opencv\build\java\opencv-XXXX.jar
Replace XXXX with your OpenCV version number.
- Right-click the project > Properties > Run
- In VM Options, add: -Djava.library.path=C:\opencv\build\x64\vc16\bin
Replace vc16 with your OpenCV compiler version if different.
Build and run the project.
Happy coding!