Edge detection and reconstruction of an image..
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Is there any proper way to reconstruct the edges using MATLAB or any proper algorithm ?
0 commentaires
Réponses (1)
Image Analyst
le 5 Avr 2017
You'll have to explain more. What happened to the edges such that they need "reconstruction"? What did you do to them? If you got them once, then why can't you just do the same operations to get them again?
4 commentaires
Image Analyst
le 22 Avr 2017
Yes, it looks fake, that's why I previously suggested regionfill() which smears in the color from the outer perimeter towards the center of the image. It still doesn't get the texture correct, but at least it's better than a uniform patch of a color that may not even exist in the original image.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!