@ -937,7 +937,7 @@ namespace Emgu.CV.Test
image.SetRandUniform(new MCvScalar(), new MCvScalar(255));
image.ThresholdToZero(new Gray(120));
Emgu.CV.Moments moment = image.GetMoments(true);
double[] huMoment = moment.HuMoment;
double[] huMoment = moment.HuMoments;
}
/*
@ -141,6 +141,16 @@ namespace Emgu.CV.Test
[Test]
public void TestObjectnessBING()
{
using (Emgu.CV.Saliency.ObjectnessBING objectnessBING = new Saliency.ObjectnessBING())
//objectnessBING.SetTrainingPath("C:\\tmp");
public void TestDenseHistogram4()