how to recognize 2D shapes using asp.net.?how to detect shape from webcam using asp.net?
How to recognize 2D shapes using asp.net?
Collapse
X
-
ASP.NET is a web technology and you can use VB.NET or C# to implement functionality that you want to run from the web.
The first thing that you will need to do is somehow send the image to the web process (likely a web service) which will do imaging processing.
Image processing is a large topic though and you should research it to learn how to detect shapes within an image.
You should also research how to send images to the server for processing.
-Frinny
Comment