Skip to content
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
This repository was archived by the owner on Nov 19, 2020. It is now read-only.

Error on LocalBinaryPattern public object clone() #438

@blaisexen

Description

@blaisexen

my solution was to comment 3 lines:

        public object Clone()
        {
            var clone = new LocalBinaryPattern(blockSize, cellSize, normalize);
            //clone.epsilon = epsilon;
            //clone.histograms = (int[,][])histograms.Clone(); //**ERROR HERE**
            //clone.patterns = (int[,])patterns.Clone(); //**ERROR HERE**
            return clone;
        }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions