Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; '(all': 0.07; 'advance': 0.07; 'energy,': 0.09; 'here?': 0.09; 'python': 0.11; 'stored': 0.12; 'correlation.': 0.16; 'dictionary,': 0.16; 'dictionary.': 0.16; 'displaying': 0.16; 'instance:': 0.16; 'retrieving': 0.16; 'subject:image': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; 'sorry,': 0.24; 'question': 0.24; 'values': 0.27; 'header:In-Reply-To:1': 0.27; 'idea': 0.28; '(this': 0.29; 'am,': 0.29; 'related': 0.29; 'along': 0.30; 'calculated': 0.31; 'contrast,': 0.31; 'gary': 0.31; 'implied': 0.31; 'keys': 0.31; 'trouble': 0.34; 'problem': 0.35; 'display': 0.35; 'computing': 0.35; 'but': 0.35; 'there': 0.35; 'indexed': 0.36; 'ordered': 0.36; 'thanks': 0.36; 'similar': 0.36; 'question,': 0.38; 'to:addr:python-list': 0.38; 'list,': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'tell': 0.60; "you're": 0.61; "you'll": 0.62; 'more': 0.64; 'distance': 0.65; 'received:204': 0.75; 'clearly.': 0.84; 'images?': 0.84 Date: Sun, 09 Mar 2014 12:09:25 -0700 From: Gary Herron User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: image processing in python and opencv References: <512500c5-3c2f-49c8-861f-5755991c3abb@googlegroups.com> In-Reply-To: <512500c5-3c2f-49c8-861f-5755991c3abb@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1394392505 news.xs4all.nl 2951 [2001:888:2000:d::a6]:52335 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:68088 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