Using segnet for image segmentation
1 回表示 (過去 30 日間)
古いコメントを表示
Hi,
Pls attend to my queries related to image segmentation using CNN making use of function 'segnetLayers':-
- Can segnet be used for monochrome images?
- What should be the size of input images? any specific? or Can input layer neuron be changed accordingly?
1 件のコメント
Kartik Mittal
2019 年 1 月 4 日
Please refer to the documentation link -
My understanding is that you can use it for monochrome images, the inputsize depends in the number of channels for the image itself, [height, width, depth] where depth is the number of channels, 1 for a monochrome.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Biomedical Imaging についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!