mirror of
https://github.com/opencv/opencv.git
synced 2026-07-21 19:33:03 +04:00
docs: fix spelling errors in code and comments
- Fixed 'suported' -> 'supported' in imgproc.hpp - Fixed 'constane/constans' -> 'constant/constants' in onevpl utils - Fixed 'pushconstance' -> 'pushconstant' in op_matmul.cpp - Fixed 'bufer' -> 'buffer' in test_imgwarp.cpp - Fixed 'Framebuffrer' -> 'Framebuffer' in window_framebuffer - Fixed 'readComplexPropery' -> 'readComplexProperty' in cap_msmf.cpp - Fixed 'behavoir' -> 'behavior' in test_exr.impl.hpp - Fixed 'previos' -> 'previous' in qrcode_encoder.cpp
This commit is contained in:
@@ -184,7 +184,7 @@ TEST(Imgcodecs_EXR, readWrite_32FC1_PIZ)
|
||||
// Note: YC to GRAYSCALE (IMREAD_GRAYSCALE | IMREAD_ANYDEPTH)
|
||||
// outputs a black image,
|
||||
// as does Y to RGB (IMREAD_COLOR | IMREAD_ANYDEPTH).
|
||||
// This behavoir predates adding EXR alpha support issue
|
||||
// This behavior predates adding EXR alpha support issue
|
||||
// 16115.
|
||||
|
||||
TEST(Imgcodecs_EXR, read_YA_ignore_alpha)
|
||||
|
||||
Reference in New Issue
Block a user