Ask Your Question

KostyaKulakov's profile - activity

2019-01-04 12:38:20 -0600 received badge  Notable Question (source)
2017-02-13 06:44:38 -0600 received badge  Popular Question (source)
2015-06-28 07:58:12 -0600 received badge  Student (source)
2014-06-29 04:34:55 -0600 received badge  Editor (source)
2014-06-29 04:28:44 -0600 received badge  Organizer (source)
2014-06-29 04:28:21 -0600 asked a question Compilation (installation) error of opencv at WIndows

Sourse in github: https://github.com/itseez/opencv CMake: 2.8.12.2 GCC: gcc (i686-posix-dwarf-rev2, Built by MinGW-W64 project) 4.9.0

I compiled OpenCV. I got an error:

[ 29%] Built target pch_Generate_opencv_core Linking CXX shared library ....\bin\libopencv_core300.dll C:/mingw/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.9.0/../../../../i686-w64-ming w32/bin/ld.exe: cannot find -lRunTmChk collect2.exe: error: ld returned 1 exit status modules\core\CMakeFiles\opencv_core.dir\build.make:1103: recipe for target 'bin/ libopencv_core300.dll' failed mingw32-make[2]: * [bin/libopencv_core300.dll] Error 1 CMakeFiles\Makefile2:1313: recipe for target 'modules/core/CMakeFiles/opencv_cor e.dir/all' failed mingw32-make[1]: [modules/core/CMakeFiles/opencv_core.dir/all] Error 2 makefile:135: recipe for target 'all' failed mingw32-make: ** [all] Error 2

How fix it?

2014-06-29 04:08:36 -0600 commented question Search digits in the license plate of the car

berak, thanks for answer. This haarcascade finding License plate. I know how finding it. My question is how find digits and char in license plates

2014-06-29 02:08:49 -0600 received badge  Supporter (source)
2014-06-28 23:24:37 -0600 commented answer Search digits in the license plate of the car

Thanks for answer. Maybe use cascades Haar? Train(Training cascades Haar) for each letter and digit?

2014-06-28 21:39:52 -0600 received badge  Scholar (source)
2014-06-28 10:11:38 -0600 asked a question Search digits in the license plate of the car

I am developing the Russian system ANPR (full open sourse) .

The system already knows how to find the license plate.

But I am having difficulty with the division of numbers and letters in the license plate.

I know the method Haar. Do I need to use it to achieve this goal or are there other methods?

Image number 1 shows that I have. Image number 2 shows that I need. image description