Skip to content

Small project showing an approch fro subpixel edge detection using OpenCV

License

Notifications You must be signed in to change notification settings

EagleDad/SubpixelDetection

Repository files navigation

Small project showing an approach for subpixel edge detection using OpenCV.

The application tries to load an image called TestImage.bmp. If this image cannot be found, an example image showing an ellipse is generated.

The edge detection runs on the loaded or created image and shows the found contours.

This is an image

Pressing the key 'g' will show the direction of the gradient for each contour point.

This is an image

Note: This is a two stage build process. First the SuperBuild needs to run to download and build 3rd party dependencies. The SuperBuild will create the final project that consumes the 3rd parties. The SuperBuild project needs to run in debug and release to be able to provide the dependencies. Build Scripts will be provided.

About

Small project showing an approch fro subpixel edge detection using OpenCV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published