Click here to Skip to main content
15,896,379 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to develop a image processsing application that will analyse some grayscale images, the images in question are basically biological photographs(PCR GEL Photographs) that have some bands which are lighter in shades, and these bands are arranged in some pattern( Mostly linear), Till now, i had suceeded to programatically identify those bands which are distinct and clearly seperated from other band, but the band, which are close, could not be identified as seperate band.
more over my algorithms fails miserably in case case of color photographs,and i am clueless for a better approach.

i will be grateful if somebody out there had any previous experience,to help me out
Posted

1 solution

Check this article
Image Processing Lab in C#[^]
But the article is in C# so you need to convert the code, check this .NET Code Conversion[^]

Image Factory v1.0[^]

EDIT

Also I found this one
Image Tools - .NET/MONO Batch image processing tool[^]
 
Share this answer
 
v2
Comments
chieto 14-Jan-12 12:47pm    
thanks . . for the great reply


but the conversion not working.why?
thatraja 14-Jan-12 13:10pm    
Why not working? Did you check this?
Anyway check my updated answer
chieto 14-Jan-12 21:09pm    
stil not working. .

can you convert it in vb.net? pls send me via email

thanks
chieto 14-Jan-12 12:52pm    
can you give a vb.net sample for it?
chieto 14-Jan-12 19:53pm    
thanks for fast reply. . let me check the link . .

thanks again

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