-3
votes
0answers
44 views

Neural Network for Image Recognization

I am looking for a Neural Net Design suggestion for the following problem statement:- -There is a bottle in the room.I take the image from a high resolution camera and i need to identify if the bottle ...
-7
votes
0answers
59 views

How to make classifier in image processing? [closed]

I am just new in image processing. Please suggest me how to make classifier(any) in image processing in MATLAB?
-1
votes
1answer
37 views

Focusing classifier on regions of interest decreases performace

I have a basic setup, which classifies my images in some categories, using some features and classifiers. But, when i define the relevant regions, performance goes down. Why could it happen? I keep ...
0
votes
0answers
86 views

svmtrain is accepting complex number while svmclassify is not accepting complex number

the svmtrain function in matalb is accepting complex numbers for training. But the svmclassify function is not accepting complex numbers. it is saying, Subscript indices must either be real ...
1
vote
1answer
202 views

Difference between image retrieval and image classification [closed]

load fisheriris xdata = meas(51:end,3:4); group = species(51:end); svmStruct = svmtrain(xdata,group,'showplot',true); species = svmclassify(svmStruct,[5 2],'showplot',true) hold ...
0
votes
0answers
60 views

What metrics exist to compare image feature vectors except least squares?

I have elongation, solidity and Hu Moments features that represent a set of 150 images. I would like to know what are typical metrics to make comparison with these feature vectors without using least ...
1
vote
1answer
260 views

Combining multiple Haar Classifiers with OpenCV

I was wandering if there is a way to combine Haar-Classifiers from different trained cascades? I have a scenario, where I detect one object that differs depending on the angle of the object. So I ...
6
votes
1answer
358 views

Distance between hyperplanes

I'm trying to teach myself some machine learning, and have been using the MNIST database (http://yann.lecun.com/exdb/mnist/) do so. The author of that site wrote a paper in '98 on all different kinds ...
0
votes
1answer
91 views

Converting images to time series

I'm experimenting using reservoir computing techniques to classify images, but I'm not sure how to convert an arbitrary image to a time series. I found this approach but it doesn't seem to be general ...
2
votes
2answers
333 views

Automatic flora detection in Images [closed]

My image dataset is from http://www.image-net.org. There are various synsets for different things like flora, fauna, persons, etc I have to train a classifier which predicts 1 if the image belongs to ...
-1
votes
1answer
201 views

Image Classification into Good or Bad Images

We want to tell whether an image is good or bad. There are a fixed set of checks we do to classify an image into good or bad category. Example: 1. Background color. 2. Height X Width ratio. 3. No ...
0
votes
0answers
695 views

Bayes classification for image processing in Matlab [closed]

I'm really new to matlab and now trying to implement Bayesian classification method to extract certain feature from a set of testing images, as a first practice of using matlab image processing ...
0
votes
0answers
120 views

Turning Weka classifier into natural language - Image Analysis and using Classifiers [closed]

I have got a set of models from Weka, which I have been able to read directly into my code, as opposed to using Weka. As a result I now need to turn the rules, into readable and understandable English ...
0
votes
0answers
3k views

How to use gabor filter to extract features from image (especially for face images)?

My aim is to extract some features from images by using Gabor filter and use them in a classifier (e.g. SVM). But I don't know which are the features? should I use all pixels as the features? I have ...
5
votes
2answers
454 views

Classifying lines with opencv

I'm working on an image classification project, I've extracted curved lines from image using edge-detection, and need to classify them based on their curvature. For example in the image below there ...
1
vote
0answers
133 views

Opencv classifier update error

I am getting an error while trying to update the CvBoost classifier in OpenCV, the error i am getting is as follows OpenCV Error: Bad argument (The new training data must have the same types and the ...
3
votes
1answer
379 views

bag of words for classification - features vs pixels

I am classifying medical images using bag-of-words model. I did the following to extract the feature vector: extract features from small image patches and then apply BOW on those features extract ...
1
vote
1answer
447 views

MATLAB - Supervised Classifcation/Segmentation

I am working with PRtools at the moment. I am very stuck with what I am doing. Please could anyone guide me through on how to get from training dataset to classifier? All the examples that I have ...
1
vote
1answer
492 views

MATLAB Saving and Loading Feature Vectors

I am trying to load feature vectors into classifiers such as a k-nearest neighbors classifier. I have my code for GLCM, so I get contrast, correlation, energy, homogeneity in numbers (feature ...
0
votes
2answers
1k views

Object detection/recognition using matlab [duplicate]

Possible Duplicate: Object recognition system using matlab I need help to develop an object recognition system. It needs to identify an object in an image by comparing it with an image in ...
0
votes
1answer
86 views

Extracting certain regions in the image for further classification

I have a number of images (as well as the original data sources) that exhibit specific features. Some of them have distinct vertical/horizontal regions, as shown in the following figure or simply ...
0
votes
1answer
899 views

HOG in OpenCV for classification of entire images

I understand that Histograms of Gradients in OpenCV are typically used on image patches in order to detect and classify objects in an image. However, I would like to use HOG to build a feature vector ...
7
votes
3answers
586 views

document image processing

I working on an application for processing document images (mainly invoices) and basically, I'd like to convert certain regions of interest into an XML-structure and then classify the document based ...
6
votes
3answers
560 views

Identify pattern in image

what is the best approach to identify a pattern (could be a text,signature, logo. NOT faces,objects,people,etc) in an image, given that all images are taken from the same angle, which means the ...
2
votes
1answer
366 views

Ways to improve Image Pixel Classification

Here is the problem we are trying to solve: Goal is to classify pixels of a colored image into 3 different classes. We have a set of manually classified data for training purposes Pixels almost do ...
2
votes
2answers
100 views

Classify a program from a screenshot

I need to write and algorithm that can detect which state an application (used to fill out forms) is in based on screenshots. It has 2 inputs: A: Approximately 2-10 screenshots from an application ...
6
votes
3answers
832 views

Large Scale Image Classifier

I have a large set of plant images labeled with the botanical name. What would be the best algorithm to use to train on this dataset in order to classify an unlabel photo? The photos are processed so ...
4
votes
1answer
1k views

OpenCV - Haar classifier for long objects with different angles

I have used Haar classifier with OpenCV before succesfully. Unfortunately it seems to work only on square objects and fixed angles (i.e. faces). However I need to find "long" (rectangular) objects ...
5
votes
3answers
1k views

Image Descriptors with SIFT/VLFEAT

I want to perform a classification task in which I map a given image of an object to one of a list of predefined constellations that object can be in (i.e. find the most probable match). In order to ...
7
votes
1answer
601 views

Working with decision trees

I know tl;dr; I'll try to explain my problem without bothering you with ton's of crappy code. I'm working on a school assignment. We have pictures of smurfs and we have to find them with foreground ...
4
votes
1answer
406 views

Online medical image processing grand challenges [closed]

I'm currently working on my thesis, and I'm looking for an/some online medical image processing grand challenge(s). I already know this site but I need a challenge which has microscopic image dataset ...
4
votes
9answers
914 views

Image Classification - Detecting Floor Plans

I am working on a real estate website and i would like to write a program that can figure out(classify) if an image is a floor plan or a company logo. Since i am writing in php i will prefer a php ...