Feeds
回答済み
How to display numbering (for example : 1 2 3....... so on) on each image frame in a montage?
close all image= imread('ngc6543a.jpg'); for i=1:6 position = [2 4]; value = i; image= insertText(image,position, value,'F...
How to display numbering (for example : 1 2 3....... so on) on each image frame in a montage?
close all image= imread('ngc6543a.jpg'); for i=1:6 position = [2 4]; value = i; image= insertText(image,position, value,'F...
4年以上 前 | 0
| 採用済み
質問
how to add or embed numbers (e.g 1 2 3 ...) into a binary image?
I have a binary image of a blood cell, I want to insert numbering into that binary image. For color or gray image we can use in...
4年以上 前 | 1 件の回答 | 0
1
回答質問
How to display numbering (for example : 1 2 3....... so on) on each image frame in a montage?
I am working on blood cell images, in which I have croped each cell from a image of blood smear and then I have displayed the mo...
4年以上 前 | 2 件の回答 | 2