Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to fix "The system cannot find the path specified." exception #1313

Merged

Conversation

s-trinh
Copy link
Contributor

@s-trinh s-trinh commented Jan 21, 2024

Example:

01/17/2024  12:26 AM           163,325 visp-compute-hand-eye-calibration.exe
              19 File(s)     18,402,701 bytes
               2 Dir(s)  50,887,397,376 bytes free
if "%TARGET%"=="mingw" ctest --output-on-failure
Test project C:/projects/visp/build
        Start   1: testCameraParametersConversion
  1/291 Test   #1: testCameraParametersConversion ....................................   Passed    0.12 sec
        Start   2: testJsonCamera
  2/291 Test   #2: testJsonCamera ....................................................   Passed    0.01 sec
        Start   3: testXmlParserCamera
  3/291 Test   #3: testXmlParserCamera ...............................................   Passed    0.05 sec
        Start   4: perfColorConversion
  4/291 Test   #4: perfColorConversion ...............................................   Passed    0.05 sec
        Start   5: perfGaussianFilter
  5/291 Test   #5: perfGaussianFilter ................................................   Passed    0.06 sec
        Start   6: perfImageAddSub
  6/291 Test   #6: perfImageAddSub ...................................................   Passed    0.07 sec
        Start   7: perfImageMorphology
  7/291 Test   #7: perfImageMorphology ...............................................   Passed    0.07 sec
        Start   8: perfImageResize
  8/291 Test   #8: perfImageResize ...................................................   Passed    0.08 sec
        Start   9: perfImageWarp
  9/291 Test   #9: perfImageWarp .....................................................   Passed    0.06 sec
        Start  10: testColorConversion
 10/291 Test  #10: testColorConversion ...............................................Exit code 0xc0000374
***Exception:   0.20 sec
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
Error(s) in input:
  Expected argument following -c
Run with -? for usage
RGBa to Gray conversion, mean error: 0.661438
RGBa to Gray conversion, mean error: 0.685994
RGBa to Gray conversion, mean error: 0.684653
RGBa to Gray conversion, mean error: 0.696311
RGBa to Gray conversion, mean error: 0.704339
RGBa to Gray conversion, mean error: 0.706018
RGB to Gray conversion 1, mean error: 1
RGB to Gray conversion 2, mean error: 1
RGB to Gray conversion 1, mean error: 1
RGB to Gray conversion 2, mean error: 1
RGB to Gray conversion 1, mean error: 1
RGB to Gray conversion 2, mean error: 1
RGB to Gray conversion 1, mean error: 1
RGB to Gray conversion 2, mean error: 1
RGB to Gray conversion 1, mean error: 0.996086
RGB to Gray conversion 2, mean error: 0.996086
RGB to Gray conversion 1, mean error: 0.996918
RGB to Gray conversion 2, mean error: 0.996918
BGR to Gray conversion, mean error: 0
BGR to Gray conversion, mean error: 0
BGR to Gray conversion, mean error: 0
BGR to Gray conversion, mean error: 0
BGR to Gray conversion, mean error: 0
BGR to Gray conversion, mean error: 0
BGRa to Gray conversion, mean error: 0
BGRa to Gray conversion, mean error: 0
BGRa to Gray conversion, mean error: 0
BGRa to Gray conversion, mean error: 0
BGRa to Gray conversion, mean error: 0
BGRa to Gray conversion, mean error: 0
BGRa to RGBa conversion, mean error: 0
BGRa to RGBa conversion, mean error: 0
BGRa to RGBa conversion, mean error: 0
BGRa to RGBa conversion, mean error: 0
BGRa to RGBa conversion, mean error: 0
BGRa to RGBa conversion, mean error: 0
BGR to Gray conversion, mean error: 0.0883765
16-bit - BGGR - Bilinear - PSNR: 21.5686
        Start  11: testConversion
 11/291 Test  #11: testConversion ....................................................   Passed    0.27 sec
        Start  12: testCrop
 12/291 Test  #12: testCrop ..........................................................   Passed    0.06 sec

Copy link

codecov bot commented Jan 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ebfa260) 53.60% compared to head (8ead650) 53.60%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1313   +/-   ##
=======================================
  Coverage   53.60%   53.60%           
=======================================
  Files         399      399           
  Lines       50509    50509           
=======================================
  Hits        27076    27076           
  Misses      23433    23433           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fspindle
Copy link
Contributor

@s-trinh Thanks

@fspindle fspindle merged commit 4851925 into lagadic:master Jan 22, 2024
51 of 52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants