| | |
Final project - Digital Image Processor
![]() |
•
•
Join Date: May 2008
Posts: 1
Reputation:
Solved Threads: 0
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
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
Post on vb.net section
Never tried = Never Know
So, Please do something before post your thread.
* PM Asking will be ignored *
So, Please do something before post your thread.
* PM Asking will be ignored *
![]() |
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: Problem displaying data in a Flexgrid in VB6
- Next Thread: List box... help
| Thread Tools | Search this Thread |
* 6 429 2007 access activex add age application basic beginner birth bmp calculator cd cells.find click client code college component connection connectionproblemusingvb6usingoledb copy creat ctrl+f data database datareport date delete dissertations dissertationthesis dissertationtopic edit error excel excelmacro file filename form hardware header iamthwee image inboxinvb internetfiledownload keypress label listbox listview liveperson login looping machine microsoft movingranges number objectinsert open oracle password prime program prompt range-objects readfile reading record refresh remotesqlserverdatabase report save search sendbyte sites sort sql sql2008 sqlserver subroutine tags textbox time urldownloadtofile vb vb6 vb6.0 vba visual visualbasic visualbasic6 web window windows






