Re: Advise on object detection



On May 21, 11:35 am, stormogulen <bjarn...@xxxxxxxxx> wrote:
Hi all,

I have a bunch of pictures like this one:

(http://cid-1627b3c28e2dc281.spaces.live.com/photos/cns!
1627B3C28E2DC281!125 )

(A picture of rocks with soil between them)

I would like to detect and extract every single rock in the picture.
What would be the best way to do this? I have tried using Canny edge
detection to find each rock, but even though the contrast between rock
and soil is quite high, I don't get all the edges in the picture.

Also I would like to find the green box which is somewhere at the
center of the picture. How would you suggest that I do that?

Best regards,
Bjarne

Adaptive thresholding should do the trick, using intensity histogram
for example. The rocks considerably lighter then ground, and there is
no lightning gradient so single histogram could be enough. Binarize
the image and after that count white connected components.
Green box you can probably find making adaptive thresholding on hue
and saturation.
.



Relevant Pages

  • Ricky impresss cart
    ... Let's account amid the remote careers, ... Charlie, have a good picture. ... rock it. ... the criminals often terminate as yet the ...
    (sci.crypt)
  • Re: Advise on object detection
    ... I would like to detect and extract every single rock in the picture. ... and soil is quite high, I don't get all the edges in the picture. ... An edge detector depends on the window size so it will find large dirt ...
    (sci.image.processing)
  • Re: Advise on object detection
    ... I would like to detect and extract every single rock in the picture. ... and soil is quite high, I don't get all the edges in the picture. ... Then I generated mask by color detection and applied to original, ...
    (sci.image.processing)
  • Re: Go To Mars?
    ... > You need to 'right click' your mouse on the picture, select 'save as', ... The earthen wall would be the rover tracks circling around ... It's another volcanic rock maybe a foot high that is highly ... > circular areas that might contain a house or perhaps they are just ...
    (sci.space.shuttle)
  • Re: Advise on object detection
    ... I would like to detect and extract every single rock in the picture. ... and soil is quite high, I don't get all the edges in the picture. ... You should find the green box by color detection. ...
    (sci.image.processing)