Click here to Skip to main content
15,914,400 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to obtain data from other member function? Pin
gentleguy20-Jun-08 3:14
gentleguy20-Jun-08 3:14 
GeneralRe: how to obtain data from other member function? Pin
led mike20-Jun-08 4:26
led mike20-Jun-08 4:26 
Questionhow to smooth projection histogram of binary image? Pin
gentleguy20-Jun-08 2:54
gentleguy20-Jun-08 2:54 
GeneralRe: how to smooth projection histogram of binary image? Pin
CPallini20-Jun-08 3:10
mveCPallini20-Jun-08 3:10 
QuestionRe: how to smooth projection histogram of binary image? Pin
Maximilien20-Jun-08 3:14
Maximilien20-Jun-08 3:14 
AnswerRe: how to smooth projection histogram of binary image? Pin
gentleguy20-Jun-08 3:19
gentleguy20-Jun-08 3:19 
GeneralRe: how to smooth projection histogram of binary image? Pin
CPallini20-Jun-08 3:28
mveCPallini20-Jun-08 3:28 
AnswerRe: how to smooth projection histogram of binary image? Pin
Randor 20-Jun-08 3:54
professional Randor 20-Jun-08 3:54 
There are several smoothing/convolution algorithms that you can use to smooth the projection histogram. You can begin your research by using a gaussian smoothing filter.

http://www.codeproject.com/info/search.aspx?artkw=Gaussian[^]

http://en.wikipedia.org/wiki/Numerical_smoothing_and_differentiation[^]

The lesser known polynomial filter (Savitsky-Golay) may produce a more accurate result depending on your area of research.

http://en.wikipedia.org/wiki/Savitzky%E2%80%93Golay_smoothing_filter[^]

http://research.microsoft.com/users/jckrumm/SavGol/SavGol.htm[^]

Best Wishes,
-David Delaune
GeneralRe: how to smooth projection histogram of binary image? Pin
Nelek20-Jun-08 4:02
protectorNelek20-Jun-08 4:02 
Questionerror in application Pin
projectip20-Jun-08 1:23
projectip20-Jun-08 1:23 
QuestionRe: error in application Pin
Nelek20-Jun-08 1:57
protectorNelek20-Jun-08 1:57 
QuestionReturn a different value (not IDCANCEL or IDOK) with DoModal Pin
piul20-Jun-08 0:42
piul20-Jun-08 0:42 
AnswerRe: Return a different value (not IDCANCEL or IDOK) with DoModal Pin
piul20-Jun-08 0:44
piul20-Jun-08 0:44 
QuestionSort by MailDates Pin
manju#12320-Jun-08 0:15
manju#12320-Jun-08 0:15 
RantPlease don't repost. Pin
CPallini20-Jun-08 0:20
mveCPallini20-Jun-08 0:20 
GeneralRe: Please don't repost. Pin
manju#12320-Jun-08 0:23
manju#12320-Jun-08 0:23 
JokeRe: Please don't repost. Pin
Rajesh R Subramanian20-Jun-08 0:26
professionalRajesh R Subramanian20-Jun-08 0:26 
GeneralRe: Please don't repost. Pin
manju#12320-Jun-08 0:34
manju#12320-Jun-08 0:34 
JokeRe: Please don't repost. Pin
buntyrolln20-Jun-08 0:38
buntyrolln20-Jun-08 0:38 
GeneralRe: Please don't repost. Pin
Rajesh R Subramanian20-Jun-08 0:40
professionalRajesh R Subramanian20-Jun-08 0:40 
JokeRe: Please don't repost. Pin
CPallini20-Jun-08 0:51
mveCPallini20-Jun-08 0:51 
JokeRe: Please don't repost. Pin
Rajesh R Subramanian20-Jun-08 0:57
professionalRajesh R Subramanian20-Jun-08 0:57 
GeneralRe: Please don't repost. Pin
CPallini20-Jun-08 1:00
mveCPallini20-Jun-08 1:00 
AnswerRe: Sort by MailDates Pin
Hamid_RT20-Jun-08 0:35
Hamid_RT20-Jun-08 0:35 
GeneralRe: Sort by MailDates Pin
manju#12320-Jun-08 0:39
manju#12320-Jun-08 0:39 

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.