Home > demo3 > hist_intersection.m

hist_intersection

PURPOSE ^

SYNOPSIS ^

function h = hist_intersection(hist1,hist2)

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function h = hist_intersection(hist1,hist2)
0002     h = sum(min([hist1;hist2]));
0003 
0004

Generated on Sat 22-Aug-2009 22:15:36 by m2html © 2003