Skip to content

ShiSheng233/VeilFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VeilFlow: A real-time mosaic tool for video

Build

  1. Install OpenCV
  2. Pull nlohmann_json from git submodule
git submodule update --init --recursive
  1. Set OpenCV_DIR in PATH
  2. Build with CMake

Usage

.\VeilFlow.exe <input>

Make sure that you have the config.json file in the same directory as the executable.

Configuration

{
  "mosaicRegion": {
    "x": 800,
    "y": 600,
    "width": 300,
    "height": 300
  },
  "mosaicSize": 20
}

About

real-time mosaic tool for video based on OpenCV

Resources

License

Stars

Watchers

Forks

Releases

No releases published