Pierre Chatelier
Pierre Chatelier
I would like to test the BGS library for post-processing some short very static sequences. When I do that with OpenCV, I usually : -make a first pass with an...
I do not understand some of the design choices of GDALRasterBlock::Internalize() Consider the following scenario : I create dataset1 and dataset2 I fill dataset1 I read dataset1 and write it...
GDAL 3.3.2 Currently, copying one dataset to another is not very well documented regarding the following questions : -the GDALDriver::Copy() does not copy metadata by default and there seem to...
#296 is marked as wontfix, but I am in the same case : I want to hide the tabstrip when there is only one docked document. A (dirty) woraround would...
Is there a very low-overhead way to convert (or rather move) limbs (and also take care of other members of the wrapping struct) from arf_t to/from mpfr_t ?
HDF 1.12 In the context of a single HDF5 file (with a single `file_id`) containing multiple datasets, I encounter crashes when multiple threads perform reading operations (involving hyperslabs) in the...
- a fused hal::cartToPolar[32|64]f() is used instead of sequential hal::magnitude[32|64]f/hal::fastAtan[32|64]f - ipp_polarToCart is skipped for in-place processing (it seems not to support it correctly) relates to #24891 ### Pull Request...
Implements #24603 Currently, `remap()` is applied as `dst(x, y)
I have implemented a basic sample code to convolve a 2D image with a row filter. It works, but when the dst image has some stride, it seems ignored by...
Currently, GDAL supports a "sparse" feature for GTiff (see [here](https://gdal.org/development/rfc/rfc63_sparse_datasets_improvements.html)) I am interested in seeing such a feature for ENVI datasets. I understand that it is something that might not...