How to recognize 2D shapes using asp.net?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jivi
    New Member
    • Jul 2012
    • 1

    How to recognize 2D shapes using asp.net?

    how to recognize 2D shapes using asp.net.?how to detect shape from webcam using asp.net?
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    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

    Working...