Download ANPR MX
Description
ANPR MX is a simple Automatic Plate Recognition (ANPR) library for the North American average plate size based on C# and OpenCV.
Source Files
The download file anprmx.zip has the following entries.
ANPR_MX.sln/* w w w. j a va 2 s .c o m*/
ANPR_MX.suo
ANPR_MX_DLL/ANPR_MX.csproj
ANPR_MX_DLL/ANPR_MX.csproj.user
ANPR_MX_DLL/Globals/Constants.cs
ANPR_MX_DLL/License_ANPR_MX.txt
ANPR_MX_DLL/License_OpenCV.txt
ANPR_MX_DLL/License_OpenCVSharp.txt
ANPR_MX_DLL/MainControl/ImageProcessing.cs
ANPR_MX_DLL/OpenCvSharp.Blob.dll
ANPR_MX_DLL/OpenCvSharp.CPlusPlus.dll
ANPR_MX_DLL/OpenCvSharp.dll
ANPR_MX_DLL/OpenCvSharpExtern.dll
ANPR_MX_DLL/PlateAreaDetectionLogic/PlateAreaFinder.cs
ANPR_MX_DLL/PlateDataDetectionLogic/Char.cs
ANPR_MX_DLL/PlateDataDetectionLogic/CharacterRecognizer.cs
ANPR_MX_DLL/PlateDataDetectionLogic/Graph.cs
ANPR_MX_DLL/PlateDataDetectionLogic/KnnPatternClassificator.cs
ANPR_MX_DLL/PlateDataDetectionLogic/MainLogic.cs
ANPR_MX_DLL/PlateDataDetectionLogic/Parser.cs
ANPR_MX_DLL/PlateDataDetectionLogic/PixelMap.cs
ANPR_MX_DLL/PlateDataDetectionLogic/Plate.cs
ANPR_MX_DLL/PlateDataDetectionLogic/PlateGraph.cs
ANPR_MX_DLL/PlateDataDetectionLogic/PlateHorizontalGraph.cs
ANPR_MX_DLL/PlateDataDetectionLogic/PlateVerticalGraph.cs
ANPR_MX_DLL/PlateDataDetectionLogic/PositionInPlate.cs
ANPR_MX_DLL/PlateDataDetectionLogic/RecognizedPlate.cs
ANPR_MX_DLL/PlateDataDetectionLogic/Statistics.cs
ANPR_MX_DLL/Properties/AssemblyInfo.cs
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/0_7x17.png
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/1_7x17.png
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/2_7x17.png
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/3_7x17.png
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/4_7x17.png
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/5_7x17.png
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/6_7x17.png
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/7_7x17.jpg
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/8_7x17.jpg
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/9_7x17.png
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/a_7x17.png
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/b_7x17.jpg
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/c_7x17.jpg
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/d_7x17.jpg
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/e_7x17.png
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/f_7x17.jpg
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/g_7x17.png
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/h_7x17.jpg
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/i_7x17.jpg
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/j_7x17.jpg
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/k_7x17.png
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/l_7x17.png
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/m_7x17.png
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/n_7x17.png
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/p_7x17.jpg
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/p_7x17.old
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/r_7x17.jpg
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/s_7x17.jpg
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/t_7x17.jpg
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/u_7x17.png
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/v_7x17.png
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/w_7x17.png
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/x_7x17.png
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/y_7x17.png
ANPR_MX_DLL/Resources/alphabets/alphabet_7x17/z_7x17.jpg
ANPR_MX_DLL/Resources/syntax.xml
ANPR_MX_DLL/opencv_calib3d230.dll
ANPR_MX_DLL/opencv_contrib230.dll
ANPR_MX_DLL/opencv_core230.dll
ANPR_MX_DLL/opencv_features2d230.dll
ANPR_MX_DLL/opencv_flann230.dll
ANPR_MX_DLL/opencv_gpu230.dll
ANPR_MX_DLL/opencv_highgui230.dll
ANPR_MX_DLL/opencv_imgproc230.dll
ANPR_MX_DLL/opencv_legacy230.dll
ANPR_MX_DLL/opencv_ml230.dll
ANPR_MX_DLL/opencv_ml230d.dll
ANPR_MX_DLL/opencv_objdetect230.dll
ANPR_MX_DLL/opencv_video230.dll
ANPR_MX_DLL/tbb.dll
ANPR_MX_Sample/ANPR_MX_Sample.csproj
ANPR_MX_Sample/ANPR_MX_Sample.csproj.user
ANPR_MX_Sample/Form1.Designer.cs
ANPR_MX_Sample/Form1.cs
ANPR_MX_Sample/Form1.resx
ANPR_MX_Sample/Program.cs
ANPR_MX_Sample/Properties/AssemblyInfo.cs
ANPR_MX_Sample/Properties/Resources.Designer.cs
ANPR_MX_Sample/Properties/Resources.resx
ANPR_MX_Sample/Properties/Settings.Designer.cs
ANPR_MX_Sample/Properties/Settings.settings
BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
Download
Click the following link to download anprmx.zip.
anprmx.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »