1 / 9

Asparagus Computer Vision Aided Detection

Asparagus Computer Vision Aided Detection. By Ryan Moore & Gerti Tuzi Advisor: Dr. Miller. Geometrical Setup and Data Extraction. Geometrical Setup. Data Extraction – Object Labels. Location Determination. Marker Height Equation (Best Fit Line). World Distance Equation (Best Fit Line).

danno
Download Presentation

Asparagus Computer Vision Aided Detection

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Asparagus Computer Vision Aided Detection By Ryan Moore & GertiTuzi Advisor: Dr. Miller

  2. Geometrical Setup and Data Extraction Geometrical Setup Data Extraction – Object Labels

  3. Location Determination Marker Height Equation (Best Fit Line) World Distance Equation (Best Fit Line) • Data extracted from digital images were plotted against respective world measurements. • Strong relationship between digital and world measurements • Prediction test were run successfully. Average prediction errors were : 3% and 3.5% for base distance and marker height respectively

  4. Binary Morphological Filters • Filter method one concentrates on using erosion, dilation, opening, closing, and image subtraction to eliminate the noise.

  5. Grayscale and Color Filters.

  6. Transform problems • Major shifts in the laser maker at the final output of the image.

  7. Object Detection: Blob Detection Binary Transform Original Frame Detected Blob • These detections were achieved using cvBlobsLib. • This is an open source library based on OpenCV libraries.

  8. Inaccurate Detections Original Image Binary Transformation Detected Blobs • When other objects have the same light intensity as the intended (positive) objects, they are shown in the transformed image • Post processing can be used to filter out blobs based on area, min/max size and many more tools. • Final hardware required to determine typical positive object characteristics in order to apply correct post-processing method. • These tools are available in the cvBlobLiblibraries.

  9. Summary • 1. Test results show that the geometrical setup does predict fairly accurately the distance and the height of the marker • Better setup would improve accuracy • Image transforms required to keep the marker on the frame and remove other background objects and noise. • Several methods available. • Final setup required to determine the best transforms and digital filtering. • Test showed that available blob detection code performs as expected. • False objects also detected due to the unfiltered background noise. • Several methods available to filter background and noise caused blobs. • Study required to determine appropriate characteristics. • Final hardware required to determine final methods and processing

More Related