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
 Compare image and calculated rings

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
maxnovikov Posted - Apr 03 2017 : 11:48:53
Hello!
I would like compare image of diffraction pattern and calculated one as set of rings. What is best strategy and what component is most suitable ?


regards,

regards,
3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Apr 10 2017 : 01:46:41
You should be able to use:

// Compare layer 1 and layer 2
ImageEnView1.CurrentLayer := 1;
Eq := ImageEnView1.CompareWith( ImageEnView1.Layers[2].Bitmap, nil );


Though the transparency will not be taken into account.

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
maxnovikov Posted - Apr 08 2017 : 12:52:55
What's about two layers? The first contains original image and the second one is transparent and contains the calculated rings...

regards,
xequte Posted - Apr 04 2017 : 16:55:42
ImageEn's only comparison method is:

TImageEnProc.CompareWith

https://www.imageen.com/help/TImageEnProc.CompareWith.html

You can see a demo at:

Demos\ImageAnalysis\ImagesDiff\ImagesDiff.dpr

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com