Info

この質問は閉じられています。 編集または回答するには再度開いてください。

help needed in image processing functions

1 回表示 (過去 30 日間)
Alaa-eddean hussein
Alaa-eddean hussein 2014 年 8 月 28 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
hey everyone i'm working on a project and i need some help .. i need to group objects together like the one attached, i need all these objects grouped together to one object
i used some processes before
here are the functions used before
Processing.image_gray(:,:,:,i)=rgb2gray(Processing.img_diff(:,:,:,i));
Processing.Adj_img(:,:,:,i)=imadjust(Processing.image_gray(:,:,:,i),[ 0.1 0.9],[0 1]);
Processing.BW_image(:,:,:,i)=im2bw(Processing.Adj_img(:,:,:,i),0.01);
Processing.img_eli(:,:,:,i)= bwareaopen(Processing.BW_image(:,:,:,i), 100);
Processing.img_objects(:,:,:,i) = bwconvhull(Processing.img_eli(:,:,:,i),'object');
Processing.BWnobord(:,:,:,i)= imclearborder(Processing.img_objects(:,:,:,i), 4);
is there something i can adjust or a function to add to get this done
thanks in advance to any help :)

回答 (1 件)

Image Analyst
Image Analyst 2014 年 8 月 28 日
After looking at your code, I have no idea what you want to do, and I do image processing all day long every day. Anyway, there is nothing attached like you said.

Community Treasure Hunt

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

Start Hunting!

Translated by