Combine the images obtained from loop
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
amogha
el 5 de Dic. de 2014
Comentada: Image Analyst
el 12 de Dic. de 2014
<<
<<
>>
>> 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 comentarios
Adam
el 5 de Dic. de 2014
You haven't included any code. Since they appear to be non-overlapping segmentations can you not just add the images together?
Respuesta aceptada
Image Analyst
el 5 de Dic. de 2014
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 comentarios
Image Analyst
el 12 de Dic. de 2014
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.
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!