void calc_fully_weighted_entropy |
( |
const volume< float > & |
vref, |
|
|
const volume< float > & |
vtest, |
|
|
const volume< float > & |
refweight, |
|
|
const volume< float > & |
testweight, |
|
|
int * |
bindex, |
|
|
const Matrix & |
aff, |
|
|
const float |
mintest, |
|
|
const float |
maxtest, |
|
|
const int |
no_bins, |
|
|
float * |
jointhist, |
|
|
float * |
marghist1, |
|
|
float * |
marghist2, |
|
|
float & |
jointentropy, |
|
|
float & |
margentropy1, |
|
|
float & |
margentropy2, |
|
|
const float |
smoothsize, |
|
|
const float |
fuzzyfrac |
|
) |
|
|