Görüntü İşleme

wdt_ID Kod Adı Kod Türü Açıklama Link
1 gray2ind Görüntü Türü Dönüşümü

Grayscale ya da binary resimleri indexed resimlere dönüştürür.

Convert grayscale or binary image to indexed image

[X,cmap] = gray2ind(I,c)

[X,cmap] = gray2ind(BW,c)

 

[X,cmap] = gray2ind(I,c) converts the grayscale image I to an indexed image X with colormap cmap with c colors.

[X,cmap] = gray2ind(BW,c) converts the binary image BW to an indexed image.

Kod Adı Kod Türü Açıklama Link