473,396 Members | 1,933 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

How to filter images by similarity of that images in C#.net?

19
Hi...

i am developing one website in asp.net using c# language.
in that searching images option is there.while searching if we choose some images,it will disply similiar images to that.so how can i do that..

if you know help me...
Aug 7 '10 #1
5 2575
Frinavale
9,735 Expert Mod 8TB
Sorry but I don't understand the question.
To display an image in an ASP.NET webpage you should use the <asp:Image .../> control. Please note that images must be accessible by the browser, so they must exist within a website on the web server (otherwise the browser cannot download the image to display to the user).

If the image is not located on the server than you will need to create an ASP.NET webpage that will fetch the image and return it to the user. You will provide this ASP.NET website's url to the Image control so that the browser can retrieve and display the image.

-Frinny
Aug 10 '10 #2
vidhyaG
19
Thank you for your reply...

My Question is...

if we are searching images(eg.zebra)in search engine.search engine displays some images related to zebra.it contains various images like Zebra image,zebra lines..etc..

in that if we click only zebra lines...it have to disply related to zebra lines image only.

how can do this?
Aug 11 '10 #3
Frinavale
9,735 Expert Mod 8TB
Well, you will have to store information about your images somewhere so that your "search engine" can search for what the user is looking for. Typically you would store a description of what the image is and either store the image in the database or store the path to the image in the database. That way you can search the descriptions of the images for what the user wants.

-Frinny
Aug 11 '10 #4
vidhyaG
19
ya.ok.we can do that.but it is very simple method.so anyother way is there?using histogram or 2d data of image?
Aug 12 '10 #5
Frinavale
9,735 Expert Mod 8TB
I think that my approach is not only the easiest but will be less prone to bugs/problems.

Histograms are graphical representations of the tonal distribution in a digital image. It doesn't tell you What is in the picture, just the tonal distribution of the image.

I'm not entirely sure how 2D data of the image is going to help you determine what is in the image either.

-Frinny
Aug 12 '10 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Amir | last post by:
When prefetching images, why do I need the "if (document.images)" statement? if (document.images) { pic1on= new Image(300,300); pic1on.src="pic1.gif"; pic2on= new Image();...
2
by: vbMark | last post by:
Hello, I am trying to set up a page that will show a random image of something on a web page (e.g. cats) taken from a random Google Image. I can't find any sample code to do this. Can someone...
4
by: | last post by:
Is anyone aware of an elegant method to 'track' changes (additions, deletions, edits) to an online server on my web host...in this case various sub folders in the /IMAGES/ directory... The...
3
by: wardemon | last post by:
Hi All, I have a aspx page named: ImageProcess.aspx that creates a thumbnail version of an image by passing the ImagePath, width, and height. The ImagePath is taken from a table from a database,...
9
by: Confused but working on it | last post by:
Just wanted to say thanks for the posts helping me make ths work. Added a few comments and after the readdir used a pattern match to test for ..jpg, and seems to work fine on my test setup. Maybe I...
3
by: woete | last post by:
I'd like to obtain an image's width and height. I find interesting articles on several sites... However, all these scripts only work with images that are stored locally. Can you give any hint on...
2
by: harishpinisetti | last post by:
Hi, Do you know is there any procedure that we can find store procedures in a database that only do select operation rather than alter,update are delete operation and can use a cursor...
1
by: eHaak | last post by:
A couple years ago, I built a database in MS Access 2003. I built the form using macros in some of the command buttons, and now I’m trying to eliminate the macros and just use visual basic code. ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.