Issue in recognising multiple objects in an Image
古いコメントを表示
I have images of Apples as well as of Oranges, which I am using as training images. The test image is an image consisting of both apple and orange. I am using GIST descriptor for feature extraction. When I train the classifier using extracted features, it gives an output as apple or orange for the test image. I have a query, as how can I make classifier recognise both of them in the test image. I am using KNN classifier
4 件のコメント
Image Analyst
2017 年 1 月 21 日
Attach your two images, and your code, including the training set data. http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer
Rohan Gupta
2017 年 1 月 23 日
Rohan Gupta
2017 年 1 月 25 日
william pyae
2018 年 5 月 26 日
Hi Rohan, I'm doing a similar project as yours. Could you able to post all your matlab code in the file exchange? I would like to take references from your project. Thank you so much.
採用された回答
その他の回答 (1 件)
Takuji Fukumoto
2017 年 1 月 25 日
0 投票
I think you should cut block from a whole image and slide it for recognition if you want to use that classification.
3 件のコメント
Rohan Gupta
2017 年 1 月 25 日
Takuji Fukumoto
2017 年 1 月 25 日
編集済み: Takuji Fukumoto
2017 年 1 月 25 日
I mean it can work if you create 'search window'. The search window is used in some detector algorithm.
RCNN find something like object first and then use classifier.
Rohan Gupta
2017 年 1 月 27 日
カテゴリ
ヘルプ センター および File Exchange で Image Processing and Computer Vision についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!