Borbin the 🐱

  • Michelangelo's David, Florence, Italy

    📅 17. März 2022 · Panorama

    Michelangelo's David ist ein Panorama für WorldWidePanorama. Die Statue wurde im 16. Jahrhundert von einem 5m hohen und 12t schweren Marmorblock gehauen und representiert einen perfekten menschlichen Körper.

    Die 9 Bilder für das Panorama wurden innerhalb von 10s gemacht um das Problem von bewegten Personen und verfügbaren Platz zu reduzieren. Dieses Panorama wurde vollständig in PTGui ohne weitere Hilfsprogramme und Nachbesserungen gemacht. Die Maskenfunktion in PTGui wurde verwendet um die Trennlinien zwischen den Einzelbilder genau festzulegen. Das Bodenbild wurde mit Perspektivkorrektur optimiert da es etwas außer Mitte war, aber zuviel Ausrichtung hätte das gesamte Panorama verzogen. Wie David selber, ist das Panorama so perfekt.

    Michelangelo's David is a contribution for the WorldWidePanorama. The statue was carved in the 16th century from a 5m tall 12 ton block of marble and represent perfect human anatomy.

    This panorama was done without any post processing and exclusively using PTGui and the mask feature to force the seam lines to solve the unaligned images. The nadir image was optimized using the perspective control as it was slightly out of center, but forcing the alignment there would had shifted the main images too much.


    Interactive Panorama of Michelangelo's David


    Blick auf die David-Statue vom Eingang aus.

    View to the statue from the entrance.


  • AI code calculus examples

    📅 11. Oktober 2021 · Software

    Example scripts to calculate the integral and zero points of functions using the AI code programmable calculator for Android.

    import."mathlib"
    
    // Math calculus examples
    
    // Store the function in a variable 'fx1' .
    // -e^(x-2)
    { 2 - e swap ^ -1 * } sto.fx1
    
    // Integral
    0    // start
    2    // end
    0,001    // precision
    rcl.fx1  // f(x) as lambda
    integral
    
    // Zero point, uses the function inline.
    -3    // start
    { sto.x rcl.x dup dup * * rcl.x dup * + rcl.x 4 * - 4 - }    // x^3+x^2-4x-4
    nullstelle
    

    See the pre installed scripts for more examples.

  • Project AI code update

    📅 11. Oktober 2021 · Software

    AI code is a programmable calculator for Android.
    AI code supports Forth-style definitions, variables, code import and lamda expressions. The latest update adds Vector/Matrix operations and statistics. Along with the color coded editor it is a new concept of using a programmable calculator.

    // Vector, Matrix in variable
    [ 1 2 3 ] "Vector " +
    sto.v1
    [ [ 3 2 1 ]
      [ 1 0 2 ] ] "Matrix " +
    sto.m1
    
    rcl.v1
    rcl.m1
    
    // Matrix multiplication
    [ [ 1 2 ]
      [ 0 1 ]
      [ 4 0 ] ]
    
    [ [ 3 2 1 ]
      [ 1 0 4 ] ]
    
    *
    
    // solve system of equations
    [ [ 1 2 3 ]
    [ 1 1 1 ]
    [ 3 3 1 ] ]
    
    [ 2 2 0 ]
    
    solve
    
    // Matrix invert
    [ [ 1 2 0 ]
      [ 2 4 1 ]
      [ 2 1 0 ] ] 
    
    inv

    See the pre installed scripts for more examples.

  • Hulopo'e Beach, Maui, Hawaii

    📅 19. September 2021 · Panorama

    The Hulopo'e Beach Park is located next to the Four Seasons Hotel on the Lana'i island, Hawai'i.


    Hulopo'e Beach Park Panorama


    Hulopo'e Beach Panorama

  • Westin Maui Resort, Ka'anapali, Maui, Hawaii

    📅 19. September 2021 · Panorama

    I was in Maui for a few days at the Westin Maui Resort, Ka'anapali. The Garden next to the pools just nicely matched the "wwp921 Set" event of WorldWidePanorama.


    Interactive Panorama of the Westin Maui Resort, Ka'anapali

← Neuere Beiträge Seite 39 von 50 Ältere Beiträge →
ÜBER

Jürgen E
Principal Engineer, Villager, and the creative mind behind lots of projects:
Windows Photo Explorer (cpicture-blog), Android apps AI code rpn calculator and Stockroom, vrlight, 3DRoundview and my github


Blog-Übersicht Chronologisch

KATEGORIEN

Auto • Fotografie • Motorrad • Paintings • Panorama • Software • Querbeet


Erstellt mit BitBlog!