I try to use IEVision (commercial version). There is not enough documentation. The code is not included, only the interface is available. How to read easily with the different tags (surely XML!!!???)
Perhaps if the code of the ievision.dll was available it was a better thing to use this add-on.
The source code is available by emailing us, but as IEVision is built on open source libraries, it is not easy to read, compared to Delphi stuff like ImageEn.
What are you attempting to do? Have you tried our demo projects?
I am interested by source code in C, to understand the bundle between Delphi and OpenCV....
I try to use IEVision but I cannot make simples things as this.
I have two TImageEnView named ImgWiew1 and ImgView2. I get a TIEVisonImage named Img by ImgView1.IEBitMap.GetIEVisionImage method . I make a transform on Img with IEVision. How to place the Img modified in the ImgView2.IEBitmap (as if a IEBitMap.SetIEVisionImage exists). The goal is to view a chain of transformations in a lot of TimageEnView and build a lot of Undo/Redo transforms as in ImageEN.
I have not seen some exemple showing how to do that.