Ask Your Question

Ella Feng's profile - activity

2019-02-25 20:51:24 -0600 asked a question How to enable $module_name/test/ocl/*.cpp for video module

How to enable $module_name/test/ocl/*.cpp for video module Some modules have the folder, module_name/test/ocl/, but thes

2019-01-15 19:49:27 -0600 commented question opencv 4.0.1, build error if enabled openvx,skipSmallImagfes is not a member of cv::{anonymous}::ovx

After a long time debugging, I found that the OpenVX code in median_blur.cpp is actually in namespace cv {namespace {}}

2019-01-15 19:49:09 -0600 commented question opencv 4.0.1, build error if enabled openvx,skipSmallImagfes is not a member of cv::{anonymous}::ovx

After a long time debugging, I found that the OpenVX code in median_blur.cpp is actually in namespace cv {namespace {}}

2019-01-15 00:12:05 -0600 asked a question opencv 4.0.1, build error if enabled openvx,skipSmallImagfes is not a member of cv::{anonymous}::ovx

opencv 4.0.1, build error if enabled openvx,skipSmallImagfes is not a member of cv::{anonymous}::ovx opencv version, op

2018-11-26 02:56:42 -0600 asked a question compact build OpenCV 4.0-RC

compact build OpenCV 4.0-RC How can I build OpenCV 4.0 with Compiler option -Os? I am working on arm64 cross compile. S

2018-11-15 21:14:30 -0600 answered a question performance tests in OpenCV 3.0 with OpenCL enabled

cpp examples are examples to test the CPU method. refine the case if you want to enable CL.

2018-05-23 05:00:03 -0600 commented answer How can I run a single gtest case, like opencv_perf_stitching?

Thanks very much. it works.

2018-05-23 03:56:55 -0600 asked a question How can I run a single gtest case, like opencv_perf_stitching?

How can I run a single gtest case, like opencv_perf_stitching? when run opencv_perf_stitching, I got 6 failed cases. Lik