Hail and Large Spectral Filters
(Originally posted by August on 9/25/2007)
If an opportunity by means of HAIL to spend a filtration similar to Large Spectral Filters?
0
(Originally posted by August on 9/25/2007)
If an opportunity by means of HAIL to spend a filtration similar to Large Spectral Filters?
Comments
(Originally posted by YuriG on 9/25/2007)
Though there is one undocumented function, which can be used to filter image defined by IMHANDLE:
Declare Function LargeFlt Lib "IPLRG32" (ByVal ihImage As Integer, ByVal fltType As LSF_TYPES, ByVal width As Integer, ByVal height As Integer, ByVal Strength As Integer, ByVal cycles As Integer, ByVal bPreview As Long) As Long Sub TestLrg() Dim hVri As Integer ret = IpDocGet(GETDOCVRI, DOCSEL_ACTIVE, hVri) On Error Resume Next 'IPP Basic complains about wrong number of parameters ret=LargeFlt(hVri,LSFT_HIPASS,15,15,10,1,0) On Error GoTo 0 ret = IpAppUpdateDoc(DOCSEL_ACTIVE) End Sub
(Originally posted by August on 9/25/2007)
Thanks for your help Yuri!
I try to recreate the numerous projects created in language AutoPro, on a low-order functions, for their best productivity and flexibility.
Whether it is planned to include Align Images Command in HAIL? And that it is necessary to use function IpWsCreateFromVri, then IpAlignApply and so on.
(Originally posted by KevinR on 9/25/2007)
The Align Images functionality is in a higher level DLL, supporting IpAlign( ). There are no plans to push this down to HAIL.