Ask Your Question

Supreeth Kumar Y P's profile - activity

2020-09-25 09:38:28 -0600 received badge  Necromancer (source)
2020-09-25 09:38:28 -0600 received badge  Self-Learner (source)
2020-09-25 07:49:08 -0600 answered a question Disable file system cache during imwrite

By using jpeg my problem solved. Thank you!

2020-09-25 07:47:12 -0600 commented question How to update UMat when Mat is updated?

Thanks for your Response. If possible can you look at this question link text

2020-09-25 07:44:35 -0600 asked a question How to Apply warpPerspective only for part of Image?

How to Apply warpPerspective only for part of Image? In my application I am doing warpPerspective after that I am croppi

2020-09-25 05:34:38 -0600 asked a question How to update UMat when Mat is updated?

How to update UMat when Mat is updated? I am writing one application in which i'll be having 2 Mat objects whose data wi

2020-08-12 01:50:29 -0600 commented question Disable file system cache during imwrite

@Der Luftmensch, As per Requirement I need to use either png or bmp.

2020-08-12 01:49:11 -0600 commented question Disable file system cache during imwrite

int count = 0; unsigned char * buff = NULL; cv::Mat matt(800, 1280, CV_8UC4); cv::Mat mat; while(count < 10000) {

2020-08-12 01:49:05 -0600 commented question Disable file system cache during imwrite

int count = 0;\n unsigned char * buff = NULL; cv::Mat matt(800, 1280, CV_8UC4); cv::Mat mat; while(count < 10000) {

2020-08-12 01:48:35 -0600 commented question Disable file system cache during imwrite

int count = 0; unsigned char * buff = NULL; cv::Mat matt(800, 1280, CV_8UC4); cv::Mat mat; while(count &

2020-08-12 01:48:09 -0600 commented question Disable file system cache during imwrite

int count = 0; unsigned char * buff = NULL; cv::Mat matt(800, 1280, CV_8UC4); cv::Mat mat; while(count < 10000) {

2020-08-07 08:00:23 -0600 asked a question Disable file system cache during imwrite

Disable file system cache during imwrite I am trying to build a application with opencv and c++ in Linux env to capture