المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : find nearest white pixels in a binary image



C++ Programming
01-23-2010, 08:41 AM
Hi all,
I have a binary image (white objects and black background). I want to find the nearest white pixel for every black pixel of the image. How can implement it in c++.

Thanks in advance,

Franckesh