mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
FIx misc. source and comment typos
Found via `codespell -q 3 -S ./3rdparty,./modules -L amin,ang,atleast,dof,endwhile,hist,uint`
backporting of commit: 32aba5e64b
This commit is contained in:
committed by
Alexander Alekhin
parent
13ecd5bb25
commit
57ccf14952
@@ -703,7 +703,7 @@ int App::process_frame_with_open_cl(cv::Mat& frame, bool use_buffer, cl_mem* mem
|
||||
if (0 == mem || 0 == m_img_src)
|
||||
{
|
||||
// allocate/delete cl memory objects every frame for the simplicity.
|
||||
// in real applicaton more efficient pipeline can be built.
|
||||
// in real application more efficient pipeline can be built.
|
||||
|
||||
if (use_buffer)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user