Final project - Digital Image Processor

Reply

Join Date: May 2008
Posts: 1
Reputation: gty103 is an unknown quantity at this point 
Solved Threads: 0
gty103 gty103 is offline Offline
Newbie Poster

Final project - Digital Image Processor

 
0
  #1
May 7th, 2008
For the final project of the year i need to create a digital image processor that removes the noise and increase the contrast in a digital image. Here are the requirements for the project:

Program Requirements

Input data: The values for the two-dimensional array will come from a file (rawimage.txt) which will be provided for you. Each line in the input file will correspond to all of the values for one row of the array (image) separated by a space.

Outputs:
1) The image will be displayed immediately after the Get Image button has been clicked. The image should be displayed without a space between the numbers.
2) The image will be displayed after the Filter Noise button has been clicked and the Filter Noise process has been completed.
3) The image will be displayed after the Improve Contrast button has been clicked and the Improve Contrast process has been completed.

Only the proper button for the current state of the process should be enabled, the others should be disabled.

Required sub procedure:
private sub displayImage()
This function will display the image array in the textbox and should be called to display the image after each step of the process has been performed.


This is all i have so far, and i know its not much at all but any help would be greatly appreciated it.

Public Class DigitalImage
Dim image As Integer(,) = New Integer(20, 77) {}

Private Sub imageTextBox_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles imageTextBox.TextChanged

End Sub
End Class
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 2,641
Reputation: Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light 
Solved Threads: 245
Jx_Man's Avatar
Jx_Man Jx_Man is offline Offline
Posting Maven

Re: Final project - Digital Image Processor

 
0
  #2
May 10th, 2008
Post on vb.net section
Never tried = Never Know
So, Please do something before post your thread.
* PM Asking will be ignored *
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the Visual Basic 4 / 5 / 6 Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC