Ask Your Question

NL37's profile - activity

2020-06-02 00:53:51 -0600 commented answer what contains cv::Mat data

Hello, Thank you for your answer. It is more clear. Just one question more. When we send image through TCP socket, we

2020-05-26 08:44:11 -0600 asked a question what contains cv::Mat data

what contains cv::Mat data Hi, Actually, I handle CV_8UC1 and CV_32FC1. For example, I have : cv::Mat img32bit = cv::im

2020-05-14 01:00:36 -0600 commented question problem to load 32 bit img

The pixels are different. The size of the image is the the same, and the images look the same. The difference is rather

2020-05-14 00:59:57 -0600 commented question problem to load 32 bit img

The pixels are different. The image is the the same. The difference is rather important, and I can't process my image be

2020-05-14 00:59:46 -0600 commented question problem to load 32 bit img

The pixels are different. The image is the the same. The difference is rather important, and I can't process my image be

2020-05-13 07:54:23 -0600 edited question problem to load 32 bit img

problem to load 32 bit img Hello, I have a problem to read a 32-bit image. Actually, I can read the image but I don't u

2020-05-13 07:53:31 -0600 received badge  Editor (source)
2020-05-13 07:53:31 -0600 edited question problem to load 32 bit img

problem to load 32 bit img Hello, I have a problem to read a 32-bit image. Actually, I can read the image but I don't u

2020-05-13 07:53:06 -0600 asked a question problem to load 32 bit img

problem to load 32 bit img Hello, I have a problem to read a 32-bit image. Actually, I can read the image but I don't u

2020-04-17 07:06:30 -0600 commented answer flag to load float 32-bit image

Hi, Yes, I've tried. And it is always encoded in uchar

2020-04-17 03:37:54 -0600 asked a question flag to load float 32-bit image

flag to load float 32-bit image Hi, I am trying to read a float 32-bit image in c++. For that, i use the following cod

2020-03-23 10:55:13 -0600 commented question Type issues

Yes but 16_FC1 is in half precision. Am I wrong ?

2020-03-23 10:16:06 -0600 asked a question Type issues

Type issues Hello, Actually, I'm trying to sum images. That is just a simple example, you're gonna understand my issu

2020-03-20 10:21:08 -0600 asked a question Handle Mat image in GPU

Handle Mat image in GPU Hi, Actually, I have Mat image (6004 * 7920). I need to use GPU. I have to sum 5 images, and

2020-03-16 11:43:30 -0600 asked a question Convert Mat images

Convert Mat images Hi, Actually, I have Mat image (60047920). I use CUDA, and the parameters of cuda's function is "con

2020-03-11 09:19:39 -0600 commented answer OpenCV with cuda

Hello eshirima, Many thanks for your help. I will try to change the code directly. I can´t resize the images, and I ke

2020-03-11 05:33:08 -0600 asked a question OpenCV with cuda

OpenCV with cuda Hello, I am working on the TX2. Actually, I have 5 images (6004*7920). Need to sum each pixel of the

2020-03-06 07:58:13 -0600 commented question Slices of float image

Ok great many thanks. Because I though that elemSize() gives the total number of channel. Thank you

2020-03-06 03:56:36 -0600 commented question Slices of float image

Sorry if I am not clear. As I use grayscale, I expect to obtain 1 with the following code : Image_Process.elemSize();.

2020-03-06 03:05:23 -0600 asked a question Slices of float image

Slices of float image Hello, I am working on project in which I capture 5 grayscales images 8 bit uchar images (CV_8UC1

2020-03-06 03:05:22 -0600 asked a question Slices of float image

Slices of float image Hello, I am working on project in which I capture 5 grayscales images 8 bit uchar images (CV_8UC1

2020-03-05 08:11:30 -0600 commented answer Problem to send Mat images over TCP/IP

Hello, Many thanks for your help ! I will try your method. Yes I know, I made a big mistake for about the storage ..

2020-03-05 06:58:03 -0600 asked a question Problem to send Mat images over TCP/IP

Problem to send Mat images over TCP/IP Hello community, Actually, I capture images from a Gige camera on jetson TX2 (wh

2020-03-05 02:06:01 -0600 received badge  Enthusiast
2020-02-27 04:52:12 -0600 commented question Problem with grfmt_tiff.cpp

I need some explanations, because it worked ... And I tried to change the path, and it works again. So apparently, tiff

2020-02-27 03:11:45 -0600 asked a question Problem with grfmt_tiff.cpp

Problem with grfmt_tiff.cpp Hello, Actually, I need to save .tiff without any compression. For that, I installed libtif

2020-02-24 04:53:18 -0600 commented question Operator and foreach

I get 5 images from a Gige camera (as fast as possible). Then, I sum those images (8 bit in grayscale) in a 32 bites i

2020-02-24 02:52:20 -0600 asked a question Operator and foreach

Operator and foreach Hello the community, Actually, I have to manipulate an image of 5120*3840. I need to divide by 5 t

2020-02-20 03:35:53 -0600 commented answer Question about .tiff

Many thanks for you answer. I need to use .tiff without any compression. How can I do with openCV ? Thank you

2020-02-20 02:37:26 -0600 asked a question Question about .tiff

Question about .tiff Hello the community, Acutally, I use a Gige camera to capture images. The SDK´s camera allows to u

2020-02-14 06:25:42 -0600 commented answer More efficient way to sum several images with Mat

Thank for the tip ! Ok, I am sorry Sincerely

2020-02-14 05:27:51 -0600 commented answer More efficient way to sum several images with Mat

Thank you for your help ! I tried with the function accumulate, but actually I am working with the jetson TX2, and the

2020-02-14 04:22:00 -0600 asked a question More efficient way to sum several images with Mat

More efficient way to sum several images with Mat Hello the community, Actually, I need to sum five images, and keep th