-
I am attempting to use Emgucv on linux for CUDA, but getting the error message:
[ 91%] Building CXX object opencv/modules/videostab/CMakeFiles/opencv_videostab.dir/src/global_motion.cpp.o
[ 91%] L…
-
##### System information (version)
- OpenCV => 3.4.3
- Operating System / Platform => RHEL 7.5
- Compiler => GCC 4.8.5
##### Detailed description
Hi, I've been trying for days now to compile Op…
-
We have posted a draft proposal for Image I/O in MONAI, and we welcome developer and community feedback:
[Image I/O Proposal](https://github.com/Project-MONAI/MONAI/wiki/Image-IO-Proposal)
This …
-
I am working with a `.dcm` file which contains a colored image. After decompressing the image with `gdcm`, I re-loaded the file with `pydicom` and plotted the image - it looks like this:
![face](h…
-
Homebrew has a lot of formulae that depend on `python` and migration at one go ended up with lack of disk space on CI agents (https://github.com/Homebrew/homebrew-core/pull/45337), so this time we're …
-
I am trying to do the following:
1. load a multi-frame dicom file that is JPEG compressed (YBR_FULL_422)
2. edit some raw pixels (black out confidential patient name)
3. write the new pixels to a n…
-
The current test suite consists of a multiplication of python versions times yes/no to various numpy, pillow, gdcm, etc. environments. Looking at travis history, there have been 37 different runs ove…
-
**Host Environment**
- OS: Windows_zhCN
- Compiler: MSVC 2017
**To Reproduce**
Steps to reproduce the behavior:
`./vcpkg.exe install opencv4[ade,contrib,core,dnn,eigen,ffmpeg,gdcm,halide,ipp,ja…
-
Hello,
I've been successfully writing images (UltraSound) to disk using pixel_array and OpenCV doing this:
cv2.imwrite("image.png", cv2.cvtColor(dataSet.pixel_array, cv2.COLOR_RGB2BGR), [cv2.IMWRI…
-
#### Description
Hello,
I am trying to use pydicom to open images in a dicom directory.
But when I try to open an image, I have this error :
`NotImplementedError: No available image handle…