Can I extract the ROIs into separate images for classification?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Michael Cooper-Stachowsky
el 31 de Jul. de 2017
Comentada: Michael Cooper-Stachowsky
el 31 de Jul. de 2017
If I use the ROI tool to generate a bunch of ROIs, is it possible to extract those ROIs into separate images? It seems to me that some classification schemes, like the example that use HOG features, require separate images. I have one image of a bunch of resistor symbols. Rather than taking a bunch of images, it'd be nice to be able to just extract them from the ROIs themselves.
2 comentarios
Cong Ba
el 31 de Jul. de 2017
Could you clarify which ROI tool you are using? I did something like this before and used a script to save those ROIs into separate images. The logic was just like I_ROI = I_original(...) and imwrite(I_ROI). But it seems you are using more advanced tools :/
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Convert Image Type en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!