Help in building content based image retrieval system
5 ビュー (過去 30 日間)
古いコメントを表示
hi I want to build MATLAB project for content based image retrieval, I read many research papers.. now Im not sure which approach to use.. there are too many and Im too pushed for time.. I want to finish the project in 3 weeks or less. I read the documentation regarding CBIR here, I think of applying bag of visual words.. but the professor dont want me to use built in functions.. so is it possible for me to apply that approach from the scratch? or will it take too long time? Im novice in MATLAB but Im ready to give it all what I have and learn.. but at the same time Im afraid that the project will be too difficult to implement! My problem is time not that I dont want to learn.. so please give me some hints.. which approach should I implement that will be reasonably challenging.. but not too much ofcourse.. from where should I start? I have read many research papers.. but they are all theoretical at the end.. I need practical steps.. I would appreciate your help..
0 件のコメント
回答 (2 件)
Anand
2016 年 11 月 30 日
If you have access to the Computer Vision System Toolbox, there is a set of functions that supports CBIR.
You can also look at the documentation for indexImages, retrieveImages and bagOfFeatures functions.
0 件のコメント
Image Analyst
2016 年 11 月 29 日
Sorry, but you can't do it. It would be virtually impossible for a novice at MATLAB, or even me, to build a CBIR system from scratch in 3 weeks or less unless it was incredibly simple and limited, like just being able to search images based on mean RGB values or something like that. But there is no way to build something that gives you images like "Show me babies", "show me cars", "show me beaches", "show me stadiums", "Show me cats", etc. in less than 3 weeks.
参考
カテゴリ
Help Center および File Exchange で Feature Detection and Extraction についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!