简体   繁体   中英

How to get image text position x,y using C#

ImageTextPosition

在此输入图像描述

Hi all,

I want to search for a specific text on the image and draw a circle on that text and keep the circle on the text while zooming in or out.

In other words, how to get image text position x,y then draw a circle on the text and keep the circle on the text while zooming in or out.

Using pure C# preferred. Please find the attached picture and let say want draw circle on the text "300".

I appreciated your help.

You need some external library for image processing like OpenCV. Wrapper for .NET is called EMGU

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM