#! /bin/csh -f
foreach i (rg*)
	echo box classifier $i
	xpboxclass $i > BOX.CL
	cat BOX.CL
	xpvcvclass class.train BOX.CL
end
