Ask Your Question

neppie's profile - activity

2018-10-28 20:31:17 -0600 answered a question OpenCV 3 imgcodecs vs OpenCV 2 highgui - DLL size

Sorry I noticed this question too late. I strongly believe the following Q&A helps your agony. http://answers.opencv

2018-07-26 00:16:43 -0600 received badge  Supporter (source)
2018-06-13 01:42:24 -0600 received badge  Enthusiast
2018-06-06 01:17:35 -0600 commented question Is there any filter method keeping the 16-bit image?

Thank you for great advice. I found if the image type is not supported on imwrite(), imwrite() forcedly converts the ima

2018-06-06 01:15:10 -0600 marked best answer Is there any filter method keeping the 16-bit image?

Hello,

I am trying to filter the 16bit grayscale image with 16bit grayscale PSF. I tried cv::filter2D(inputImage, outputImage, -1, psf) where inputImage and psf are originally 16bit grayscale tiff files. But when I tried to convert outputImage using imwrite, it is unexpectedly compressed into 8bit image.

Did I do anything wrong? How can I filter the 16bit grayscale image with keeping 16bit grayscale?

My environment is OpenCV 3.4.1 and Visual Studio 2015.

2018-06-06 01:13:57 -0600 commented question Is there any filter method keeping the 16-bit image?

Thank you for great advice. I found if the image type is not supported on imwrite(), imwrite() forcedly converts the ima

2018-06-06 01:01:22 -0600 commented question Is there any filter method keeping the 16-bit image?

Here is very simlified my implementation. auto inputImage = cv::imread(inputFile, IMREAD_ANYDEPTH); input.convertTo(inp

2018-06-06 00:58:39 -0600 commented question Is there any filter method keeping the 16-bit image?

Here is very simlified my implementation. auto inputImage = cv::imread(inputFile, IMREAD_ANYDEPTH); input.convertTo(inp

2018-06-06 00:57:35 -0600 commented question Is there any filter method keeping the 16-bit image?

Here is very simlified my implementation. auto inputImage = cv::imread(inputFile, IMREAD_ANYDEPTH); input.convertTo(inp

2018-06-06 00:57:13 -0600 commented question Is there any filter method keeping the 16-bit image?

Here is very simlified my implementation. auto inputImage = cv::imread(inputFile, IMREAD_ANYDEPTH); input.convertTo(inp

2018-06-06 00:42:05 -0600 received badge  Editor (source)
2018-06-06 00:42:05 -0600 edited question Is there any filter method keeping the 16-bit image?

Is there any filter method keeping the 16-bit image? Hello, I am trying to filter the 16bit grayscale image with 16bit

2018-06-06 00:41:57 -0600 asked a question Is there any filter method keeping the 16-bit image?

Is there any filter method keeping the 16-bit image? Hello, I am trying to filter the 16bit grayscale image with 16bit