Click here to Skip to main content
15,889,874 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to create application that identified 1000's of channel Images from it's icon..

example: there is mixture of images of star plus,z TV ,colors etc and i want to identify all images channel name with identify icon..

If there is any third party software is available then also reply me ..

Thank you in advance.
Posted
Updated 16-Jun-15 19:11pm
v2
Comments
venkatesh@India 17-Jun-15 1:29am    
You can refer this site,
www.iconspedia.com
Dharmesh .S. Patil 17-Jun-15 1:35am    
No you don't understand my question i want to identify channel name with image icon's with coding. I not want to download or create icon.
venkatesh@India 17-Jun-15 1:58am    
You can bind the icon name on mouseover to identify the icon.

Image.ImageUrl = "iccc.jpg";
Image.Attributes.Add("onmouseover", "Bind name from image");
Dharmesh .S. Patil 17-Jun-15 2:40am    
yes it's good but i want 1000's of images to identify so i don't want to use check all images one by one using attributes "onmouseover".
venkatesh@India 17-Jun-15 2:49am    
you can try to store the icons name and channel in database.After that call the channel name in mouse over.

1 solution

I will find one project on code project Geo.match that can use for matching edge based template matching through template.

I created the template of the channels symbol and match through 1000's of images and i successfully identify the images. Here the link of

Reference: Edge Based Template Matching[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900