Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

image processing using c#

Status
Not open for further replies.

donnafe

Junior Member level 3
Joined
Feb 9, 2011
Messages
25
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,440
i'am doing a project in image processing which involves the appearance of vertical and horizontal lines from a preloaded image. .but right now my program can only detect all the lines in the image.. i dont know how to display the vertical and horizontal lines..please help me..
 

You question is not clear. What will be the output of your program; two images created from the original image but one image containing only the vertical lines and the other only horizontal lines?
Even then each of the image would be a complete image.....

I think that is not what you want. Probably you have some image with horizontal and vertical colored lines in it and you want to extract all the vertical lines in one image and all the horizontal lines in another one. Probably you should upload the input and expected output of your program as separate images here.
 



---------- Post added at 09:50 ---------- Previous post was at 09:40 ----------

for example this image,my project is to display only the vertical and horizontal lines that composes a certain image. .2 buttons will be placed in order for the user to choose what to display. . if he clicks the button for the vertical lines ,vertical lines will display the same with the horizontal. .this is done in a separate image box..(right now my program cannot identify vertical and horizontal lines..instead all lines that composes the image were displayed). .my question is what will i do in order to make my project the way i want it to be?and what visual c# code shall i use in order for my program to identify vertical and horizontal lines?
 
Last edited:

i'm going to get the lines from the preloaded image. . i'm not goin to create an image frm different lines. .
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top