[otb-users] Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2016-02-03 Thread Kasem A
YouTube videos of



 U.S. Congress money laundering hearing


of

Saudi Billionaire  " Maan  Al sanea"

 with *bank of America*


and  The  owner of Saad Hospital and  Schools

 in the Eastern Province in *Saudi Arabia*



and the Chairman of the Board of Directors of Awal Bank  in *Bahrain*


With Arabic Subtitles





*موقع اليوتيوب الذي عرض جلسة استماع الكونجرس الأمريكي *

* لمتابعة نشاطات غسل الأموال ونشاطات*



*السعودي معن عبدالواحد الصانع*



*مالك مستشفى  وشركة سعد  ومدارس سعد بالمنطقة الشرقية بالسعودية   ورئيس مجلس
ادارة بنك اوال البحريني*



*مترجم باللغة العربية*



http://www.youtube.com/watch?v=mIBNnQvhU8s

-- 
-- 
Check the OTB FAQ at
http://www.orfeo-toolbox.org/FAQ.html

You received this message because you are subscribed to the Google
Groups "otb-users" group.
To post to this group, send email to otb-users@googlegroups.com
To unsubscribe from this group, send email to
otb-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/otb-users?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"otb-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to otb-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [otb-users] Phenological analysis for time series

2016-02-03 Thread Manuel Grizonnet

Hi Jordi,

thanks. If the module requires c++11 (std::tuple requires it no?) I 
think it should be good to add it in the readme if possible as it 
requires to have a compiled version of itk and otb with c++11 activated.


I've added it to the website and also a header which gives some links 
about otb modular architecture and how to write modules:


https://www.orfeo-toolbox.org/external-projects/

There is for now a confusion in the list of modules between external and 
remote modules (external/remote are naming convention in ITK related to 
their module submission procedure):


https://blog.kitware.com/advance-itk-with-modules/

I'll try to propose a clarification regarding this soon for otb. We can 
tag for instance on the website remote and external modules. Not sure we 
should make such difference. Situation can also have changed now as ITK 
add the possibility to build modules outside the source tree.


Happy to hear other opinions/ideas about this.

Cheers,

Manuel


Le 03/02/2016 10:56, Jordi Inglada a écrit :

Dear all,

I would like to announce the availability of a module for phenology
analysis of image time series:

http://tully.ups-tlse.fr/jordi/phenotb

It contains a small library of functions and one application.

The application fits double logistics to each pixel of an image time
series. The output contains 2 double logistics, one for the main
phenological cycle and another one for a secondary cycle. This secondary
cycle may not be present in the input data. This should not have any
impact in the estimation of the main cycle.

The application can generate a 12 band image, where each band
is one of the parameters of the 2 double logistics.

The application can also instead generate an output image with the
same number of bands as the input image, but replacing the value of
each date for each pixel by the value taken by the logistic fitting.

Finally, the application can output an image where each band is one of
the phenological metrics (emergence date, maturity date, senescence,
etc.) for the 2 cycles.

The module depends on the temporal gap-filling module available here:

http://tully.ups-tlse.fr/jordi/temporalgapfilling

The easiest way to install the modules is just copying the following
cmake files

http://tully.ups-tlse.fr/jordi/temporalgapfilling/blob/master/CMake/OTBTemporalGapFilling.remote.cmake
http://tully.ups-tlse.fr/jordi/phenotb/blob/master/CMake/OTBPhenology.remote.cmake

into the Modules/Remote directory of the OTB source tree.

Jordi



--
Manuel GRIZONNET

--
--
Check the OTB FAQ at
http://www.orfeo-toolbox.org/FAQ.html

You received this message because you are subscribed to the Google
Groups "otb-users" group.
To post to this group, send email to otb-users@googlegroups.com
To unsubscribe from this group, send email to
otb-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/otb-users?hl=en
--- 
You received this message because you are subscribed to the Google Groups "otb-users" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to otb-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [otb-users] Re: ANN produce not stable results

2016-02-03 Thread Hristo Nikolov
Dear Guillaume,
Thank you for your suggestion. As I pointed above I use the GUI version of 
OTB.
What I shall do is to follow your advice and move to CLI.

Just a small addition - the libSVM runs for more than 7 days and still not 
finished.
Is it possible to integrate some parameter that shows the convergence when
running the learning phase of the modules in this library? 
By now the only way for me is to check the amount of memory used by this
process which is not a good estimate for this purpose.

Hristo

On Friday, 29 January 2016 10:59:44 UTC+2, Guillaume Pasero wrote:
>
> Hi,
>
> In order to have stable results you should use the seed parameter, so that 
> the Random Number Generator used during sample selection always gives the 
> same samples : in the otbcli , it is the parameter key '-rand'.
>
> For the ANN, with the parameter "-classifier.ann.sizes", you can give 
> multiple sizes to have several layers.
>
> HTH,
>
> Guillaume
>
> On 01/18/2016 05:41 PM, Hristo Nikolov wrote:
>
> One more observation - when using polynomial as kernel function I can not 
> set the degree of the polynomial.
>
> On Wednesday, 13 January 2016 15:40:40 UTC+2, Hristo Nikolov wrote: 
>>
>> Dear all, 
>> I have been experimenting with ANN provided from OTB for some months now. 
>> What I experienced is that as module in QGIS the ANN from OTB has 
>> limitation
>> of creating only single layer networks, but the results produced remain 
>> the same
>> under same initial parameters. Lastly I tried to the otbgui version 
>> provided by 
>> OSGeo4W, but it results that even the parameters in the dialog box are 
>> the 
>> same the output produced and more specifically the error matrix is 
>> different 
>> every time the training takes place.
>> Could you advise?
>>
>> Thank you.
>> Hristo
>>
> -- 
> -- 
> Check the OTB FAQ at
> http://www.orfeo-toolbox.org/FAQ.html
>  
> You received this message because you are subscribed to the Google
> Groups "otb-users" group.
> To post to this group, send email to otb-...@googlegroups.com 
> 
> To unsubscribe from this group, send email to
> otb-users+...@googlegroups.com 
> For more options, visit this group at
> http://groups.google.com/group/otb-users?hl=en
> --- 
> You received this message because you are subscribed to the Google Groups 
> "otb-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to otb-users+...@googlegroups.com .
> For more options, visit https://groups.google.com/d/optout.
>
>
> -- 
>  *Guillaume PASERO*
> Responsable technique
> *Business Unit E-SPACE & Geo Information - Département Image & 
> Applications*
>
> *CS Systèmes d'Information*
> Parc de la Grande Plaine - 5, Rue Brindejonc des Moulinais - BP 15872
> 31506 Toulouse Cedex 05 - FRANCE
> +33 561 17 64 21 - guillaum...@c-s.fr  
>

-- 
-- 
Check the OTB FAQ at
http://www.orfeo-toolbox.org/FAQ.html

You received this message because you are subscribed to the Google
Groups "otb-users" group.
To post to this group, send email to otb-users@googlegroups.com
To unsubscribe from this group, send email to
otb-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/otb-users?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"otb-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to otb-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[otb-users] Phenological analysis for time series

2016-02-03 Thread Jordi Inglada
Dear all,

I would like to announce the availability of a module for phenology
analysis of image time series:

http://tully.ups-tlse.fr/jordi/phenotb

It contains a small library of functions and one application. 

The application fits double logistics to each pixel of an image time
series. The output contains 2 double logistics, one for the main
phenological cycle and another one for a secondary cycle. This secondary
cycle may not be present in the input data. This should not have any
impact in the estimation of the main cycle.

The application can generate a 12 band image, where each band
is one of the parameters of the 2 double logistics.

The application can also instead generate an output image with the
same number of bands as the input image, but replacing the value of
each date for each pixel by the value taken by the logistic fitting.

Finally, the application can output an image where each band is one of
the phenological metrics (emergence date, maturity date, senescence,
etc.) for the 2 cycles.

The module depends on the temporal gap-filling module available here:

http://tully.ups-tlse.fr/jordi/temporalgapfilling

The easiest way to install the modules is just copying the following
cmake files 

http://tully.ups-tlse.fr/jordi/temporalgapfilling/blob/master/CMake/OTBTemporalGapFilling.remote.cmake
http://tully.ups-tlse.fr/jordi/phenotb/blob/master/CMake/OTBPhenology.remote.cmake

into the Modules/Remote directory of the OTB source tree.

Jordi

-- 
-- 
Check the OTB FAQ at
http://www.orfeo-toolbox.org/FAQ.html

You received this message because you are subscribed to the Google
Groups "otb-users" group.
To post to this group, send email to otb-users@googlegroups.com
To unsubscribe from this group, send email to
otb-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/otb-users?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"otb-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to otb-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.