Click here to Skip to main content
15,899,474 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi , I want to ask a question I want to make application that convert raster image to vector graph shall i use java 2d or c# which one have api that help us to do this application, thank ^_^
Posted
Comments
danieljb1980 2-Nov-11 13:40pm    
Did you ever find a C# solution?

1 solution

I would use C++, but C# would be my second choice. You'll need to find some image processing libraries ( there's a couple on this site in C#, I wrote one ), because to do that will involve a lot of edge detection, obviously.
 
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