Ishq21's Profile
Reputation: -1
Dishonored
- Group:
- New Members
- Active Posts:
- 1 (0 per day)
- Joined:
- 23-May 11
- Profile Views:
- 515
- Last Active:
May 29 2011 09:43 PM- Currently:
- Offline
Previous Fields
- Dream Kudos:
- 0
Posts I've Made
-
In Topic: license plate extraction
Posted 23 May 2011
machete117, on 17 December 2009 - 02:35 PM, said:
machete117, on 17 Dec, 2009 - 01:27 PM, said:
PsychoCoder, on 17 Dec, 2009 - 10:34 AM, said:Dream.In.Code has a policy by which we prefer to see a good faith effort on your part before providing source code for homework assignments. Please post the code you have written in an effort to resolve the problem, and our members would be happy to provide some guidance. Be sure to include a description of any errors you are encountering as well.
Post your code like this:
Thanks.
[code]
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using AForge.Imaging.Filters;
namespace Number_Plate_Recognition
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
using (Bitmap SampleImage = (Bitmap)Image.FromFile("car.jpg"))
{
Grayscale filter = new Grayscale(0.2125, 0.7154, 0.0721);
using (Bitmap GSampleImage = filter.Apply(SampleImage))
{
GSampleImage.Save("C:\\Documents and Settings\\Administrator\\Desktop\\1a.jpg", System.Drawing.Imaging.ImageFormat.Jpeg);
CannyEdgeDetector CED = new CannyEdgeDetector(0, 70);
CED.ApplyInPlace(GSampleImage);
GSampleImage.Save("C:\\Documents and Settings\\Administrator\\Desktop\\1b.jpg", System.Drawing.Imaging.ImageFormat.Jpeg);
}
}
textBox1.Text="Done";
}
}
}
i have uploaded the code!please help me out if u can!!
Thanks guys for replying!!
I also doing this kind of projct.can u please help me....i wanna extract number plate from the vehicle image like above mentioned.can please send me sample project....
thankzzzzzzzzzzz
My Information
- Member Title:
- New D.I.C Head
- Age:
- Age Unknown
- Birthday:
- Birthday Unknown
- Gender:
Contact Information
- E-mail:
- Click here to e-mail me
Friends
|
|


Find Topics
Find Posts
View Reputation Given

|
Comments
Ishq21 has no profile comments yet. Why not say hello?