Access / VB / Images / feature select
-
I have an Access / VB application that displays images. The Access tables has a link to a picture in jpeg format. I want to outline an object on the displayed image using the mouse, then create and save the outline definition and a link to a another more detailed image of the outlined object. In other words, I would like to be able to drill down into the image to reveal increasing details. I need a method or tool for outlining the objects and creating the new links which would probably be stored in another table. There needs to be some way to specify the area on an image that can be clicked in order to do the drill down. I want to avoid having to use an external application such as ArcView. Neither the image nor the application window would be resized during application usage. Any suggestions would be appreciated.