Click here to Skip to main content
15,913,944 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem with GetBitmapBits() in Win32 Pin
Naveen29-Oct-07 18:52
Naveen29-Oct-07 18:52 
GeneralRe: Problem with GetBitmapBits() in Win32 Pin
ashishbhatt29-Oct-07 19:01
ashishbhatt29-Oct-07 19:01 
GeneralRe: Problem with GetBitmapBits() in Win32 Pin
Naveen29-Oct-07 19:15
Naveen29-Oct-07 19:15 
GeneralRe: Problem with GetBitmapBits() in Win32 Pin
ashishbhatt29-Oct-07 19:26
ashishbhatt29-Oct-07 19:26 
GeneralRe: Problem with GetBitmapBits() in Win32 Pin
ashishbhatt29-Oct-07 19:08
ashishbhatt29-Oct-07 19:08 
AnswerRe: Problem with GetBitmapBits() in Win32 Pin
Naveen29-Oct-07 20:39
Naveen29-Oct-07 20:39 
GeneralRe: Problem with GetBitmapBits() in Win32 Pin
ashishbhatt29-Oct-07 21:42
ashishbhatt29-Oct-07 21:42 
Questionhow to read an PNG file using c Pin
googlejumbo29-Oct-07 17:49
googlejumbo29-Oct-07 17:49 
SIR,
Can u suggest an c coding for the below objective ... please help me out of this problem ..i will forward all the relevant data about the project.. Image processing
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 Pin
Paresh Chitte29-Oct-07 18:27
Paresh Chitte29-Oct-07 18:27 
Questionhow can i search an item in the MFCflexgrid? Pin
panthal29-Oct-07 17:37
panthal29-Oct-07 17:37 
AnswerRe: how can i search an item in the MFCflexgrid? Pin
chandu00429-Oct-07 19:44
chandu00429-Oct-07 19:44 
GeneralRe: how can i search an item in the MFCflexgrid? Pin
panthal29-Oct-07 20:13
panthal29-Oct-07 20:13 
GeneralRe: how can i search an item in the MFCflexgrid? Pin
chandu00429-Oct-07 21:39
chandu00429-Oct-07 21:39 
QuestionRe: how can i search an item in the MFCflexgrid? Pin
panthal29-Oct-07 23:07
panthal29-Oct-07 23:07 
GeneralOfftopic Pin
Nelek29-Oct-07 23:31
protectorNelek29-Oct-07 23:31 
GeneralRe: Offtopic Pin
chandu00430-Oct-07 2:26
chandu00430-Oct-07 2:26 
GeneralRe: Offtopic Pin
Nelek30-Oct-07 4:01
protectorNelek30-Oct-07 4:01 
QuestionCEdit control, how do we know if we press enter key? Pin
Gofur Halmurat29-Oct-07 15:39
Gofur Halmurat29-Oct-07 15:39 
AnswerRe: CEdit control, how do we know if we press enter key? Pin
Naveen29-Oct-07 16:14
Naveen29-Oct-07 16:14 
GeneralRe: CEdit control, how do we know if we press enter key? Pin
chandu00431-Oct-07 1:35
chandu00431-Oct-07 1:35 
QuestionDisplaying image (RAW format) on a control Pin
Raza568029-Oct-07 13:53
Raza568029-Oct-07 13:53 
QuestionSmall hint dialog Pin
Jarrah_1229-Oct-07 12:07
Jarrah_1229-Oct-07 12:07 
AnswerRe: Small hint dialog Pin
Nishad S29-Oct-07 17:55
Nishad S29-Oct-07 17:55 
QuestionRe: Small hint dialog Pin
Hamid_RT29-Oct-07 18:50
Hamid_RT29-Oct-07 18:50 
AnswerRe: Small hint dialog Pin
Jarrah_1229-Oct-07 19:02
Jarrah_1229-Oct-07 19:02 

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.