There are 0 repository under boundary-extraction topic.
Created a panorama image (i.e., by stitching) from two separate images and developed filters to detect edges along different directions in an image. Performed morphological operations to denoise and extract boundaries from noisy images
A dummy object detection software (Course project)
this repo contains the programming part of image processing using MATLAB, most of the image i took here are from Digital Image Processing 3rd Ed. book by Gonzalez
Fundamental Computer Vision using C++ without OpenCV
A Java application for image boundary extraction using 8-adjacency and m-adjacency techniques. It reads an input image, processes it to identify boundaries, and displays the results while saving the extracted boundary images.