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
 A few questions on IEVision

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
yogiyang Posted - Feb 08 2021 : 07:40:27
Hello,

I have a few questions regarding IEVision as follows:

  • Which version should I use ievision.dll or ievision-mp.dll?
  • From where can I get my hands on the source of the demo BackgroundSubtractImage? I am asking this because this demo is not included in the setup that I downloaded and installed but there is a demo available in the demo section of web site (https://www.imageen.com/files/demos/run/IEVision/BackgroundSubtractImage/BackgroundSubtractImage.zip)
  • When I use SubtractorObject.Apply( BackgroundImage.GetIEVisionImage(), 1 ); in my 64bit application it gives c000008e FLOAT_DIVIDE_BY_ZERO. Why? Again if the code is compiled in 32bit it works.


TIA

Yogi Yang
3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Feb 14 2021 : 15:01:46
Hi Yogi

You can email us for a fix for this.

Nigel
Xequte Software
www.imageen.com
xequte Posted - Feb 08 2021 : 18:35:47
Hi Yogi

If you are using OCR using the MP versions (twice as fast with OCR). If you don't use OCR, just use the normal IEVision.

See: http://www.imageen.com/help/ImageEn_DLLs.html

Demo is available with the 5.4.1B installer. Also attached...

attach/xequte/202128183646_BackgroundSubtractImage.zip
322.5 KB

I can reproduce the 64bit issue and we are investigating.


Nigel
Xequte Software
www.imageen.com

yogiyang Posted - Feb 08 2021 : 07:53:43
Hello,

I forgot to mention that SubtractImage demo is also mentioned on this help page: https://www.imageen.com/help/TIEVisionBackgroundSubtractor.html.

And I am trying out the code on this page. The exact fragment is:

// "Learn" background
SubtractorObject.Apply( BackgroundImage.GetIEVisionImage(), 1 );
// Pass subject and get foreground mask
fgmask := SubtractorObject.Apply( ForegroundImage.GetIEVisionImage(), 0 );


TIA

Yogi Yang