docs: fix spelling errors

- 'tirangle' -> 'triangle'
- 'cirlce' -> 'circle'
- 'gradiantSize' -> 'gradientSize'
- 'unnotied' -> 'unnoticed'
- 'consistensy' -> 'consistency'
- 'implemention' -> 'implementation'
- 'suppported/Unsuppported/suppport' -> 'supported/Unsupported/support'
This commit is contained in:
raimbekovm
2025-12-25 15:45:08 +06:00
parent c1c893ff73
commit a41857f3c2
9 changed files with 11 additions and 11 deletions

View File

@@ -210,7 +210,7 @@ TEST(Imgcodecs_EXR, read_YA_unchanged)
ASSERT_FALSE(img.empty());
ASSERT_EQ(CV_32FC2, img.type());
// Cannot test writing, 2 channel writing not suppported by loadsave
// Cannot test writing, 2 channel writing not supported by loadsave
}
TEST(Imgcodecs_EXR, read_YC_changeDepth)