matrix dimension must agree
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
how can i obtain color image but it should be subtracted from gray scale mean image of the greenchannel image and divide by grayscale variance image what should i do
sigmoid function = 1./(1+exp((double(meangrayImage)-double(colorimage))./double(variancegrayImage)));
0 Kommentare
Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!