opencv_contrib
opencv_contrib copied to clipboard
Repository for OpenCV's extra modules
This PR enables use of the `__popcnt` intrinsic for ARM/ARM64 targets when building with MSVC. Previously, these targets(ARM/ARM64) were explicitly excluded using macro guards. When building OpenCV on Windows on...
Related to this issue, but with a narrower scope to support adding k3. In some cases k1 and k2 aren't enough. - #2784
I implemented Otsu's method in CUDA for a separate project and want to add it to cv::cuda::threshold I have made an effort to use existing OpenCV functions in my code,...
In Julia its possible to create a CLAHE object but not actually call apply: ```julia using OpenCV const cv2 = OpenCV img = UInt8.(round.(255.0*rand(1, 224, 224))) clahe = cv2.createCLAHE(clipLimit=2.0, tileGridSize=cv2.Size(Int32(4),...
##### System information (version) - OpenCV => 4.6.0 - Operating System / Platform => Windows 64 Bit - Compiler => Visual Studio 2017 - programming language => python3.8 ##### Detailed...
Introduced 'ColoredHashTSDFVolume', a new CPU-only volume type extending 'HashTSDFVolume' with color integration support. This feature enables reconstruction of colored 3D scenes using aligned depth and RGB images, while benefiting from...
- I have several target platforms to build for like in this list: ``` "compiler":[ "gcc", "mips-linux-gnu-", "arm-linux-gnueabihf-", "aarch64-v01c01-linux-musl-", "arm-buildroot-linux-uclibcgnueabi-" ], ``` - I did build freetype and harbuzz successfully...
merge with opencv/opencv#27328 * removed `cv::tracking::trackerCSRT` and `cv::legacy::tracking::trackerCSRT` in favor of the one from _video_ module * removed from samples and tests * removed from docs (moved to main) **Note:**...
##### System information (version) - OpenCV => 4.2 - Operating System / Platform => all - Compiler => N/A ##### Detailed description I have carefully gone through the transformations implemented...
How to use similar functions in cv2:: codacodec:: VdieoReader like cv2:: VideoCapture:: set (CAP_PROP_POS_FRAMES, target) I need to read the video frame from the customized key frame position, or repeat...