matlab: image search image in google -


i using matlab create mosaic image.
this, use google image search instead of self-create own image database.
procedure be:
1.get image , divided small box.
2. each box, using image search image similar image , download matlab 3.combine every downloaded image mosaic image.

i have try search internet of result "words image", instead of "image image",
there example or other keys word me complete step 2?

google has functionality search similar looking images. visit google.com , switch on image search on top. in search bar, there little camera icon on right. when open can either choose url or directly upload image want search for.

so firstly do, export current box (e.g. jpg). then, , may tricky, code script (maybe not in matlab rather in other scripting language, e.g. python) uploads current box image google image search , searches appropriate pictures. think may able use google custom search apis - i'm not familiar it. call script via matlab, should not problem.

and downloading , fitting should not hard once have accomplished uploading.


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -