Accord.Imaging.SpeededUpRobustFeaturesDescriptor.SpeededUpRobustFeaturesDescriptor C# (CSharp) Method

SpeededUpRobustFeaturesDescriptor() public method

Initializes a new instance of the SpeededUpRobustFeaturesDescriptor class.
public SpeededUpRobustFeaturesDescriptor ( IntegralImage integralImage ) : System
integralImage IntegralImage /// The integral image which is the source of the feature points. ///
return System
        public SpeededUpRobustFeaturesDescriptor(IntegralImage integralImage)
        {
            this.integral = integralImage;
        }