function to increase the quality of image
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
narges
el 27 de Sept. de 2018
Hi there,
do you know any function to increase the quality of images? (like increase the clarity)
0 comentarios
Respuesta aceptada
Prakhar Jain
el 1 de Oct. de 2018
Hi Narges,
You can try the following things to improve the quality of image and then identify text in the same.
Pre-processing steps for improving image quality: 1) Contrast Enhancement 2) Binarize the image 3) Remove noise
After you follow above steps, you can use the MATLAB MSER Algorithm – Maximally Stable Extremal Regions (based on paper by Neumann et al) to extract the local boxes of possible text in an image.
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Filtering and Enhancement en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!