Pierre Chatelier

Results 26 issues of Pierre Chatelier

Relates to [#24621](https://github.com/opencv/opencv/pull/24621), [#24603](https://github.com/opencv/opencv/issues/24603) CUDA implementation of the feature ### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [X] I agree to contribute to the project under Apache 2...

This PR is for performance only (at the cost of more template code and increased GPU code size) The additional variants can help the caller skip the creation of temporary...

category: cuda
optimization

I try to build OpenXML-SDK with the latest Visual Studio 2022 (community) (17.8.6) - I git checkout the tag - I open the *.sln - I try to build the...

VPL 2.10.1 (not a regression, it did not work with previous version either) I want to use VPL to decode a H264 sequence embedded in MP4 container (link below to...

bug

Using a 3 float channels TIFF with COMPRESSION_SGILOG is supported by a wide range of softwares However, I [thought that it was possible](http://www.anyhere.com/gward/pixformat/tiffluv.html) to use a single (Y) plane as...

I use a chunked dataset for incremental I/O. When I need to append data, I enlarge the dataset. Chunks are automatically allocated as needed. For performance, since I approximately know...

Priority - 3. Low 🔽
Component - C Library
Type - New Feature

### Feature description Currently, (gdal 3.8) the netCDF driver does not support AddBand(). This driver could have such a feature since bands can be NETCDF variables. ### Additional context quoted...

enhancement

[#25408](https://github.com/opencv/opencv/issues/25408) When only 1D convolution is needed (row or column filter only), `cuda::LinearFilter` might be slower than `cuda::SeparableLinearFilter` Using `cuda::SeparableLinearFilter` for 1D convolution can be done by using a `(1)`...

### Describe the feature and motivation Currently, `remap()` is applied as `dst(x, y)

feature
category: imgproc

### System Information OpenCV 4.8 Win7 64b latest Visual Studio 2019 CUDA 10.2 ### Detailed description Currently, `cv::cuda::remap()` returns values different from `cv::remap()` for non-integer remapping (involving rounding) and `cv::INTER_LINEAR`....

bug
category: imgproc
category: gpu/cuda (contrib)