|
Re: How separate a RGB picture in 3 pictures 1 RED 1 GREN and 1 BLUE??: msg#00671lib.opencv
To access pixel (x, y) in an 8-bit unsigned, 3-plane, BGR image, do unsigned char *row, red, green, blue; ... row = image->imageData + image->widthStep * y; blue = row[3 * x]; green = row[3 * x + 1]; red = row[3 * x + 2]; --- In OpenCV@xxxxxxxxxxxxxxx, "nerviousya" <nerviousya@xxxx> wrote: > > If somebody can help me thank you very much > Change settings: http://www.yahoogroups.com/mygroups, select Get Emails (get all posts) Daily Digest (one summary email per day) Read on the web (read posts on the web only)Or Unsubscribe by mailing OpenCV-unsubscribe@xxxxxxxxxxxxxxx |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: newbie - what to include etc.: 00671, cegparamesh |
|---|---|
| Next by Date: | converting grey-scale img => mask: 00671, chrishutchinsbristol |
| Previous by Thread: | How separate a RGB picture in 3 pictures 1 RED 1 GREN and 1 BLUE??i: 00671, nerviousya |
| Next by Thread: | Re: How separate a RGB picture in 3 pictures 1 RED 1 GREN and 1 BLUE??: 00671, bouldeglace |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |