Combine the images obtained from loop

<<
<<
>>
>> I am doing classification of crop and weed the I have detected the crop but it is displaying in separate windows please help me to obtain all crops in one image thanks in advance

2 Comments

You haven't included any code. Since they appear to be non-overlapping segmentations can you not just add the images together?
Sorry forgotten to attach code.

Sign in to comment.

 Accepted Answer

I don't know how they got separated in the first place. If you do color segmentation you'll get all of them. See the color segmentation demos in my File Exchange, particularly the one on segmenting by hue. http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862

9 Comments

I have done the segmentation based on the area threshold. Which area is more than 6000 is classified as crop. And weed also separately displayed.
Thanks in advance.
Hello image analyst, I have gone through the simple colour detection by hue, in that they have illustrated till measurement of area, based on the area how do we classify the objects.
Sorry, I doubt you'll be able to tell green weeds from green crops in your photos.
Hello I am trying to classify the weeds which is of same colour as crop.
I know. But I can't see them in your photo. Can you? Why don't you upload an annotated picture with arrows pointing to all the weeds and describe what is different looking about them?
Well that's a completely different image. However I still don't know what's a weed and what's a desired crop. What about the first image with the large field of view, were you able to see weeds in it?
amogha
amogha on 12 Dec 2014
Edited: amogha on 12 Dec 2014
Hello in the new image attached, right top image is weed and bottom is crop. In the large field view the weed are null but crops are getting separated after execution. Thank You
If all your images are like the one with the small field of view you might be able to do it for crops of that specific color and weeds of that specific color because they are different colors and sizes. In the one with the field of view of the whole field, the crops are probably so much bigger than the weeds that you can't even see them. You can get the whole image in one binary image. In fact I bet that is what you started with. I don't think you started with separate binary images - it started as one and you separated them for some reason. The complete image is called BW in your code, so if that's what you want, you already have it.

Sign in to comment.

More Answers (0)

Categories

Find more on Agriculture in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!