Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个字符识别器应用程序,并尝试将画布图像转换为二维整数数组。尺寸为 250x250,为黑色和白色。如果像素为黑色,我希望它将数组值设置为 1。如何确定每个像素的像素颜色以填充我的数组?(我正在使用 WPF 和 C#)
谢谢,
约瑟夫