如何在android中获取图像中像素的rgb值

发布于 2024-09-11 05:28:02 字数 217 浏览 1 评论 0原文

我正在做一个小项目(Android 平台的程序),我并没有遇到任何问题,但我真的不知道从哪里开始。 我正在从事的项目与获取信息和操作图像内像素的 RGB 值有关。我知道这是一个非常基本的程序(不会透露有关该项目的所有信息),但我是一个初级 Android 程序员。

我已经开发了我的算法,现在我只需要被推/“推”到正确的方向。有人可以帮我吗?有关于此类事情或相关主题的教程吗?

提前致谢!

I am working on a little side project (program for Android platform)and I don't exactly have a problem, but I don't really know where to start.
The project I am working on has to do with getting the info and manipulating a pixel's RGB values inside an image. I know this is a very basic program (not going to disclose all the information about the project), but I am a beginning android programmer.

I've already developed my algorithm, now I just need to be pushed/"knudged" in the right direction. Could anyone please help me? Any tutorials on this kind of thing or related topics?

Thanks in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

黎歌 2024-09-18 05:28:02

你有什么样的物体?位图?如果是这样,Bitmap.getPixel(int x, int y)怎么样?

What kind of object do you have? A Bitmap? If so, how about Bitmap.getPixel(int x, int y)?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文