GeekyPRAVEE / OpenCV-Projects

OpenCV projects using python
151 stars 241 forks source link

Why resize the original image??? #2

Open WuShaogui opened 3 years ago

WuShaogui commented 3 years ago

hi GeekyPRAVEE, I want to detect an area similar to the license plate. The ratio of 600*400 is valid for my detection area. 1200*800 is also valid, but 1200*1000 is not valid. Why? How should I set the parameters so that the code can detect on other sizes or the original image?