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

@spmallick Hi Satya, Thanks for your work. I am reader of your blog and i couldn't find the GazeTracking blog sample code in this repo. Is it moved somewhere else?...

bug

## Project 3: Moving Object Tracker for Video Using OpenCV I have added a small project which is one of the steps in object detection, please review this PR.

## Project: Readable zone detection using OpenCV Kindly check and review the pull request.

## Project 2: Color Identification Using KNN and OpenCV I have added this project with the intent of contributing, collab, and helping those who are needy. Sir, I request you...

## Project 1: Image Cartoonization using OpenCV Gaussian Pyramid Algo. Respected sir, I have added this beginner-level project in the fork of origin as the "project1" branch. Please review it...

hello author, how can i get the final keypoints in array after using the getPersonwiseKeypoints function. It seems to not return the keypoints location seperately. I want to get final...

I'm trying to use your code, but when i run the .sh model is empty.

I saw the blog:https://learnopencv.com/histogram-of-oriented-gradients/, but not saw its code

https://github.com/spmallick/learnopencv/blob/97f89ca715711f5c1658bb330f8f16a5a6273fd4/VideoStabilization/video_stabilization.cpp#L264C1-L265C1 The number of transforms and transforms_smooth is 2 less than the total number of frames. `` for(int i = 1; i < n_frames-1; i++) `` When writing out the...

Thank your project I tried to run "lstm_train.ipynb" with python3.7 and python3.10 (google colab) but was not successful. python3.7 => cannot restart session after install requirements python3.10 => shape '[6800,...