A question about using TImageEn Class?

Please discuss general Delphi programming topics here.

A question about using TImageEn Class?

Postby hadipardis » June 23rd, 2005, 5:35 am

Hi
Delphi 6 or 7 has a Image Processing Package which name is ImageEn.
This Package consists of some other units such as ImageEnView , ImageEnProc,ImageEnIO and etc.
It is possible to create an FFT (Fast Fourier Transform) Image from an arbitrary input image by using the following code:

Code: Select all
var ftImage:TIEftimage;
               im:TImageEnProc;

 im:=TImageEnProc.Create(self);
 ftImage:=im.FTCreateImage(...);
 ....

The above code is taken from the delphi help by searching "FTCreateImage" which you can find the full code there.

:?: But my question is about the "TIEftImage" type. Now, Could you tell me where I can find the related unit that defines this special type? :!:

Thanks :wink:
hadipardis
Junior Member
Junior Member
 
Posts: 33
Joined: July 17th, 2004, 5:45 am

Postby Stefan » June 23rd, 2005, 9:42 am

ctrl+click on it
User avatar
Stefan
Moderator
Moderator
 
Posts: 128
Joined: September 27th, 2004, 9:40 am
Location: Tilburg, The Netherlands

Postby hadipardis » June 25th, 2005, 5:36 am

Hi
But there is not any related unit for it. Please try it!!!
hadipardis
Junior Member
Junior Member
 
Posts: 33
Joined: July 17th, 2004, 5:45 am


Return to Delphi Programming

Who is online

Users browsing this forum: No registered users and 2 guests

cron