Ask Your Question
0

Same image is inputted to the opencv-ios and opencv-android on different desktops to process. RGB's are differing, why?

asked 2014-06-24 05:53:45 -0600

radha gravatar image

updated 2014-06-24 06:56:32 -0600

Wrote an opencv algo which handles the subtask of returning RGB and tried to integrate with ios and android. The RGB of ios and android are differing with a small delta value.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2014-06-24 06:25:59 -0600

Short Answer: No. RGB is the internal representation of an image, regardless the platform. And if the algorithms don't have a stochastic aspect(RANSAC for example), they will have the same output.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-06-24 05:53:45 -0600

Seen: 157 times

Last updated: Jun 24 '14