learnopencv icon indicating copy to clipboard operation
learnopencv copied to clipboard

Learn OpenCV : C++ and Python Examples

Results 149 learnopencv issues
Sort by recently updated
recently updated
newest added

Descriptor matcher may returns a tuple, whch can't be sorted afterwards.

Getting-Started-OpenCV-CUDA-Module OS : Ubunttu 22.04 OpenCV - 4.8.0 Cuda version : 12.2 nproc - 12 so, I run make -j12 cmake configuration is done. when I go to the make...

Made changes for loading multiple images in 2 files. Previously all image names had to be provided, with this commit user has to just provide the directory path, considering the...

Greetings, I recently studied about Object Segmentation Model and I got some guides thanks to this linkhttps://learnopencv.com/train-yolov8-instance-segmentation/. However, I still really don't know how to normalize the trashcan dataset. I...

Using this approach how can we make nose smaller or lips bigger? Just on a single image.

can you provide source code for DCGAN for an input and output image size of 224,224,3

I'm trying to build your code on a raspberry pi with opencv4 and it won't compile because of errors with BOOSTING, TLD and MEDIANFLOW types of trackers. Also, the statement:...

While running notebook 'multi-person-openpose.ipynb' encountered an issue in the code t = time.time() net = cv2.dnn.readNetFromCaffe(protoFile, weightfile) net.setPreferableBackend(cv2.dnn.DNN_BACKEND_OPENCV) net.setPreferableTarget(cv2.dnn.DNN_TARGET_CPU) if device == "cpu": net.setPreferableBackend(cv2.dnn.DNN_TARGET_CPU) print("Using CPU device") elif device ==...