Click here to Skip to main content
15,916,835 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have problem,
how to implementation Digital image processing with formula Gauss method to Visual Basic???
anyone, please help me ...
Posted
Comments
[no name] 30-Jul-12 21:51pm    
Sorry but this not a problem. What have you tried? Where is the code the demonstrates any sort of a problem? "how to"? Open up Visual Studio and you write the code, that is "how to".
Kenneth Haugland 31-Jul-12 0:36am    
Whats Gauss method... He was one the most brilliant mathematican of all time, there are a number of formulas after him, so which one? Gaussian filter?
ZurdoDev 31-Jul-12 8:47am    
Need a lot more info.

Here is a lot of Image processing tools in C#:

Image Processing Lab in C#[^]

You could convert this code to VB by using this converter:
http://converter.telerik.com/batch.aspx[^]
 
Share this answer
 
If you mean that you want to apply Gaussian Filter to a specified image, I know a third-party toolkit named leadtools that have this feature including many image processing filters. Also, it supports hundreds of image formats. If you want a code snippet, please see the following page:
Gaussian-Command
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900