help. detect if pixels in an expanding radius is darker than a threshold
in
Programming Questions
•
2 years ago
i want to be able to detect if the pixels nearby a coordinate is darker than a threshold.
i want to use a for loop to loop through an expanding radius while analysing the radiant pixels. if i find a pixel that is darker than the threshold i want to go on. (need help on this)
if you have any ideas how to determine which of the found pixels in the radius to choose please say it out loud :-)
im trying to develop a drawing algorithm but its really dificult.
_____
allways on the lookout for new toys to mod
_____
i want to use a for loop to loop through an expanding radius while analysing the radiant pixels. if i find a pixel that is darker than the threshold i want to go on. (need help on this)
if you have any ideas how to determine which of the found pixels in the radius to choose please say it out loud :-)
im trying to develop a drawing algorithm but its really dificult.
_____
allways on the lookout for new toys to mod
_____
1