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
 Problem with TIEVisionMath in 64 bits

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
GEVI Posted - Oct 04 2019 : 10:56:21
I am using the TIEVisionMath.rectContains function.

I tested it in 32 bits and works with no issues. When I compile in 64 bits I am getting an Access Violation:








GEVI
5   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Oct 24 2019 : 14:50:13
Hi

We cannot reproduce this issue. Can you please send us a small demo and some images that show it.

Nigel
Xequte Software
www.imageen.com
xequte Posted - Oct 10 2019 : 02:25:38
Thanks, we'll investigate.

Nigel
Xequte Software
www.imageen.com
GEVI Posted - Oct 08 2019 : 09:17:08
Here is an excerpt the code I am using:


ObjRef:=Img1.FindContours(IevEXTERNAL,ievCHAIN_APPROX_SIMPLE,IEVisionPoint(0,0));
LDrawing := IEVisionLib.createDrawing;
LMath := IEVisionLib.createMath;
LColor := IEVisionScalar(255, 0, 0);
LTempIEBitmap.PixelFormat := ie8p;
LIndex := -1;
for i := 0 to ObjRef.Size - 1 do
begin
  LContour := TIEVisionVectorPoint(ObjRef.getObj(i));
  LRectContainingContour := LMath.boundingRect(LContour);
  if LMath.rectContains(LRectContainingContour,LPoint) then
    LIndex := i;
end;


Of course I have modified one of the demo sources to play around with Imageen. The same code works with no issues in 32 bit.


GEVI
GEVI Posted - Oct 07 2019 : 09:11:55
I have to put the code here or you want me to email you the code.

GEVI

GEVI
xequte Posted - Oct 04 2019 : 21:18:01
Hi

Can you show me the code you are using?



Nigel
Xequte Software
www.imageen.com