473,408 Members | 2,477 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,408 software developers and data experts.

image recognition

if i have to make a c program for image recognition which algorithm i must follow n how can i implements that technique in c programming.
either to use openGl libraries.
May 30 '07 #1
15 6644
RedSon
5,000 Expert 4TB
if i have to make a c program for image recognition which algorithm i must follow n how can i implements that technique in c programming.
either to use openGl libraries.
What do you mean "image recognition". Please provide more detailed information about your question.
May 30 '07 #2
Silent1Mezzo
208 100+
Also in proper English please :P
May 30 '07 #3
What do you mean "image recognition". Please provide more detailed information about your question.
]
image recoznition mean reccoz some one by its image. to make machine smart enough.
Jun 1 '07 #4
ilikepython
844 Expert 512MB
]
image recoznition mean reccoz some one by its image. to make machine smart enough.
So you want to have a picture of someone's face and the program is supposed to tell you who it is?

P.S. I always thought image recognition meant getting text (strings) out of an image
Jun 1 '07 #5
RedSon
5,000 Expert 4TB
]
image recoznition mean reccoz some one by its image. to make machine smart enough.
More detail does not mean reply with one sentence.
Jun 1 '07 #6
Silent1Mezzo
208 100+
]
reccoz
Recognize? Is that what it is?
Jun 1 '07 #7
Hi Anoopnegi!

I did some kind of character recognition stuff (long back ...its and old topic now), also face recognition, head nod and head shake recognition, eye....gaze.........................., and also my collegue is doing research on traffic light and zebra crossing recognition for blind people :)

So, if you only say image recognition, its not that much informative :) Can you clarify what you really want do?

This field is more related to image processing and machine learning and both of them are huge areas:)

And if you want to do something on this track quickly, then chossing openCV (http://sourceforge.net/projects/opencvlibrary/) is a good choice. Just have a google search using opencv, u will find lots of thing related to object recognition from image :)

Hope it helps..

--Sorower
Jun 1 '07 #8
AdrianH
1,251 Expert 1GB
Also in proper English please :P
Hey, I've seen worse from some of the Mods here. At least is isn't some really bad l337 crap. Though I don't approve of using single letters in place of words.


Adrian
Jun 2 '07 #9
AdrianH
1,251 Expert 1GB
So you want to have a picture of someone's face and the program is supposed to tell you who it is?

P.S. I always thought image recognition meant getting text (strings) out of an image
Image recognition means recognising an image, be it text or a face or something else. It is pretty cool stuff. Some of the techniques can be applied to image compression.


Adrian
Jun 2 '07 #10
Image recognition means recognising an image, be it text or a face or something else. It is pretty cool stuff. Some of the techniques can be applied to image compression.


Adrian
hi..
i am working on a project where I am supposed to write a C code for reconising a person, using a webcam..the individual would be facing the cam and I have to verify if the face of the person matches with my database of images...

I was reading about use of eigen faces in doing so..but i am having a lot of trouble..any help??
Jun 4 '07 #11
AdrianH
1,251 Expert 1GB
hi..
i am working on a project where I am supposed to write a C code for reconising a person, using a webcam..the individual would be facing the cam and I have to verify if the face of the person matches with my database of images...

I was reading about use of eigen faces in doing so..but i am having a lot of trouble..any help??
What kind of trouble?

I don't have any experence, but I am fairly good at algorithms and design of such. Here is a link that I found when I googled 'eigen faces'. If I were to help you, this is how I would find such info.


Adrian
Jun 4 '07 #12
thanks a lot dude..
was of great help...
one more thing...
can u tell me an exact procedure for doing camera callibration using OPENCV library..I read the tutorials but of no avail..
any help would be highly helpful
Jun 11 '07 #13
thanks a lot dude..
was of great help...
one more thing...
can u tell me an exact procedure for doing camera callibration using OPENCV library..I read the tutorials but of no avail..
any help would be highly helpful
sorry for the late reply...
Jun 11 '07 #14
AdrianH
1,251 Expert 1GB
thanks a lot dude..
was of great help...
one more thing...
can u tell me an exact procedure for doing camera callibration using OPENCV library..I read the tutorials but of no avail..
any help would be highly helpful
Sorry, I would just point you at documentation. I have no experience with it.

Good luck


Adrian
Jun 11 '07 #15
Hi leoheel!

What do you really mean by camera calibration?

this [url=http://opencvlibrary.sourceforge.net/FaceDetection] might be useful.

It gets input from the camera or webcam (or avi file) and detects face on live video input (or avi movie) using Haar classifier.

--Sorower
Jun 11 '07 #16

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

Similar topics

2
by: Andreas Viklund via DotNetMonster.com | last post by:
Hi! I am developing an application in ASP.NET that takes an image, that have been created with a digital camera or camera phone, and processes it, to get data from it. The image taken by the user...
2
by: gau.tai | last post by:
Is there an existing package for python that will perform simple letter recognition from image files? I'm specifically looking for a way to read from a png file, but that can be changed.
3
by: Jmc | last post by:
Hi I would like to build an image search system, that can match both colors and/or shapes. The pictures will be quite simple picture with normaly 4-10 colors (maybe 20 in extreme cases). Large...
7
by: bcutting | last post by:
I am looking for a way to take a large number of images and find matches among them. These images may not be exact replicas. Images may have been resized, cropped, faded, color corrected, etc. ...
0
by: tavares | last post by:
--------------------------------------------------------------------------------------------------------------------------------------------- (Apologies for cross-posting) Symposium...
0
by: tavares | last post by:
------------------------------------------------------------------------------------------------------------------------------------------- (Apologies for cross-posting) Symposium...
0
by: Sagar Raj | last post by:
We are doing final year project in Optical Mark Recognition for automatic answer sheet processing using visual C#. We have completed the preprocessing techniques like converting it to gray scale,...
6
by: Daniel Fetchinson | last post by:
Hi all, There are a number of free tools for image matching but it's not very easy to decipher the actual algorithm from the code that includes db management, GUI, etc, etc. I have my own image...
0
by: tavares | last post by:
(Our apologies for cross-posting. We appreciate if you kindly distribute this information by your co- workers and colleagues.) ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.