OpenHPS/openhps-opencv

View on GitHub
src/server/nodes/processing/StereoCameraCalibrationNode.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function process has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    process(data: StereoImageFrame): Promise<StereoImageFrame> {
        return new Promise<StereoImageFrame>((resolve, reject) => {
            const boardSize = new Size(8, 6);
            const promises = [];
            promises.push(
Severity: Minor
Found in src/server/nodes/processing/StereoCameraCalibrationNode.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status