Click here to Skip to main content
15,922,427 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
Questionhow to use code using C++ for splash screen display Pin
yolmo1-Nov-07 3:04
yolmo1-Nov-07 3:04 
AnswerRe: how to use code using C++ for splash screen display Pin
Mark Salsbery1-Nov-07 11:21
Mark Salsbery1-Nov-07 11:21 
QuestionNoob help in c programming need!! Pin
cue_ball30-Oct-07 21:23
cue_ball30-Oct-07 21:23 
AnswerRe: Noob help in c programming need!! Pin
Luc Pattyn31-Oct-07 0:21
sitebuilderLuc Pattyn31-Oct-07 0:21 
QuestionInherited forms troubles [modified] Pin
Xpnctoc30-Oct-07 9:29
Xpnctoc30-Oct-07 9:29 
Questionlate binding Pin
Sonia Gupta29-Oct-07 19:32
Sonia Gupta29-Oct-07 19:32 
AnswerRe: late binding Pin
Mark Salsbery30-Oct-07 8:18
Mark Salsbery30-Oct-07 8:18 
Questionhow to read an PNG file using c and Process it Pin
googlejumbo29-Oct-07 18:05
googlejumbo29-Oct-07 18:05 
sir,
please help me out of the problem ... suggesst me the coding to read png image

Attached is the image on which the processing is to be performed


Take this image. It is in .png format.
It has 52 characters written in it.(26 samll a b c d ………z) and 26 capital letters (A B C ………Z)

From this big image we have to segment the image into 52 small images each representing a single character.
Now we have 52 small images. Each of them represents a character.

After this on every image gabor filter is to be applied. Gabor filter is an orientation selective filter. It has some parameters by changing them we can have a set of gabor filters with different parameters.
On each character image 16 gabor filters are to be applied. This way we will have 16 output images for each image.

For all the sixteen images centroid of each image is to be found out. This will have x, y coordinates . find the normalized area of each image. Now every character has 48 components to define it (16 filter images giving 2 coordinates each and area of each output image give 16x2 +16). This can be represented in vector form.

We now have 52 vectors one vector for each image.
To test : given any 48 dimensional vector find the distance of this vector with all 52 vectors. The vector for which difference between given vector and our set of 542 vectors is least wiil be the answer. This means the given vector represents the character “ a” if suppose the difference between given vector and vector for character “a” is found to be the least.




AnswerRe: how to read an PNG file using c and Process it Pin
Christian Graus29-Oct-07 23:38
protectorChristian Graus29-Oct-07 23:38 
QuestionReading/displaying Image in raw format Pin
Raza568029-Oct-07 12:50
Raza568029-Oct-07 12:50 
AnswerRe: Reading/displaying Image in raw format Pin
Mark Salsbery29-Oct-07 13:37
Mark Salsbery29-Oct-07 13:37 
GeneralRe: Reading/displaying Image in raw format Pin
Raza568029-Oct-07 13:49
Raza568029-Oct-07 13:49 
QuestionRunning Managed Code Pin
CodeWolf)29-Oct-07 4:43
CodeWolf)29-Oct-07 4:43 
GeneralRe: Running Managed Code Pin
TJoe29-Oct-07 5:31
TJoe29-Oct-07 5:31 
QuestionNamed pipes drive me crazy... [modified] Pin
Andrewfx29-Oct-07 1:01
Andrewfx29-Oct-07 1:01 
AnswerRe: Named pipes drive me crazy... Pin
Andrewfx29-Oct-07 22:45
Andrewfx29-Oct-07 22:45 
QuestionAbout global namespace in cwchar.h Pin
minihotto28-Oct-07 22:35
minihotto28-Oct-07 22:35 
AnswerRe: About global namespace in cwchar.h [modified] Pin
George L. Jackson29-Oct-07 1:21
George L. Jackson29-Oct-07 1:21 
GeneralRe: About global namespace in cwchar.h Pin
minihotto5-Nov-07 22:52
minihotto5-Nov-07 22:52 
QuestionCreation of class Objects Pin
achichandu28-Oct-07 22:30
achichandu28-Oct-07 22:30 
AnswerRe: Creation of class Objects Pin
George L. Jackson29-Oct-07 1:28
George L. Jackson29-Oct-07 1:28 
Questionboyer-moore alogritim for seraching hex values Pin
aamir ali28-Oct-07 22:27
aamir ali28-Oct-07 22:27 
AnswerRe: boyer-moore alogritim for seraching hex values Pin
George L. Jackson29-Oct-07 1:31
George L. Jackson29-Oct-07 1:31 
QuestionRegarding TreeView Control Pin
achichandu28-Oct-07 22:16
achichandu28-Oct-07 22:16 
Questionabout CLR Pin
minihotto28-Oct-07 20:49
minihotto28-Oct-07 20:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.