logo       

Re: How to access pixels - urgent question: msg#01192

lib.opencv

Subject: Re: How to access pixels - urgent question

Hi,

Try this:

uchar getPixel( IplImage*img, int lin, int col ) {
return ((uchar*)(img->imageData + img->widthStep*lin))[col] ;
}

void setPixel( IplImage*img, int lin, int col, uchar valor ) {
((uchar*)(img->imageData + img->widthStep*lin))[col] = valor ;
}

Regards,

Luiz Reginaldo

evaspies <evaspies@xxxxxxxxx> escreveu:
Hi guys.

Im trying to access Pixels of a grayscale image to get a
representantive value. best of all would be if the value lies
between 0 für black and 255 für white.
Do you have an Idea?
I tried to use iplGetPixel, but that function is only for 3 or 4
channel pictures.

Thanx for xour help!






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




SPONSORED LINKS
Open source software Computer vision

---------------------------------
YAHOO! GROUPS LINKS


Visit your group "OpenCV" on the web.

To unsubscribe from this group, send an email to:
OpenCV-unsubscribe@xxxxxxxxxxxxxxx

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


---------------------------------





---------------------------------
Yahoo! doce lar. Faça do Yahoo! sua homepage.

[Non-text portions of this message have been removed]



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>
Google Custom Search

News | FAQ | advertise