An open API service indexing awesome lists of open source software.

https://github.com/aswinpajayan/dipedge

This projects attempts to edge processing in VC++ without using any libraries .
https://github.com/aswinpajayan/dipedge

edge-detection hsv2rgb image-processing sobel-gradient vcpp

Last synced: 7 months ago
JSON representation

This projects attempts to edge processing in VC++ without using any libraries .

Awesome Lists containing this project

README

          

# DIPEdge
This project tries to implement edge detection in VC++ using a sobel kernel .
Results are displayed in picture poxes dynamically.

## Dependencies
Project is written in Common Language Runtime provided by windows and thuis will run only with the appropriate dlls.
However this project can be cloned and run from any version of Visual Studio which has C++ support