Skip to content
#

features-extraction

Here are 37 public repositories matching this topic...

Problem Statement: Given the tweets from customers about various tech firms who manufacture and sell mobiles, computers, laptops, etc, the task is to identify if the tweets have a negative sentiment towards such companies or products.

  • Updated May 17, 2020
  • Python

The project addresses automatic detection of microaneurysms (MA) which are first detectable changes in Diabetic Retinopathy (DR). Green channel, being the most contrasted channel, of the color fundus images are considered. The algorithm includes pre-processing, MA candidates detection, features extraction, classification and comparison with ground truth to evaluate the performance of classifier model.

  • Updated May 26, 2020
  • MATLAB

The objective of this work is to detect the cell phone and/or camera used by a person in restricted areas. The paper is based on intensive image processing techniques, such as, features extraction and image classification. The dataset of images is generated with cell phone camera including positive (with cell phone) and negative (without cell phone) images. We then extract relevant features by using classical features extraction techniques including Histogram of Oriented Gradients (HOG) and Speeded up Robust Features (SURF).The extracted features are then, passed to classifier for detection. We employ Support Vector Machine (SVM), Nearest Neighbor (K-NN) and Decision tree classifier which are already trained on our dataset of training images of persons using mobile or otherwise. Finally, the detection performance in terms of error rate is compared for various combinations of feature extraction and classification techniques. Our results show that SURF with SVM classifier gives the best accuracy.

  • Updated Dec 16, 2020
  • MATLAB

Improve this page

Add a description, image, and links to the features-extraction topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the features-extraction topic, visit your repo's landing page and select "manage topics."

Learn more