1 / 12

Tree and leaf recognition

Tree and leaf recognition . Team D : Project #4 George Beretas – University College London David Papp - University of Pannonia Gabor Retlaki - Pazmany Peter Catholic University Ovidiu Adrian Turda - Technical University of Cluj-Napoca. The Problem. Two ways solution:

art
Télécharger la présentation

Tree and leaf recognition

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. Tree and leaf recognition Team D : Project #4 George Beretas – University College London David Papp - University of Pannonia Gabor Retlaki - Pazmany Peter Catholic University Ovidiu Adrian Turda - Technical University of Cluj-Napoca

  2. The Problem

  3. Two ways solution: • Recognize using a leaf • Recognize using the trunk

  4. Bark recognition • Using Laws filters • For small texture: • With 4 classes • For bigger texture like tree barks: • With 6 classes Common Hawthorn Platanus × hispanica

  5. Problems and possible solutions • These filters are not scale invariant, it is the cause of bigger patches, and not a homogenous output image. • We could use Gabor filter to make the system scale invariant. • Other possible solutions for recognition • For feature extraction: • SIFT features • GLCM /gray level co-occurence matrix/ • For feature matching • Calculating cross correlation between features • Using mutual information • For clustering • RANSAC • SVM • KNN

  6. Leaf recognition • Segmentation of leaves - GrabCut - GrabCut is an iterative image segmentation method based on graph cuts - Needs user interaction

  7. Hu moments - Hu moments are a set of image moments - They are invariant under translation, changes in scale, and rotation • Fourier moments - Calculate the distance between the centroid and the boundary at certain angles - Calculate DFT on this sequence

  8. Classification - Simple methods are used - Majority voting - k-nearest neighbors (with Euclidean distance)

  9. Results

  10. Problems and solutions • Small data base • More samples • More test samples • Similarity between the testing and the data set leaves • Different descriptors • More complex classifiers

  11. Summary • Tree recognition based on leaves and bark • Bark recognition • Laws filter • Leaf recognition • Segmentation • Feature extraction • Classification

  12. References • https://code.ros.org/trac/opencv/browser/trunk/opencv/samples/c/grabcut.cpp?rev=2326 • http://en.wikipedia.org/wiki/Image_moment • http://en.wikipedia.org/wiki/K-nearest_neighbor_algorithm • Krishna Singh, Indra Gupta, Sangeeta Gupta, 2010, “SVM-BDT PNN and Fourier Moment Technique for Classification of Leaf Shape”, International Journal of Signal Processing, Image Processing and Pattern Recognition Vol. 3, No. 4

More Related