Skip to content

hamzashafiq28/ObjectDetectionApp-Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ObjectDetectionApp-Cpp

This repository contains a project for creating a Dynamic Link Library (DLL) for object detection and a C++ application that utilizes the DLL for performing object detection tasks.

Features

  • DLL Creation: A reusable library for object detection functionality.
  • C++ Application: A standalone application demonstrating the use of the DLL for object detection.

Getting Started

Prerequisites

Make sure you have the following installed on your system:

  • C++ Compiler (e.g., GCC, MSVC)
  • CMake: For build configuration
  • OpenCV (if used): Ensure the OpenCV library is installed for image processing tasks

Example Workflow

  • Build the DLL with the object detection functionality.
  • Link the DLL with the application.
  • Use the application to load images/videos for object detection via the DLL.

Notes

  • The DLL is designed to encapsulate all object detection logic, making it reusable across multiple applications.
  • Ensure proper linking of libraries (e.g., OpenCV) when using the DLL.

Contributing

Feel free to submit issues, fork the repository, and create pull requests. Contributions are welcome!

Contact

For any questions or issues, please reach out to the repository owner: hamzashafiq28.

About

This repository contains a project for creating a Dynamic Link Library (DLL) for object detection and a C++ application that utilizes the DLL for performing object detection tasks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors