I am working on image processing of pavement surface.After image enhancement and segmentation,now i want to find out the area of the pot holes and cracks of the pavement surface.
really need a advice how to write a algorithm to find out the area of cracks and potholes.
|
|
0
|
|
|
|
Reply
|
pradyumna
|
9/8/2010 4:57:03 AM |
|
Do you have the Image Processing Toolbox? If so, have a look at regionprops - it will measure the areas of objects in a segmented image. Segmentation is the hardest part of this problem, so if you've achieved that already, you're almost finished.
|
|
0
|
|
|
|
Reply
|
David
|
9/8/2010 8:24:08 AM
|
|
On Sep 8, 12:57=A0am, "pradyumna " <civil_sa...@rediffmail.com> wrote:
> I am working on image processing of pavement surface.After image enhancem=
ent and segmentation,now i want to find out the area of the pot holes and c=
racks of the pavement surface.
> =A0really need a advice how to write a algorithm to find out the area of =
cracks and potholes.
---------------------------------------------------------------------------=
--------
This has been done before. For example, look up papers by Bugao Xu
from Texas.
|
|
0
|
|
|
|
Reply
|
ImageAnalyst
|
9/8/2010 10:14:51 AM
|
|