Image Regions

  • Thread starter Thread starter Ruby Nadler
  • Start date Start date
R

Ruby Nadler

Hi EveryOne,
Is the a way to analyze image layout: what i need it to split image into
pictures or text regions (like ocr does, but i dont need to know what is the
text, only its location). the image can be BW or Color.
thanks.
 
Hi Peter,
untill now, what i did was pixel scan: i ran over the pixels and checked if
it is black or white ans did some calculations to get regions (i was looking
for white squares). it wasnt working so good because i couldnt define min
size of squares so i could have hundreds of then. for color image it wont
work anyway. this is what you suggested?
Thanks,
Ruby
 
Back
Top