Skip to main content

All Questions

0 votes
1 answer
2k views

Object Detection Algorithms

I'm a complete beginner to object recognition. I need to identify and count how many of a certain type of Lego, in a picture full of different pieces of Lego, using MATLAB. The pieces of Lego I need ...
user3089's user avatar
2 votes
2 answers
2k views

Training custom classifiers using trainCascadeObjectDetector

Is there any good documentation about training your own classifiers(with examples included) different from this one provided by MathWorks. Thanks in Advance
Daniel Conde Marin's user avatar
2 votes
2 answers
5k views

Object Recognition using bag of features using matlab [closed]

I want to write a MATLAB program for simple object recognition using bag of features. In short, I want to first extract the features from an image, create a visual library using those features, then ...
ubct's user avatar
  • 29