MeshOpticalFlow
Computes a halfway alignment field for a pair of signals on a surface.
Install / Use
/learn @fabianprada/MeshOpticalFlowREADME
OpticalFlow
OpticalFlow is an application to compute a halfway alignment for a pair of signals defined on a surface. This application was used for texture interpolation in:
https://dl.acm.org/citation.cfm?id=2925967
and photometric tracking in:
https://dl.acm.org/citation.cfm?id=3073679
For an introduction to Optical Flow principles and mesh-based discretization take a look at:
http://www.cs.jhu.edu/~fpradan1/publications/OpticalFlow/OpticalFlow.pptx
If you have Intel MKL installed in your machine uncomment the the line "#define EIGEN_USE_MKL_ALL" in OpticalFlow.cpp to accelerate the Cholesky factorization routines.
To compile in Linux, install PNG and OpenGL libraries. Then run the provided Makefile.
In Windows, copy /include and /lib from 4Windows.zip to the main directory. After the code is compiled copy the content of /dll to /x64/Release.
In /Examples we provide testing data for both the two different types of supported input : per-vertex signals, and uv texture maps.
Align per-vertex sampled signals by running:
OpticalFlow.exe --in A.ply B.ply
Align uv texture maps by running:
OpticalFlow.exe --mesh mesh.ply --in A.png B.png
Add the parameter --out result.ply (for the first case) or --out result.png (for the later) to run the application in default configuration and skip the user interface.
For an explanatory video on the interface usage please visit,
http://www.cs.jhu.edu/~fpradan1/code/
Related Skills
node-connect
349.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.9kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.9kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
