473,657 Members | 2,496 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

WHAT is image processing & how to do it using C


hey guys,can anyone tell me what is image processing,
how to do it using C.
IN KSHITIJ 2007 held at IIT kgp a que by INFOSYS is asked,
they hav given an image then cut in different orientation ,put in a
abstract(unorde red) manner & asked to jumble it using C
PROGRAMMING to get the real image.

Jun 1 '07 #1
3 2551

birensubu...@gm ail.com wrote:
hey guys,can anyone tell me what is image processing,
how to do it using C.
IN KSHITIJ 2007 held at IIT kgp a que by INFOSYS is asked,
they hav given an image then cut in different orientation ,put in a
abstract(unorde red) manner & asked to jumble it using C
PROGRAMMING to get the real image.
i couldn't really parse your last sentence, but i'm sure it's not
relevant to this group
here is a few links you may want to read
http://en.wikipedia.org/wiki/Image_processing
http://en.wikipedia.org/wiki/Netique...enet_etiquette
http://c-faq.com/

Jun 1 '07 #2
In article <11************ *********@o5g20 00hsb.googlegro ups.com>,
nszabolcs <ns*******@gmai l.comwrote:
>
birensubu...@g mail.com wrote:
>hey guys,can anyone tell me what is image processing,
how to do it using C.
IN KSHITIJ 2007 held at IIT kgp a que by INFOSYS is asked,
they hav given an image then cut in different orientation ,put in a
abstract(unord ered) manner & asked to jumble it using C
PROGRAMMING to get the real image.

i couldn't really parse your last sentence, but i'm sure it's not
relevant to this group
here is a few links you may want to read
http://en.wikipedia.org/wiki/Image_processing
http://en.wikipedia.org/wiki/Netique...enet_etiquette
http://c-faq.com/
Indeed. Also:

http://en.wikipedia.org/wiki/Aspergers
http://en.wikipedia.org/wiki/Clique
http://en.wikipedia.org/wiki/C_programming_language

Jun 1 '07 #3

<bi**********@g mail.comwrote in message
news:11******** **************@ r19g2000prf.goo glegroups.com.. .
>
hey guys,can anyone tell me what is image processing,
how to do it using C.
IN KSHITIJ 2007 held at IIT kgp a que by INFOSYS is asked,
they hav given an image then cut in different orientation ,put in a
abstract(unorde red) manner & asked to jumble it using C
PROGRAMMING to get the real image.
Image processing in C is easy. Basically

void processimage(un signed char *rgb, int width, int height)
{
/* code goes here - eg to make image black call memset */
}

There is no standard library for displaying images, but plenty of
platform-specific ones. You can also write the image as a BMP or, if
adventurous, GIF, TIFF or JPEG.

In your case you need to do Fourier transforms to find joins that don't
produce a high-frequency spike, caused by the mismatch. There is plenty of C
code on the net that does this sort of thing, but it really become an
algorithms rather than a C question.
Because image processing tends to be processor-intensive, C is the language
of choice. You might like to look at BASICdraw, however, on my website. This
allows some simple image processing in BASIC. Theoretically you could do a
fast Fourier transform with it, but really that would be stretching it too
far.

--
Free games and programming goodies.
http://www.personal.leeds.ac.uk/~bgy1mm

Jun 2 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
3032
by: Mattias Campe | last post by:
Hi, Depending on if I get an image or a text of a certain URL, I want to do something different. I don't know in advance whether I'll get an image or a text. This is a URL that returns an image: http://indicator.amessage.info/indicator.php?param1=cobnet%40jabber.org&amp;param2=bounce&amp;param3=http%3A%2F%2Fstudent.ugent.be%2Fastrid%2Fpics%2Fjabber%2F&amp;param4=.png
7
1714
by: Paul Charlton-Thomson | last post by:
Hi! I have nearly cracked this and am stuck on the last bit. I am asking my visitors to rank 8 different items (a,b,c,d,e,f,g,h) from 1 to 10 and then I want to draw a pie chart of those values. My page (draw_pie.php) that draws the pie chart works as it should and I link to it like this ... <A HREF="draw_pie.php?a='.$a.'&b='.$b.'&c='.$c.'&d='.$d.'&e='.$e.'&f='.$f.'&g=' ..$g.'&h='.$h.'">Pie Chart</A>
2
451
by: MrPolite | last post by:
I'm using a 5x5 convolution matrix to do some image processing. (I don't really know much about image processing). I lose 2 pixels from the edges of the image. When I apply any 5x5 matrix in photoshop however, it doesn't lose any pixels around the edges. So I'm wondering what is usually done with the edge pixels when using a convolution matrix???
10
4420
by: stonny | last post by:
Hi, I am converting my matlab program into C/C++. I need to change some image processing toolbox functions into C/C++, such as edge detection, mathematical morphology. Is there any place that I can download some open source program to release my load? Many Thanks Dexin
10
5718
by: Enrique Cruiz | last post by:
Hello all, I am currently implementing a fairly simple algorithm. It scans a grayscale image, and computes a pixel's new value as a function of its original value. Two passes are made, first horizontally and second vertically. The problem I have is that the vertical pass is 3 to 4 times slower than the horizontal, although the code is _exactly_ the same in both cases?! The code itself is very simple. There are 2 loops to scan through...
0
1442
by: tavares | last post by:
--------------------------------------------------------------------------------------------------------------------------------------------- (Apologies for cross-posting) Symposium "Computational Methods in Image Analysis" National Congress on Computational Mechanics (USNCCM IX) San Francisco, CA, USA, July 22 - 26 2007 http://www.me.berkeley.edu/compmat/USACM/main.html We would appreciate if you could distribute this information by...
6
2226
by: googletired | last post by:
Hello, I haven't made a XSL in quite sometime so i am very rusty. Basicly i want the XSL to display a defined image if one is not present in the XML. here is my current XSL and XML will be below that, hope you can help. <?xml version='1.0' encoding='utf-8' ?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="html" encoding="ISO-8859-1" omit-xml-declaration="yes"/>
1
2020
by: sravani1 | last post by:
This code runs like when i submit the form it takes the image and displayed and top of the image a map will displayed. But actually i want that when i give the image it checks the location in the map and after displayed it.plz tell that how to start the logic. <?php // Connect to database $errmsg = "";if (! @mysql_connect("localhost","root","sreeni")) { $errmsg = "Cannot connect to database"; } @mysql_select_db("my_db1");...
0
2013
by: tavares | last post by:
(Our apologies for cross-posting. We appreciate if you kindly distribute this information by your co- workers and colleagues.) *************************************************************************** Symposium “Image Processing and Data Visualization” 2nd South-East European Conference on Computational Mechanics (SEECCM 2009) Island of Rhodes, Greece, 22-24 June 2009
0
8425
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8845
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8743
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8522
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8622
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6177
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5647
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2745
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1973
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.