teco-kit/PointAndControl

View on GitHub
IGS/Kinect/MedianJointFilter.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method jointFilter has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public Point3D[] jointFilter(List<Point3D[]> jointLists)
        {

            Point3D[] filtered = new Point3D[4];
            double minDist = 0;
Severity: Minor
Found in IGS/Kinect/MedianJointFilter.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status