🐋
Hypnotic Streamlines Animation
  • Introduction
  • Getting Started
    • Installation Guide
      • Line Art Code
      • Corresponding Code
      • Vpaint
    • Program Usage
      • Data Format
        • Line Art Data Format
        • Streamlines Corresponding
      • Line Art Generation
        • Image Pre-processing
        • Streamlines Rendering
      • Patch Optimization Tutorial
  • System Workflow
    • Still Image Workflows
    • Animation Frames Workflows
    • Different Generation Methods
  • Advanced Guide
    • Function API
      • Zhanping's Code
      • Line Art Code
      • Streamlines Corresponding
  • Bug and Future Work
    • Streamlines Generation Code
    • Limitation of Different Methods
    • SCR Streamline Animation Code
  • Future Work
Powered by GitBook
On this page
  • Dynamic Patch Division
  • Streamlines Sliding
  • Feed-Forward Algorithms

Was this helpful?

  1. Bug and Future Work

Limitation of Different Methods

This page is shows some work could be enhance in the future. Most of the future enhancement work here is mostly to simplified or automate the generation workflow.

Dynamic Patch Division

(Time-consuming work)

  • The area of unmatched streamlines need to segment manually.

  • Need to re-sketch the user-guided strokes of the each keyframes.

(Future Enhancement)

  • Automatically the unmatchesd streamlines segment part. *This part is bit hard to implement.

  • Automatically the strokes sketching by reference the flows of adjacent streamlines.

Streamlines Sliding

(Some work can be implement in the future)

  • Improve the tracing the input data by sampling the contour point flows, and auto calculate the streamlines sliding position difference.

  • Auto lengthen and duplicate the extra streamlines in the frame to fullfill the empty spaced.

Feed-Forward Algorithms

(Some work can be implement in the future)

  • Automatically find the corresponding the next frame instead of manually doing it.

  • Automatically the placing additional streamlines part.

PreviousStreamlines Generation CodeNextSCR Streamline Animation Code

Last updated 3 years ago

Was this helpful?