C# How to scan a photo

Mark Tweedy 1 Reputation point
2023-10-05T13:00:14.2933333+00:00

So I want to write something we're I have my program scan a photo and if it see a object on a pic then it auto uploads to a place in the cloud. I was just wondering where a good starting point be?

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,573 questions
.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
154 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Olaf Helper 42,761 Reputation points
    2023-10-06T06:02:04.41+00:00

    Standard scanning API is TWAIN, see

    https://en.wikipedia.org/wiki/TWAIN

    0 comments No comments