ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 One click selection of region

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
xequte Posted - Jun 27 2021 : 23:54:11
 

...they want to be able to take a picture of say a kitchen, and click on an area, and replace that area with a tile, so they can see what a few different tiles will look like together. Is this something that would be possible with ImageEn?



Hi

How easy it is to just click to select an entire area will depend on the image. If the selection area is hightly complex (e.g. the existing floor has multiple colored tiles) then it is unlikely that any solution can select it all with just one click, with simples subjects it might be possible.

There would be three methods to consider:

- Magic selection (selecting all content of a color):

Info: https://www.imageen.com/help/TImageEnView.MouseInteractGeneral.html
Demo: \Demos\ImageEditing\CompleteEditor\PhotoEn.dpr
Compiled demo: http://www.imageen.com/files/demos/run/ImageEditing/CompleteEditor/PhotoEn.exe


- Chroma key selection (Green screen type selection)

Info: https://www.imageen.com/help/TImageEnProc.RemoveChromaKey.html
Demo: \Demos\ImageEditing\ChromaKey\ChromaKey.dpr
Compiled Demo: http://www.imageen.com/files/demos/run/ImageEditing/ChromaKey/ChromaKey.zip


- Watershed selection (marking wanted and unwanted parts of an image)

Info: https://www.imageen.com/help/TIEVisionWatershed.html
Demo: Demos\IEVision\WatershedSelection\WatershedSelection.dpr
Compiled Demo: http://www.imageen.com/files/demos/run/IEVision/WatershedSelection/WatershedSelection.zip


Nigel
Xequte Software
www.imageen.com