Click here to Skip to main content
15,920,687 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DLL functions Pin
Rickard Andersson2014-Jun-02 0:28
Rickard Andersson2014-Jun-02 0:28 
GeneralRe: DLL functions Pin
Nish Nishant14-Jun-02 0:41
sitebuilderNish Nishant14-Jun-02 0:41 
GeneralRe: DLL functions Pin
[James Pullicino]14-Jun-02 1:47
[James Pullicino]14-Jun-02 1:47 
GeneralRe: DLL functions Pin
Navin14-Jun-02 2:58
Navin14-Jun-02 2:58 
Generalnoise removal Pin
SilentWarrior13-Jun-02 23:39
SilentWarrior13-Jun-02 23:39 
GeneralRe: noise removal Pin
Chris Losinger14-Jun-02 3:01
professionalChris Losinger14-Jun-02 3:01 
GeneralRe: noise removal Pin
SilentWarrior14-Jun-02 6:40
SilentWarrior14-Jun-02 6:40 
GeneralRe: noise removal Pin
Chris Losinger14-Jun-02 7:02
professionalChris Losinger14-Jun-02 7:02 
if it's "blurred and dark" then you probably want to sharpen and lighten it or change the contrast.

digital noise removal techniques usually end up adding more "blur" to the image, as they are most often based on weighted averages of pixels in a given area (ie. they find the weighted average of the NxN pixels surrounding each input pixel and assign that value to the corresponding output pixel). the way the pixels are weighted will determine the types of noise the filter is good at removing. but, all of them blur the image in some form.

sharpening an image can be as simple as applying the appropriate convolution matrix to the image.

lightening an image is easy: just add a constant value to each pixel component; it's a linear change. changing contrast is similar, but you add a different amount to the input pixel based on its current value; it's a non-linear change.

for edge detection, look around this site (in the GDI+ section, maybe).

-c


Cheap Oil. It's worth it!
GeneralHash size of a hash_map Pin
Alexandru Savescu13-Jun-02 23:32
Alexandru Savescu13-Jun-02 23:32 
GeneralLogin informations... Pin
Neha13-Jun-02 23:00
Neha13-Jun-02 23:00 
QuestionHow to avoid the choice destination PDF file window into Excel Automation ? Pin
13-Jun-02 22:40
suss13-Jun-02 22:40 
GeneralMS DOM XML Parser in C++ Pin
Henrik Sternberg13-Jun-02 22:03
Henrik Sternberg13-Jun-02 22:03 
GeneralDirectDraw problem on W2k Pin
13-Jun-02 21:54
suss13-Jun-02 21:54 
GeneralViewScroll + Win XP Pin
XAlien13-Jun-02 21:46
XAlien13-Jun-02 21:46 
GeneralMCI command strings for stretching Pin
khanhtruong13-Jun-02 19:45
khanhtruong13-Jun-02 19:45 
QuestionSome Advice please? Pin
SpeedRacer13-Jun-02 18:35
SpeedRacer13-Jun-02 18:35 
AnswerRe: Some Advice please? Pin
Ernest Laurentin13-Jun-02 20:23
Ernest Laurentin13-Jun-02 20:23 
AnswerRe: Some Advice please? Pin
Christian Graus13-Jun-02 21:15
protectorChristian Graus13-Jun-02 21:15 
QuestionShow selected menu item in statusbar when dynamically created? Pin
13-Jun-02 17:22
suss13-Jun-02 17:22 
AnswerRe: Show selected menu item in statusbar when dynamically created? Pin
Michael Dunn13-Jun-02 17:57
sitebuilderMichael Dunn13-Jun-02 17:57 
GeneralRe: Show selected menu item in statusbar when dynamically created? Pin
Roger Allen14-Jun-02 1:00
Roger Allen14-Jun-02 1:00 
GeneralRe: Show selected menu item in statusbar when dynamically created? Pin
14-Jun-02 4:15
suss14-Jun-02 4:15 
QuestionHow to use CFileDialog in DCOM environment! Pin
13-Jun-02 16:31
suss13-Jun-02 16:31 
AnswerRe: How to use CFileDialog in DCOM environment! Pin
13-Jun-02 16:35
suss13-Jun-02 16:35 
AnswerRe: How to use CFileDialog in DCOM environment! Pin
Rama Krishna Vavilala13-Jun-02 16:43
Rama Krishna Vavilala13-Jun-02 16:43 

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.