Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #68088
| Date | 2014-03-09 12:09 -0700 |
|---|---|
| From | Gary Herron <gherron@digipen.edu> |
| Subject | Re: image processing in python and opencv |
| References | <512500c5-3c2f-49c8-861f-5755991c3abb@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.7960.1394392505.18130.python-list@python.org> (permalink) |
On 03/09/2014 10:56 AM, Varsha Holla wrote: > i have no idea how to retrieve indexed images stored in ordered dictionary, using its values like : blue,green,red mean along with contrast, energy, homogeneity and correlation. as i have calculated the euclidean distance and i don't know how to display the images which are similar. > > thanks in advance Sorry, but is there a question here? And is it Python related? (This is a Python list, right?) And while you're rewording this as a Python related question, please take the time to state the problem clearly. You'll get more help if you take the time to tell us what you are doing. For instance: You have a dictionary. How was it created? What values are stored in it? What keys were used? Why is it an "ordered" dictionary? Is your trouble retrieving images, computing keys for similar images, or displaying images? (All three seem to be implied above.) Gary Herron
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
image processing in python and opencv Varsha Holla <varsha1901@gmail.com> - 2014-03-09 10:56 -0700
Re: image processing in python and opencv Gary Herron <gherron@digipen.edu> - 2014-03-09 12:09 -0700
Re: image processing in python and opencv "Mark H. Harris" <harrismh777@gmail.com> - 2014-03-10 06:39 -0700
csiph-web