<div>hello everybody,</div>
<div> </div>
<div>I hope somebody can help me with this:</div>
<div> </div>
<div>I have an grayscale image. In this image iam looking voor values  above the 200. (numpy.where)</div>
<div> </div>
<div>the result is this:</div>
<div>(array([30, 30, 30, ..., 70, 70, 70]), array([35, 36, 37, ..., 34, 35, 36]))</div>
<div> </div>
<div>these are the positions of the pixels with a value above the 200.</div>
<div> </div>
<div>But I don&#39;t want to have the positions, but the pixelvalues where the pixels are above the 200.</div>
<div> </div>
<div>So, i have the positions but i want tot know what the values are on these positions.</div>
<div> </div>
<div>anyone can help me please? I have searched a lot, but found nothing.</div>
<div> </div>
<div>thanks in advance!</div>
<div> </div>
<div> </div>