how to implement the graphcut segmentation technique to grayscale image
2 次查看(过去 30 天)
显示 更早的评论
I am doing imagesegmentation on kidney using graphcut to segment kidneys which are grayscale images . i tried to use this below by Mohamed Athiq https://in.mathworks.com/matlabcentral/fileexchange/41526-gray-scale-image-segmentation-using-normalized-graphcuts but iam getting error
- In eigs/AminusSigmaBsolve (line 1213)
- In eigs>@(v)AminusSigmaBsolve(Bmtimes(v)) (line 149)
- In eigs (line 267)
- In graphcuts (line 91)
- Subscripted assignment dimension mismatch.
- Error in graphcuts (line 102)
- id(:,:)=se;
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!