ThibaultMontaufray/Droid-Image

View on GitHub
Project/Droid.Image/Controler/ParsingPicture.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method DetectPedestrian has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public static List<DetectZone> DetectPedestrian(byte[] imgArray)
        {
            List<DetectZone> zones = new List<DetectZone>();
            try
            {
Severity: Minor
Found in Project/Droid.Image/Controler/ParsingPicture.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status